This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: WP Mantis Tables | |
Plugin URI: http://www.rtprime.net/wpplugins/wpmantistables | |
Description: A plugin to allow you to insert a table of open issues from a mantis bugtracker database into a page on your Wordpress blog. | |
Version: 0.1.0 | |
Author: rtprime | |
Author URI: http://www.rtprime.net | |
Copyright 2009 Robert Torres (e-mail: [email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[09:34] == Xiticity [44e3e0e4@gateway/web/freenode/ip.68.227.224.228] has joined #RubyOnRails | |
[09:34] -ChanServ- [#rubyonrails] Register with nickserv in order to talk: /msg nickserv help | |
[09:35] <Xiticity> As an OS X user and Rails 3.1 user -- is the consensus that it's fine to update to Lion, or should I hold off? | |
[09:35] <hedzup> Xiticity -- I upgraded to lion a few weeks ago | |
[09:35] <Xiticity> I don't want a shit-ton of problems to deal with, if waiting a few weeks should clear em up | |
[09:35] == RahulT [[email protected]] has quit [Quit: Leaving...] | |
[09:36] <Xiticity> how did it go, @hedzup | |
[09:36] <hedzup> you'll have to reinstall Xcode to get the dev tools | |
[09:36] <hedzup> i couldn't even do simple commands like "make" let alone any of the rails commands | |
[09:36] <Cervajz> Xiticity: I have Lion for two weeks and I actove develop in rails without problem. But for 3.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/my_username/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.1.0.rc8/lib/rails/railtie/configuration.rb:78:in `method_missing': undefined method `sass' for #<Rails::Application::Configuration:0x000001033b6d58> (NoMethodError) | |
from /Users/my_username/.rvm/gems/ruby-1.9.2-p180/bundler/gems/compass-22e2458b7751/lib/compass/configuration/helpers.rb:82:in `block in configure_rails!' | |
from /Users/my_username/.rvm/gems/ruby-1.9.2-p180/bundler/gems/compass-22e2458b7751/lib/compass/configuration/helpers.rb:81:in `each' | |
from /Users/my_username/.rvm/gems/ruby-1.9.2-p180/bundler/gems/compass-22e2458b7751/lib/compass/configuration/helpers.rb:81:in `configure_rails!' | |
from /Users/my_username/.rvm/gems/ruby-1.9.2-p180/bundler/gems/compass-22e2458b7751/lib/compass/app_integration/rails/actionpack31/railtie.rb:86:in `block in <class:Railtie>' | |
from /Users/my_username/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.1.0.rc8/lib/rails/initializable.rb:25:in `instance_exec' | |
from /Users/my_username/.rvm/g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ \b | |
charset= | |
['"]? # optional quotes | |
( # Capture | |
(?: # Non-capturing group, essentially a custom char class | |
\w # word characters | |
| | |
- # or hyphen | |
)+ | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# humane.js | |
# Humanized Messages for Notifications | |
# @author Marc Harter (@wavded) | |
# @example | |
# humane('hello world'); | |
# See more usage examples at: http://wavded.github.com/humane-js/ | |
# | |
# Modified by Alan Hogan (@alanhogan) | |
# (Diverged 2012-01-27.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$sprites: sprite-map("sprites/*.png"); | |
$sprites-retina: sprite-map("sprites-retina/*.png"); | |
@mixin sprite-background($name) { | |
background-image: sprite-url($sprites); | |
background-position: sprite-position($sprites, $name); | |
background-repeat: no-repeat; | |
display: block; | |
height: image-height(sprite-file($sprites, $name)); | |
width: image-width(sprite-file($sprites, $name)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void((function(){var d=document;var ocss='html body, html body *{-webkit-font-smoothing: auto !important;}';var l='style'; var L=d.createElement(l);L.innerHTML=ocss; document.getElementsByTagName('head')[0].appendChild(L);})()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void((function(){var d=document;var ocss='html body, html body *{-webkit-font-smoothing: antialiased !important;}';var L=d.createElement('style');L.innerHTML=ocss; document.getElementsByTagName('head')[0].appendChild(L);})()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file only contains additions to Zepto to add lesser-used functions | |
# from jQuery that we do actually need. | |
if this.Zepto | |
do ($ = Zepto) -> | |
# innerHeight & outerHeight are needed by <a plugin we use> | |
# | |
# outerHeight is documented at http://api.jquery.com/outerHeight/ | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
___ ___ ___ __ __ ___ _____ ______ | |
/ \ /_ \ /_ \ /_ \/_ \/_ \ / ___ \ / __ \ | |
|/\ \ / / | | | / \ / \ | / /___\ \ / / \ \ | |
\ \/ / | | | | | | | | | ______/ | | | | | |
\ / | | | | | | | | | \ __ | | | | | |
\ / | |_ | | | | | | \ \__/ / \ \__/ / | |
\/ \__/ \_\ \_\ \_\ \____/ \______/ | |
You know, for videos. |
OlderNewer