| Commit message (Expand) | Author | Age | Files | Lines |
* | Update CHANGELOG [ci skip] | José Valim | 2013-12-23 | 1 | -0/+5 |
* | Add a changelog entry for #13326 [ci skip] | Robin Dupret | 2013-12-21 | 1 | -0/+8 |
* | `html` and `text` templates for mailers by default | Kassio Borges | 2013-12-20 | 1 | -0/+4 |
* | Make possible to use symbol as the verifier name | Rafael Mendonça França | 2013-12-19 | 1 | -3/+3 |
* | Change the message verifier argument to verifier_name | Rafael Mendonça França | 2013-12-19 | 1 | -2/+2 |
* | Add changelog entries about secrets.yml and secrets.secret_key_base | Guillermo Iguaran | 2013-12-17 | 1 | -0/+29 |
* | fixed rails dbconsole to support ENV['DATABASE_URL']. | Huiming Teo | 2013-12-16 | 1 | -0/+4 |
* | end sentences with a `.`. [ci skip] | Yves Senn | 2013-12-05 | 1 | -2/+2 |
* | Make salt argument required for message verifier | Rafael Mendonça França | 2013-12-04 | 1 | -2/+2 |
* | Fix typos | Rafael Mendonça França | 2013-12-04 | 1 | -1/+1 |
* | No need to configure salts | Rafael Mendonça França | 2013-12-04 | 1 | -5/+2 |
* | Make possibile to get different message verifiers | Rafael Mendonça França | 2013-12-04 | 1 | -1/+9 |
* | Rename verifier to message_verifier | Rafael Mendonça França | 2013-12-04 | 1 | -3/+3 |
* | Add documentation and CHANGELOG entry to Application#verifier | Rafael Mendonça França | 2013-12-04 | 1 | -0/+12 |
* | Install Spring preloader when generating new applications | Jon Leighton | 2013-12-03 | 1 | -0/+7 |
* | Use .railsrc while creating new plugin if available | Prathamesh Sonpatki | 2013-12-01 | 1 | -0/+5 |
* | Improve changelogs | Carlos Antonio da Silva | 2013-11-22 | 1 | -1/+2 |
* | Remove turbolinks when generating a new application based on a template | Lauro Caetano | 2013-11-21 | 1 | -0/+8 |
* | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+30 |
* | Allow Pathnames to be added to eager load paths | Mike Pack | 2013-11-11 | 1 | -0/+4 |
* | Fix missing line and shadow on static error pages [ci skip] | Dmitry Korotkov | 2013-11-11 | 1 | -0/+4 |
* | Fix typo in railties changelog | Carlos Antonio da Silva | 2013-11-04 | 1 | -2/+2 |
* | BACKTRACE environment variable to show unfiltered backtraces. | Yves Senn | 2013-11-04 | 1 | -0/+11 |
* | No web-console for now | Arun Agrawal | 2013-11-03 | 1 | -4/+0 |
* | Removal of javascript related gems when creating an app | Robin Dupret | 2013-10-27 | 1 | -0/+5 |
* | Make the application name snake cased when it contains spaces | Robin Dupret | 2013-10-22 | 1 | -0/+8 |
* | Fix typo in the changelog entry | Rafael Mendonça França | 2013-10-15 | 1 | -1/+1 |
* | Added --model-name option scaffold_controller_generator. | yalab | 2013-10-15 | 1 | -0/+4 |
* | Expose MiddlewareStack#unshift to environment configuration. | Ben Pickles | 2013-10-09 | 1 | -0/+4 |
* | Add a CHANGELOG entry about Web Console inclusion | Genadi Samokovarov | 2013-09-24 | 1 | -0/+4 |
* | Only output Server logs in Development | schneems | 2013-09-22 | 1 | -0/+5 |
* | Don't require using application_name before options | Piotr Sarnacki | 2013-09-13 | 1 | -6/+11 |
* | Adding LESS to rake notes | Josh Crowder | 2013-08-15 | 1 | -0/+4 |
* | Generate namespaced routes correctly for generators. Fix for #11532 | Prathamesh Sonpatki | 2013-08-14 | 1 | -0/+18 |
* | Use the right instrumentation name | Rafael Mendonça França | 2013-08-05 | 1 | -0/+4 |
* | Add CHANGELOG entry for #11665 | Rafael Mendonça França | 2013-08-04 | 1 | -0/+4 |
* | Move changelog entry to the top [ci skip] | Carlos Antonio da Silva | 2013-07-29 | 1 | -5/+7 |
* | Changed stylesheet load order in the stylesheet manifest generator. | Pawel Janiak | 2013-07-28 | 1 | -0/+4 |
* | Added generated unit test for generator generator and new test:generators rak... | Josef Šimánek | 2013-07-16 | 1 | -0/+5 |
* | Remove update:application_controller rake task. | Josef Šimánek | 2013-07-13 | 1 | -0/+4 |
* | #11381: Ignore config.eager_load=true for rake | Paul Nikitochkin | 2013-07-10 | 1 | -0/+4 |
* | handle notes in *.sass files | Yuri Artemev | 2013-07-08 | 1 | -0/+4 |
* | Removed deprecated `Rails.application.railties.engines`. | Arun Agrawal | 2013-07-04 | 1 | -0/+4 |
* | Added missing CHANGELOG from PR #11279 [ci skip] | Arun Agrawal | 2013-07-03 | 1 | -0/+4 |
* | Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in | Vipul A M | 2013-07-03 | 1 | -0/+5 |
* | Remove deprecated `config.whiny_nils` | Vipul A M | 2013-07-02 | 1 | -0/+4 |
* | s/plugin_new/plugin | schneems | 2013-06-30 | 1 | -0/+4 |
* | Fix `rails plugin --help` | schneems | 2013-06-29 | 1 | -0/+4 |
* | Omit turbolinks configuration completely on skip_javascript generator option | Nikita Fedyashev | 2013-06-28 | 1 | -0/+4 |
* | Review railties changelog [ci skip] | Carlos Antonio da Silva | 2013-06-26 | 1 | -5/+4 |