Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question 开发者_C百科I'm getting started with Ruby on Rails. I think some cheat sheets or reference cards would really help me to get started (specifically, with migrations).
Do you know of any cheat sheets or reference cards that would help me get started?
Too obvious? http://appletree.or.kr/quick_reference_cards/Ruby-Ruby_on_Rails/rails-migrations.pdf
http://dizzy.co.uk/ruby_on_rails/cheatsheets/rails-migrations (no longer available)
Same cheatsheet available here: http://appletree.or.kr/quick_reference_cards/ruby-ruby%20on%20rails/rails-migrations.pdf
cheat.errtheblog.com installs as gem and you can search from the command line.
Here's the cheat for migrations.
http://en.wikibooks.org/wiki/Ruby_on_Rails/ActiveRecord/Migrations
精彩评论