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
## See http:// | |
gem 'base32-crockford', :require => 'base32/crockford' |
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
def try_me | |
a = 12 | |
end |
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
Search for? :paul or linux | |
Found 65 documents in total | |
** Pages: 3 ** | |
*we cannot find anymore information for the moment* | |
** Interactions: 39 ** | |
Type not provided | |
Type not provided | |
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
Migrating 012 move items to datas | |
rake aborted! | |
undefined method `klass' for nil:NilClass | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/gems/activesupport-3.0.0.rc/lib/active_support/whiny_nil.rb:48:in `method_missing' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/bundler/gems/mongoid-f400f271b874/lib/mongoid/associations/embeds_many.rb:232:in `build_children_from_attributes' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:434:in `each_with_index' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/bundler/gems/mongoid-f400f271b874/lib/mongoid/associations/embeds_many.rb:231:in `each' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/bundler/gems/mongoid-f400f271b874/lib/mongoid/associations/embeds_many.rb:231:in `each_with_index' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/bundler/gems/mongoid-f400f271b874/lib/mongoid/associations/embeds_many.rb:231:in `build_children_from_attributes' | |
/home/nicolas/.rvm/gems/ree-1.8.7-2010.02@rails3/bundl |
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
#Config is there http://github.com/spyou/vim-config | |
#Give a go to vimtutor in order to have a little overview of Vim. | |
"open/save" | |
#:w (save) | |
#:q (quit) | |
#:qa (quit all buffers) | |
#:q! (quit without saving) | |
#:wq (save and quit) |
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
def self.down | |
drop_table :posts | |
end |
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 gist on VIM |
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 gist on VIM | |
Using :Gist |
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 gist on VIM | |
Using :Gist |
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
gist:78094 |