| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | defer running after_config hooks until after the object is allocated | Aaron Patterson | 2014-08-07 | 1 | -7/+22 |
| * | | lazily instantiate application subclasses | Aaron Patterson | 2014-08-06 | 2 | -4/+8 |
| * | | Merge pull request #16359 from skanev/after-bundle-in-rails-templates | Yves Senn | 2014-08-06 | 2 | -0/+17 |
| |\ \ |
|
| | * | | Add an after_bundle callback in Rails templates | Stefan Kanev | 2014-08-03 | 2 | -0/+17 |
* | | | | Stop using padding in the generated Gemfile -- it looks shit | David Heinemeier Hansson | 2014-08-07 | 2 | -6/+1 |
|/ / / |
|
* | | | Bring back the helpers tests | José Valim | 2014-08-05 | 2 | -0/+11 |
* | | | Fix typo [ci skip] | Jon Atack | 2014-08-04 | 1 | -1/+1 |
* | | | Explain why we use asset digests, not what a setter does | David Heinemeier Hansson | 2014-08-03 | 2 | -2/+4 |
* | | | Add suggestion as to how you can app the the assets load path | David Heinemeier Hansson | 2014-08-03 | 1 | -0/+3 |
* | | | Pull in the custom configuration concept from dhh/custom_configuration | David Heinemeier Hansson | 2014-08-03 | 1 | -1/+13 |
* | | | A few more tests asserting the presence of helper test stubs | David Heinemeier Hansson | 2014-08-03 | 2 | -5/+0 |
* | | | Change the production log level default from :info to :debug. All production ... | David Heinemeier Hansson | 2014-08-03 | 1 | -2/+2 |
* | | | Generating stubs for helper tests is overly specific. Most helpers should sim... | David Heinemeier Hansson | 2014-08-03 | 3 | -21/+0 |
|/ / |
|
* | | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -1/+1 |
* | | Give password_confirmation div the "field" class in erb form template | noinkling | 2014-07-29 | 1 | -1/+1 |
* | | Additional clarification on password:digest in scaffold and model generator h... | noinkling | 2014-07-25 | 2 | -4/+16 |
* | | Add password:digest information to scaffold generator help text [ci skip] | noinkling | 2014-07-25 | 1 | -1/+5 |
|/ |
|
* | Fix syntax error | Rafael Mendonça França | 2014-07-23 | 1 | -1/+2 |
* | Dev and edge application and plugins need to include i18n master | Rafael Mendonça França | 2014-07-23 | 1 | -1/+2 |
* | Set Psych as the YAML engine for Rubinius | Robin Dupret | 2014-07-23 | 1 | -0/+9 |
* | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 1 | -2/+4 |
|\ |
|
| * | Stop using mocha on app_rails_loader_test | Rafael Mendonça França | 2014-07-07 | 1 | -2/+4 |
* | | Merge pull request #16212 from aantix/additional_migration_conflict_help_mess... | Rafael Mendonça França | 2014-07-18 | 1 | -1/+2 |
|\ \ |
|
| * | | Modified migration conflict message to remove the string concatenation. | Jim Jones | 2014-07-18 | 1 | -3/+3 |
| * | | Added additional help messaging when there's scaffolding being generated and ... | Jim Jones | 2014-07-17 | 1 | -1/+2 |
* | | | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -1/+1 |
|/ / |
|
* | | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+17 |
* | | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 1 | -0/+32 |
* | | Add ability to extend `rails server` command options parser | Andrey Chernih | 2014-07-11 | 1 | -7/+11 |
* | | Merge pull request #13999 from jamox/update_rack | Aaron Patterson | 2014-07-08 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Upgraded rack | Jarmo Isotalo | 2014-05-19 | 1 | -2/+4 |
* | | Merge pull request #16046 from grosser/grosser/cleangen | Rafael Mendonça França | 2014-07-04 | 1 | -2/+1 |
|\ \ |
|
| * | | remove bundler magic | grosser | 2014-07-03 | 1 | -2/+1 |
* | | | Display notice in index.html pages in scaffolded generated views | Arun Agrawal | 2014-07-04 | 1 | -0/+2 |
* | | | Add configuration to enable mail previews | Leonard Garvey | 2014-07-01 | 1 | -2/+0 |
|/ / |
|
* | | Talk about config.assts.version move too | Rafael Mendonça França | 2014-06-27 | 1 | -1/+1 |
* | | Require shellwords since it is dependecy of this file | Rafael Mendonça França | 2014-06-26 | 1 | -0/+2 |
* | | Merge pull request #15885 from lucasmazza/lm-skip-routes | Rafael Mendonça França | 2014-06-24 | 1 | -2/+6 |
|\ \ |
|
| * | | Add a '--skip-routes' flag for the Controller generator. | Lucas Mazza | 2014-06-24 | 1 | -2/+6 |
* | | | `:nodoc: all` does not remove the constants from the API. [ci skip] | Yves Senn | 2014-06-24 | 1 | -2/+2 |
|/ / |
|
* | | Titling the model name in views generated by scaffold. | Amit Suryavanshi | 2014-06-18 | 3 | -3/+3 |
* | | Deprecate Rails::Rack::LogTailer | Rafael Mendonça França | 2014-06-17 | 1 | -0/+4 |
* | | :scissors: | Rafael Mendonça França | 2014-06-17 | 1 | -8/+8 |
* | | Add a generic --skip-gems options to generator | Rafael Mendonça França | 2014-06-17 | 1 | -8/+6 |
* | | Add an option to skip installation of Turbolinks | Marc Schütz | 2014-06-14 | 1 | -2/+7 |
* | | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 1 | -4/+4 |
* | | remove rubyforge.org that was shut down [ci skip] | Gaurav Sharma | 2014-06-06 | 2 | -4/+2 |
* | | Emit suggested generator names when not found | schneems | 2014-06-04 | 1 | -8/+52 |
* | | File.exist? instead of File.exists? in bin/setup | David Jones | 2014-06-02 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-01 | 1 | -0/+5 |
|\ \ |
|