Created
August 12, 2011 05:39
-
-
Save jondkinney/1141530 to your computer and use it in GitHub Desktop.
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
Links: | |
* How to play with Rails 3.1 and coffeescript now - http://www.rubyinside.com/how-to-rails-3-1-coffeescript-howto-4695.html | |
* Ordering of asset pipeline - http://stackoverflow.com/questions/6149961/rails-3-1-asset-pipeline-and-manually-ordered-javascript-requires | |
* Coffeescript TM Bundle - https://github.com/jashkenas/coffee-script-tmbundle | |
* Remember to run: `osascript -e 'tell app "TextMate" to reload bundles'` | |
* Use Coffeescript in a Rails 2.3.x application - https://github.com/Sutto/barista | |
* Rails 3.1 with Rspec, Cucumber, Factory Girl, Haml, and SimpleForm - https://gist.github.com/989132 | |
* What is autoloading - http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/662abfd1df9b2612?hl=en&pli=1 | |
* Getting started with Factory Girl - https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md | |
* Rails3 tutorial (best follow along / learning tool period) - http://ruby.railstutorial.org/ | |
* Railscasts - http://railscasts.com/ awesome videos that help you implement specific functionality |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment