This file contains hidden or 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
| testing |
This file contains hidden or 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
| class Spot | |
| include Mongoid::Document | |
| include Mongoid::Timestamps | |
| ## Fields ## | |
| field :name_t | |
| ## Associations ## | |
| embeds_many :items | |
This file contains hidden or 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
| @@v = 1 | |
| class MyClass | |
| @@v = 2 | |
| end | |
| @@v #=>2 |
This file contains hidden or 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
| #!/usr/bin/ruby | |
| require 'rubygems' | |
| require 'nokogiri' | |
| require 'open-uri' | |
| require 'growl' | |
| # Configuration | |
| # | |
| # URL to get questions from |
This file contains hidden or 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
| khelll@khelll-laptop:~/projects/merb-book$ git rebase mattetti/master | |
| book-content/ar/toc.markdown: needs update | |
| gems/bin/autospec: needs update | |
| gems/bin/edit_json.rb: needs update | |
| gems/bin/erubis: needs update | |
| gems/bin/gpgen: needs update | |
| gems/bin/maruku: needs update | |
| gems/bin/marutex: needs update | |
| gems/bin/merb: needs update | |
| gems/bin/mongrel_rails: needs update |
NewerOlder