Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated with where functional/helper tests go | Jason Noble | 2012-11-24 | 1 | -2/+2 | |
| | ||||||
* | Moved position of has_many | Jason Noble | 2012-11-24 | 1 | -2/+3 | |
| | ||||||
* | Added new line to make it more readable | Jason Noble | 2012-11-24 | 1 | -1/+2 | |
| | | | | * This shows the reader there is a method: and data: parameters | |||||
* | Changed the Using Partials section to read a little better | Jason Noble | 2012-11-24 | 1 | -25/+4 | |
| | | | | * No need to give a simple example, as we have a partial that we create in the blog app | |||||
* | Modified "Allowing the update of fields" section | Jason Noble | 2012-11-24 | 1 | -12/+6 | |
| | | | | | | | * Rails generate model Post ______ creates the attr_accessible line for you for any fields you specify. Changed the section to describe what this line in the model does. | |||||
* | Update version numbers of Ruby and Rails | Jason Noble | 2012-11-24 | 1 | -2/+2 | |
| | ||||||
* | Updated link to RubyGems site | Jason Noble | 2012-11-24 | 1 | -1/+1 | |
| | ||||||
* | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -5/+5 | |
| | ||||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+1787 | |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | |||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -1787/+0 | |
| | ||||||
* | Fix typos and clean up Getting Started guide | Jaime Iniesta | 2012-10-12 | 1 | -14/+17 | |
| | ||||||
* | specify path to CommentsController again inline | Tim McEwan | 2012-10-12 | 1 | -1/+1 | |
| | | | | (incorporating feedback from a newbie) | |||||
* | 1.9 hash syntax for guides, work-in-progress | AvnerCohen | 2012-10-11 | 1 | -44/+44 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-11 | 1 | -18/+25 | |
|\ | | | | | | | | | | | Conflicts: activerecord/lib/active_record/persistence.rb railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb | |||||
| * | Add /rails/info/routes method to getting_started | schneems | 2012-10-02 | 1 | -3/+3 | |
| | | | | | | | | Also fix # to $ for `rake routes` command | |||||
| * | explain how to check if the server has returned on *nix systems in ↵ | schneems | 2012-10-02 | 1 | -1/+1 | |
| | | | | | | | | getting_started guide | |||||
| * | Explain that command line commands have $ | schneems | 2012-10-02 | 1 | -0/+7 | |
| | | | | | | | | This was extremely confusing to new programmers, also different operating systems call the command line something different | |||||
| * | change `#` to `$` in bash section | schneems | 2012-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | use <url> markdown syntax instead of [url](url) [ci skip] | Francesco Rodriguez | 2012-10-01 | 1 | -13/+13 | |
| | | ||||||
* | | Update test locations | Mike Moore | 2012-10-09 | 1 | -12/+12 | |
|/ | | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional) | |||||
* | fix some md syntax errors and general revisions [ci skip] | Vijay Dev | 2012-09-21 | 1 | -17/+16 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes. | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -2/+2 | |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -44/+39 | |
| | ||||||
* | Convert image tags to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -12/+12 | |
| | ||||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -7/+10 | |
| | ||||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -33/+33 | |
| | ||||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -212/+212 | |
| | ||||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -17/+17 | |
| | ||||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -9/+9 | |
| | ||||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -40/+52 | |
| | ||||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -164/+164 | |
| | ||||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1767 | |