| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve railties changelog entry and move latest to the top [ci skip] | Carlos Antonio da Silva | 2014-11-12 | 1 | -8/+7 |
* | Merge pull request #17593 from igas/paths-unshift-arity | Rafael Mendonça França | 2014-11-12 | 1 | -0/+5 |
|\ |
|
| * | Fix Rails::Paths::Path.unshift interface | Igor Kapkov | 2014-11-12 | 1 | -0/+5 |
* | | Merge pull request #17348 from DavidGeukers/rake_test_all | David Heinemeier Hansson | 2014-11-12 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Simplify rake test vs rake test:all | David Geukers | 2014-11-10 | 1 | -0/+6 |
* | | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 1 | -0/+6 |
|\ \ |
|
| * | | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 1 | -0/+6 |
* | | | Add skip-turbolinks entry to 4.2 release notes and improve changelog | Carlos Antonio da Silva | 2014-11-05 | 1 | -1/+1 |
|/ / |
|
* / | Add back --skip-turbolinks and remove --skip-gems | Rafael Mendonça França | 2014-10-26 | 1 | -7/+1 |
|/ |
|
* | some changelog formatting. [ci skip] | Yves Senn | 2014-10-16 | 1 | -1/+1 |
* | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 1 | -0/+6 |
* | Standardize on `Rails.application` [ci skip] | Tamir Duberstein | 2014-09-19 | 1 | -1/+1 |
* | Merge pull request #16936 from untidy-hair/plugin_test_db_migrate_path | Rafael Mendonça França | 2014-09-18 | 1 | -0/+6 |
|\ |
|
| * | Specify dummy app's db migrate path in plugin's test_helper.rb | Yukio Mizuta | 2014-09-16 | 1 | -0/+6 |
* | | inject Rack::Lock if config.eager_load is false | Xavier Noria | 2014-09-18 | 1 | -0/+6 |
|/ |
|
* | Use dynamic path for dummy app location in plugin's test_helper.rb | Yukio Mizuta | 2014-09-14 | 1 | -0/+5 |
* | Fix spelling. [CI SKIP] | Guo Xiang Tan | 2014-08-27 | 1 | -1/+1 |
* | fix broken `gem` method with non-String arguments. Closes #16709. | Yves Senn | 2014-08-27 | 1 | -0/+7 |
* | 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 |