| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix setting simple values to the new config.x | Carlos Antonio da Silva | 2014-08-19 | 1 | -2/+1 |
* | Revert "Improve custom configuration" | Rafael Mendonça França | 2014-08-19 | 1 | -9/+7 |
* | Merge pull request #16561 from gsamokovarov/mention-web-console-in-changelog | Guillermo Iguaran | 2014-08-19 | 1 | -0/+7 |
|\ |
|
| * | Mention web-console in 4.2 release notes | Genadi Samokovarov | 2014-08-20 | 1 | -0/+7 |
* | | Improve custom configuration | Rafael Mendonça França | 2014-08-19 | 1 | -7/+9 |
|/ |
|
* | Add a `required` option to the model generator | Sean Griffin | 2014-08-08 | 1 | -0/+4 |
* | Merge pull request #16359 from skanev/after-bundle-in-rails-templates | Yves Senn | 2014-08-06 | 1 | -0/+7 |
|\ |
|
| * | Add an after_bundle callback in Rails templates | Stefan Kanev | 2014-08-03 | 1 | -0/+7 |
* | | Pull in the custom configuration concept from dhh/custom_configuration | David Heinemeier Hansson | 2014-08-03 | 1 | -0/+17 |
|/ |
|
* | Merge pull request #16328 from noinkling/template_password_confirmation_fix | Yves Senn | 2014-07-29 | 1 | -0/+5 |
* | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 1 | -0/+18 |
* | Synced 4.2 release notes with the latest commits. | Godfrey Chan | 2014-07-11 | 1 | -1/+1 |
* | Change back occurrences of SQLite(3) to sqlite3 when referring to the | Zachary Scott | 2014-07-06 | 1 | -1/+1 |
* | [ci skip] /sqlite/i --> SQLite | Akshay Vishnoi | 2014-07-06 | 1 | -1/+1 |
* | Deprecate Rails::Rack::LogTailer | Rafael Mendonça França | 2014-06-17 | 1 | -0/+4 |
* | Add a generic --skip-gems options to generator | Rafael Mendonça França | 2014-06-17 | 1 | -0/+10 |
* | Emit suggested generator names when not found | schneems | 2014-06-04 | 1 | -0/+4 |
* | `bin/setup` script to bootstrap applications. | Yves Senn | 2014-05-30 | 1 | -0/+4 |
* | Revert "Merge pull request #12778 from etehtsea/rake-default-fix" | Yves Senn | 2014-05-28 | 1 | -4/+0 |
* | Replace double quotes with single quotes while adding an entry into Gemfile | alexbel | 2014-05-26 | 1 | -0/+4 |
* | Future port c8ddb61 | Zachary Scott | 2014-05-23 | 1 | -2/+1 |
* | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 1 | -0/+4 |
* | Use Rails::Paths::Path#existent in database_configuration | Pier-Olivier Thibault | 2014-05-07 | 1 | -0/+5 |
* | skip-git should not hit git commands plugin generators | Arun Agrawal | 2014-05-02 | 1 | -0/+6 |
* | Make console and generators blocks works at Application instance level | Rafael Mendonça França | 2014-04-14 | 1 | -0/+6 |
* | Move assets precompile (and version) to an initializer | Matthew Draper | 2014-04-11 | 1 | -0/+4 |
* | Add CHANGELOG entry for #12778 [ci skip] | Rafael Mendonça França | 2014-03-28 | 1 | -0/+4 |
* | Remove sqlite3 lines from .gitignore if the application is not using sqlite3. | Dmitrii Golub | 2014-03-24 | 1 | -0/+4 |
* | Add Changelog Entry ref #14379 | robertomiranda | 2014-03-17 | 1 | -0/+8 |
* | Removed unnecessary command "application" | Arun Agrawal | 2014-03-10 | 1 | -0/+4 |
* | Make the rails:template rake task load initializers | Robin Dupret | 2014-03-08 | 1 | -0/+6 |
* | Introduce `Rails.gem_version` | Prem Sichanugrist | 2014-03-05 | 1 | -0/+15 |
* | Avoid namespacing routes inside engines | Robin Dupret | 2014-02-26 | 1 | -0/+9 |
* | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -312/+1 |
* | Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665." | Guillermo Iguaran | 2014-02-21 | 1 | -7/+0 |
* | do not crash when `config/secrets.yml` is blank. | Yves Senn | 2014-02-12 | 1 | -0/+4 |
* | Merge branch 'dump-schema-after-migration-flag' of git://github.com/emilsoman... | Xavier Noria | 2014-02-06 | 1 | -0/+7 |
|\ |
|
| * | Add config to disable schema dump after migration | Emil Soman | 2014-02-06 | 1 | -0/+7 |
* | | synchronize 4.1 release notes with CHANGELOGS. [ci skip] | Yves Senn | 2014-02-06 | 1 | -1/+1 |
|/ |
|
* | Add CreateMigration action | Gert Goet | 2014-01-28 | 1 | -0/+6 |
* | Add a missing changelog entry for #13825 [ci skip] | Robin Dupret | 2014-01-25 | 1 | -0/+6 |
* | Update Changelog, Spring is under rails/spring [ci skip] | robertomiranda | 2014-01-19 | 1 | -1/+1 |
* | Unify changelog entries about single quotes [ci skip] | Carlos Antonio da Silva | 2014-01-15 | 1 | -5/+1 |
* | Use single quotes in generated files | Chulki Lee | 2014-01-14 | 1 | -0/+4 |
* | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -0/+4 |
* | Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665. | Yves Senn | 2014-01-13 | 1 | -0/+7 |
* | fixes a typo in a CHANGELOG | Xavier Noria | 2014-01-12 | 1 | -1/+1 |
* | upgrade SDoc | Xavier Noria | 2014-01-12 | 1 | -0/+4 |
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 1 | -0/+6 |
* | Update CHANGELOG [ci skip] | José Valim | 2013-12-23 | 1 | -0/+5 |