| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | In example about params naming conventions use params[:person] [ci skip] | Aldo "xoen" Giambelluca | 2012-08-31 | 1 | -1/+1 |
| * | | | | | Merge pull request #106 from neilstockbridge/master | Jeff Shantz | 2012-08-30 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Added a note for smtp_settings.enable_starttls_auto | Neil Stockbridge | 2012-08-08 | 1 | -1/+1 |
| * | | | | | | in section 4.1 acts_as_yaffle_test was incorrectly failing due to assertion i... | Kevin Musiorski | 2012-08-30 | 1 | -2/+2 |
| * | | | | | | added .DS_Store to .gitignore | Kevin Musiorski | 2012-08-30 | 1 | -0/+1 |
| * | | | | | | Added example of using options_for_select() with select_tag() | Kir Shatrov | 2012-08-30 | 1 | -0/+4 |
| * | | | | | | Removed spaces between name and asterisks in example CHANGELOG entry [ci skip] | Aldo "xoen" Giambelluca | 2012-08-30 | 1 | -1/+1 |
| * | | | | | | Expand documentation for change() method in Time, Date, and DateTime | Jeff Shantz | 2012-08-29 | 3 | -4/+15 |
| * | | | | | | Revert "Grammar" | Jo Liss | 2012-08-30 | 1 | -3/+3 |
| * | | | | | | Grammar | Jo Liss | 2012-08-29 | 1 | -3/+3 |
| * | | | | | | Merge pull request #110 from nmadura/master | Nathaniel Madura | 2012-08-29 | 1 | -0/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | added a touch more information to the apache configuration instructions | Nathaniel Madura | 2012-08-29 | 1 | -0/+3 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #109 from aantix/default_security_headers_clarifications | Jim Jones | 2012-08-28 | 1 | -1/+19 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Added clairifications for default security headers. | Jim Jones | 2012-08-27 | 1 | -1/+19 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #108 from homakov/master | Egor Homakov | 2012-08-27 | 1 | -0/+23 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | default headers init | Egor Homakov | 2012-08-27 | 1 | -0/+23 |
| |/ / / / / / |
|
| * | | | | | | Update guides/source/rails_application_templates.textile | Deepak Kannan | 2012-08-27 | 1 | -1/+1 |
| * | | | | | | Minor update for usage of git command | Deepak Kannan | 2012-08-27 | 1 | -1/+1 |
| * | | | | | | Guide: improvements to "The Flash" section. | Henrik N | 2012-08-25 | 1 | -9/+22 |
| * | | | | | | Merge pull request #107 from jaimeiniesta/master | Xavier Noria | 2012-08-24 | 1 | -8/+13 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add exception handling to rake guides:validate | Jaime Iniesta | 2012-08-24 | 1 | -1/+6 |
| | * | | | | | | Fix rake guides:validate | Jaime Iniesta | 2012-08-24 | 1 | -7/+7 |
| |/ / / / / / |
|
| * | | | | | | Revert "Fix rake guides:validate task as it should be run from the guides dir... | Jaime Iniesta | 2012-08-24 | 1 | -13/+8 |
| * | | | | | | Merge branch 'master' of github.com:lifo/docrails | Almudena Garcia | 2012-08-23 | 1 | -8/+13 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix rake guides:validate task as it should be run from the guides directory; ... | Jaime Iniesta | 2012-08-23 | 1 | -8/+13 |
| * | | | | | | | Fix HTML validation errors | Almudena Garcia | 2012-08-23 | 4 | -7/+7 |
| |/ / / / / / |
|
* | | | | | | | require bundle in the app generator | Xavier Noria | 2012-09-01 | 1 | -0/+1 |
* | | | | | | | Remove unneeded require | Piotr Sarnacki | 2012-09-01 | 1 | -1/+0 |
* | | | | | | | Merge pull request #7494 from route/actionview_decoupling_issue | Piotr Sarnacki | 2012-09-01 | 6 | -18/+10 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Sprockets-rails tests fail | Dmitry Vorotilin | 2012-09-01 | 6 | -18/+10 |
|/ / / / / / |
|
* | | | | | | Require bundler 1.2 | Piotr Sarnacki | 2012-08-31 | 1 | -1/+1 |
* | | | | | | Don't use Gemfile in test application in railties | Piotr Sarnacki | 2012-08-31 | 1 | -5/+5 |
* | | | | | | Use Bundler.with_clean_env instead of custom code | Piotr Sarnacki | 2012-08-31 | 1 | -6/+3 |
* | | | | | | Revert "Revert changes related to `bundle install` fixes in `rails new`" | Piotr Sarnacki | 2012-08-31 | 2 | -3/+17 |
* | | | | | | Avoid #fetch for non-nil values. | Jon Leighton | 2012-08-31 | 1 | -1/+2 |
* | | | | | | Key the attributes hash with symbols | Jon Leighton | 2012-08-31 | 4 | -9/+14 |
* | | | | | | Cache the connection pool for a given class | Jon Leighton | 2012-08-31 | 2 | -20/+37 |
* | | | | | | One hash is enough | Jon Leighton | 2012-08-31 | 2 | -18/+14 |
* | | | | | | Refactor connection handler | Jon Leighton | 2012-08-31 | 1 | -22/+14 |
* | | | | | | Make connection pool retrieval faster | Jon Leighton | 2012-08-31 | 3 | -20/+18 |
* | | | | | | Revert "Merge pull request #7452 from arunagw/memcached_dalli" | Jon Leighton | 2012-08-31 | 2 | -7/+7 |
* | | | | | | Revert "Add missing require" | Jon Leighton | 2012-08-31 | 1 | -1/+0 |
* | | | | | | Merge pull request #7479 from eriko/master | Xavier Noria | 2012-08-31 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Update actionpack/lib/action_dispatch/routing/mapper.rb | Erik Ordway | 2012-08-29 | 1 | -1/+1 |
* | | | | | | Instrumentation requires RackDelegation | José Valim | 2012-08-30 | 1 | -0/+1 |
* | | | | | | Merge pull request #7485 from kennyj/fix_build_20120830 | Rafael Mendonça França | 2012-08-30 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix build about TemplateDigestorTest. | kennyj | 2012-08-30 | 1 | -3/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #7484 from kennyj/fix_warning_20120830 | Rafael Mendonça França | 2012-08-30 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixes warning: & interpreted as argument prefix | kennyj | 2012-08-30 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #7483 from christos/improve_template_digestor | David Heinemeier Hansson | 2012-08-30 | 4 | -4/+38 |
|\ \ \ \ \ \ |
|