aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add model validation section to Getting Started guideOscar Del Ben2012-04-2111-96/+93
|
* Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-202-2/+2
|\
| * Fix example in ActionView::Helpers::FormHelperThibaut Courouble2012-04-201-1/+1
| |
| * removed extra "you"Kevin Musiorski2012-04-191-1/+1
| |
* | Add index and links section to Getting started guideOscar Del Ben2012-04-2011-24/+123
| |
* | Add show action in getting started guideOscar Del Ben2012-04-206-27/+63
| |
* | New Getting started guide wont have tagsOscar Del Ben2012-04-206-36/+1
| |
* | Adapt "Getting started guide" code sampleOscar Del Ben2012-04-208-129/+36
| |
* | Add "Saving data in the controller" sectionOscar Del Ben2012-04-201-0/+27
|/
* Add model creation step to getting started guideOscar Del Ben2012-04-191-6/+27
|
* Fix broken images linksOscar Del Ben2012-04-191-5/+4
|
* Add Ruby 1.9.3 recommendationOscar Del Ben2012-04-191-2/+2
|
* Put warning on getting started guide backOscar Del Ben2012-04-191-1/+3
|
* Add "Using the change method" title back to make it stand outOscar Del Ben2012-04-191-0/+2
|
* Regenerate Gemfile for getting started guideOscar Del Ben2012-04-191-3/+3
|
* Update guide for rails 3.2.3, fix code download link.Oscar Del Ben2012-04-191-5/+4
|
* Add to guides info how to disable prepared statementsIvan Evtukhovich2012-04-191-0/+7
|
* Improve observers documentationOscar Del Ben2012-04-181-0/+2
|
* Fix formattingOscar Del Ben2012-04-181-2/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-1811-27/+63
|\
| * let's keep the slash in the return value instead of the path variable [ci skip]Vijay Dev2012-04-181-2/+2
| |
| * Fix confusing example in ActiveModel::ErrorsThibaut Courouble2012-04-171-2/+2
| |
| * Warn about do end syntax in redirect optionOscar Del Ben2012-04-171-0/+3
| |
| * Fix redirect with block exampleAlexey Vakhov2012-04-171-3/+3
| |
| * Fix example in flash middlewareAlexey Vakhov2012-04-171-1/+1
| |
| * Fix typo where a table name in a join was singular.Don Petersen2012-04-161-1/+1
| |
| * Fixed a typo in migrationsluke2012-04-151-1/+1
| |
| * fix ActiveModel::Validations::Callbacks docJan Xie2012-04-151-1/+2
| |
| * fix bad format [ci skip]Michael de Silva2012-04-141-7/+7
| |
| * Improve example in initializerOscar Del Ben2012-04-141-1/+1
| |
| * SQL query formattingBertrand Chardon2012-04-131-2/+7
| | | | | | | | | | Reformatted two SQL queries in Section 6) and 7) to avoid horizontal scrolling where possible.
| * Fix comment in AD http responseAlexey Vakhov2012-04-131-1/+1
| | | | | | | | response in integration test accessible without @ via attr_reader
| * Fix HTML sanitizer allowed_css_properties commentAlexey Vakhov2012-04-131-1/+1
| |
| * Revert "Added documentation to explain what happens if you don't set any ↵Rodrigo Flores2012-04-121-5/+2
| | | | | | | | | | | | values for the dependent option on has_many" This reverts commit 820a677d8622a540188704941a31871ed4d61461.
| * Added documentation to explain what happens if you don't set any values for ↵Rodrigo Flores2012-04-121-2/+5
| | | | | | | | the dependent option on has_many
| * Add documentation to detail passing of an object as the secondMichael de Silva2012-04-131-0/+27
| | | | | | | | | | | | | | parameter passed to the ActiveSupport::Notifications.subscribe method instead of a block Example code sample and output is provided as well.
| * Fix further typos in ActiveSupport::NotificationsMichael de Silva2012-04-131-4/+4
| |
| * Fix rdoc typo in ActiveSupport::NotificationsMichael de Silva2012-04-131-1/+1
| |
| * Fix typo on the add_index.kennyj2012-04-131-1/+1
| |
* | Revert "Merge pull request #5864 from vatrai/remove_ordered_hash_autoload"Aaron Patterson2012-04-171-0/+1
| | | | | | | | | | This reverts commit 86c640a1625aa3a8ec8728c2f1c640c9718fcb0b, reversing changes made to a0c2cfdc51e16fc39c1d3b1e78bdd257188fa04e.
* | Merge pull request #5871 from rafaelfranca/patch-1José Valim2012-04-171-5/+0
|\ \ | | | | | | Remove unused test code.
| * | Remove unused test code.Rafael Mendonça França2012-04-161-5/+0
| | | | | | | | | | | | | | | ActionController::RoutingError are raised in router execution time and can not be rescued in a controller.
* | | Fix testSantiago Pastorino2012-04-161-2/+2
|/ /
* | Merge pull request #5864 from vatrai/remove_ordered_hash_autoloadAaron Patterson2012-04-161-1/+0
|\ \ | | | | | | remove autoload for OrderedHash, usages removed already
| * | remove autoload for OrderedHash, usages removed alreadyVishnu Atrai2012-04-161-1/+0
|/ /
* | Merge pull request #5835 from asanghi/masterJeremy Kemper2012-04-161-1/+1
|\ \ | | | | | | Update Gemfile to use 'debugger' instead of unmaintained 'ruby-debug19'
| * | Hey, let's just make it easier for everyone and dump the unmaintained ↵Aditya Sanghi2012-04-141-1/+1
| | | | | | | | | | | | ruby-debug19 and move to debugger. Whats the consensus here? If we want better adoption on ruby1.9, please lets just use this fork.
* | | Relax multi_json dependency to allow any 1.3 -> 1.x instead of just 1.3.xJeremy Kemper2012-04-161-1/+1
| | |
* | | Merge pull request #5863 from rosenfeld/explicit-log-levelJeremy Kemper2012-04-161-2/+2
|\ \ \ | | | | | | | | Make log_level explicit in production.rb template
| * | | Make log_level explicit in production.rb templateRodrigo Rosenfeld Rosas2012-04-161-2/+2
|/ / / | | | | | | | | | | | | | | | The 'production' environment name is currently checked for setting up the default log_level to 'info' but that won't work if the environment is copied to staging.rb, for instance. Better to have it explicitly set.