| Commit message (Expand) | Author | Age | Files | Lines |
* | [getting started] update Rails version to 3.2.2 | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
* | [getting started] *THE* way to install Rails is by running +gem install+. You... | Ryan Bigg | 2012-03-14 | 1 | -2/+1 |
* | [getting started] Remove super-early mention of REST from Getting Started guide. | Ryan Bigg | 2012-03-14 | 1 | -148/+1 |
* | Move database configuration section from Getting Started Guide into Configura... | Ryan Bigg | 2012-03-14 | 2 | -140/+93 |
* | Minor clarification in documentation language and spelling | Matthew Daubert | 2012-03-13 | 1 | -4/+4 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-13 | 17 | -129/+260 |
|\ |
|
| * | Fix AM Guide | Alexey Vakhov | 2012-03-13 | 1 | -1/+1 |
| * | mark engines guide as wip [ci skip] | Vijay Dev | 2012-03-13 | 1 | -0/+1 |
| * | Revert "Fixed Issue #2884 ActiveModel::SecurePassword code / rdoc conflict; a... | Vijay Dev | 2012-03-13 | 2 | -17/+0 |
| * | copy-edit contributing guide [ci skip] | Vijay Dev | 2012-03-13 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/master' | Mark Thomson | 2012-03-13 | 9 | -49/+86 |
| |\ |
|
| | * | [config guide] Add mass_assignment_sanitizer to Active Record config options | Ryan Bigg | 2012-03-12 | 1 | -0/+2 |
| | * | Advise to keep secret token private | Filipe Moreira | 2012-03-12 | 1 | -0/+2 |
| | * | Advise to keep secret token private | Filipe Moreira | 2012-03-12 | 1 | -0/+2 |
| | * | Merge remote-tracking branch 'original_repo/master' | Avi Tzurel | 2012-03-12 | 11 | -117/+208 |
| | |\ |
|
| | | * | Add engines guide to documents.yaml | Ryan Bigg | 2012-03-11 | 1 | -0/+4 |
| | | * | [instrumentation] Add further action placeholders | Ryan Bigg | 2012-03-11 | 1 | -0/+12 |
| | | * | [instrumentation guide] Cover deliver.action_mailer event | Ryan Bigg | 2012-03-11 | 1 | -0/+18 |
| | | * | [instrumentation guide] Cover receive.action_mailer event | Ryan Bigg | 2012-03-11 | 1 | -0/+27 |
| | | * | Fixed Issue #2884 ActiveModel::SecurePassword code / rdoc conflict; an elucid... | Michael de Silva | 2012-03-11 | 2 | -0/+17 |
| | | * | attr_accessor_with_default was deprecated and removed.
| Andrew France | 2012-03-11 | 1 | -49/+0 |
| | * | | Squash commits into a single commit | Avi Tzurel | 2012-03-11 | 1 | -0/+2 |
| * | | | Added documentation for the ActionController::MimeResponds::Collector class. | Mark Thomson | 2012-03-13 | 1 | -1/+24 |
| | |/
| |/| |
|
| * | | Revised explanation of fields_for usage. | Mark Thomson | 2012-03-11 | 1 | -10/+39 |
| * | | added clarification stating the counter_cache attribute needs to be created o... | Michael de Silva | 2012-03-11 | 1 | -1/+3 |
| * | | Added clarification to description of how initial form values are derived. | Mark Thomson | 2012-03-10 | 1 | -1/+2 |
| * | | Merge branch '3.9.12' | Mark Thomson | 2012-03-10 | 1 | -53/+84 |
| |\ \ |
|
| | * | | Revised explanation of form_for usage | Mark Thomson | 2012-03-10 | 1 | -53/+84 |
| * | | | Merge branch 'master' of github.com:lifo/docrails | Grant McLean | 2012-03-10 | 1 | -2/+1 |
| |\ \ \ |
|
| | * | | | Fix layout method doc formatting | Alexey Vakhov | 2012-03-10 | 1 | -2/+1 |
| * | | | | fix fragment portion of some links | Grant McLean | 2012-03-10 | 2 | -3/+3 |
| |/ / / |
|
| * | / | Fix 'Security#Mass Assignment' URL typo | Abe Voelker | 2012-03-09 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Fix comment about layout folders lookup | Alexey Vakhov | 2012-03-09 | 1 | -2/+2 |
| * | | Document validations and callbacks Array support for :if and :unless options | João Britto | 2012-03-09 | 1 | -2/+16 |
| * | | Close string quotes | João Britto | 2012-03-09 | 1 | -1/+1 |
| |/ |
|
| * | Additional preamble comments in form_helper.rb. | Mark Thomson | 2012-03-08 | 1 | -7/+18 |
| * | Small correction to the description of the role of the form builder. | Mark Thomson | 2012-03-08 | 1 | -1/+1 |
* | | Merge pull request #5414 from nashby/select-hidden-input | Piotr Sarnacki | 2012-03-13 | 4 | -1/+14 |
|\ \ |
|
| * | | add 'include_hidden' option to select tag, closes #5402 | Vasiliy Ermolovich | 2012-03-13 | 4 | -1/+14 |
* | | | Merge pull request #5416 from kennyj/fix_5399 | Aaron Patterson | 2012-03-13 | 2 | -2/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpeci... | kennyj | 2012-03-14 | 2 | -2/+8 |
|/ / |
|
* | | Merge pull request #5397 from rafaelfranca/fix-scaffold | José Valim | 2012-03-13 | 4 | -4/+52 |
|\ \ |
|
| * | | Use the attributes hash explicitly | Rafael Mendonça França | 2012-03-13 | 4 | -12/+44 |
| * | | Do not use the attributes hash in the scaffold functional tests | Rafael Mendonça França | 2012-03-12 | 4 | -4/+20 |
* | | | Actually commit the change! | David Heinemeier Hansson | 2012-03-13 | 1 | -1/+0 |
* | | | Undo unwarranted change to coding conventions. I am not a fan of the aestheti... | David Heinemeier Hansson | 2012-03-13 | 1 | -0/+1 |
* | | | Merge pull request #5406 from parndt/fix_issue_5193_in_master | José Valim | 2012-03-13 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Fixed problem when fixture_path is not always defined (incidentally, only whe... | Philip Arndt | 2012-03-13 | 1 | -1/+3 |
| * | | | Fixes issue #5193 using the instructions provided in the issue. | Philip Arndt | 2012-03-13 | 1 | -0/+3 |
* | | | | Merge pull request #5407 from homakov/patch-1 | Santiago Pastorino | 2012-03-13 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|