| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #16057 from akshay-vishnoi/doc_change | Zachary Scott | 2014-07-06 | 1 | -1/+1 |
|\ \ |
|
| * | | [ci skip] /sqlite/i --> SQLite | Akshay Vishnoi | 2014-07-06 | 1 | -1/+1 |
* | | | 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 | 3 | -1/+11 |
| |/ /
|/| | |
|
* | | | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test... | Rafael Mendonça França | 2014-07-02 | 1 | -90/+1 |
* | | | Rename preview_enabled option to show_previews | Rafael Mendonça França | 2014-07-01 | 2 | -10/+10 |
* | | | Add configuration to enable mail previews | Leonard Garvey | 2014-07-01 | 3 | -2/+38 |
|/ / |
|
* | | Merge pull request #15933 from rafael/master | Rafael Mendonça França | 2014-06-27 | 1 | -0/+38 |
|\ \ |
|
| * | | Improvements per code review. | Rafael Chacón | 2014-06-27 | 1 | -0/+25 |
| * | | Add always_permitted_parameters as an option. | Rafael Chacón | 2014-06-26 | 1 | -0/+13 |
* | | | Talk about config.assts.version move too | Rafael Mendonça França | 2014-06-27 | 1 | -1/+1 |
* | | | Add a test for db:migrate:status to check missing file scenario | Viktar Basharymau | 2014-06-27 | 1 | -0/+15 |
* | | | 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 | 2 | -2/+13 |
|\ \ \ |
|
| * | | | Add a '--skip-routes' flag for the Controller generator. | Lucas Mazza | 2014-06-24 | 2 | -2/+13 |
* | | | | `: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 | 2 | -0/+8 |
* | | | initialize the right variable | Rafael Mendonça França | 2014-06-17 | 1 | -1/+1 |
* | | | :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 | 3 | -10/+19 |
* | | | Merge pull request #15716 from schuetzm/skip-turbolinks | Rafael Mendonça França | 2014-06-17 | 2 | -2/+21 |
|\ \ \ |
|
| * | | | Add an option to skip installation of Turbolinks | Marc Schütz | 2014-06-14 | 2 | -2/+21 |
* | | | | allow preview interceptors to be registered through `config.action_mailer`. | Yves Senn | 2014-06-15 | 1 | -0/+32 |
* | | | | [ci-skip] correct wikipedia MVC link | Aditya Kapoor | 2014-06-14 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-... | Yves Senn | 2014-06-12 | 1 | -1/+90 |
|\ \ \ |
|
| * | | | Fixed automatic maintaining test schema to properly handle sql structure sche... | Wojciech Wnętrzak | 2014-06-12 | 1 | -2/+52 |
| * | | | Added missing test case for migrations when using sql structure | Wojciech Wnętrzak | 2014-06-01 | 1 | -1/+40 |
* | | | | remove unnused method from test | Fabian Rodriguez | 2014-06-11 | 1 | -10/+0 |
* | | | | [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 | 3 | -9/+63 |
* | | | | File.exist? instead of File.exists? in bin/setup | David Jones | 2014-06-02 | 1 | -1/+1 |
* | | | | Feature requests should be made on the mailing list, not submitted to | Zachary Scott | 2014-06-01 | 1 | -1/+5 |
* | | | | Merge pull request #14881 from robin850/patch-19 | Yves Senn | 2014-06-01 | 1 | -5/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Swallow bundler exceptions when running tests | Robin Dupret | 2014-04-27 | 1 | -5/+8 |
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-01 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | document generators hidden_namespaces | schneems | 2014-05-29 | 1 | -0/+5 |
* | | | | | bin/setup uses `bundle check || bundle install` to improve performance. | Yves Senn | 2014-05-30 | 1 | -1/+1 |
* | | | | | `bin/setup` script to bootstrap applications. | Yves Senn | 2014-05-30 | 3 | -0/+33 |
* | | | | | Revert "Merge pull request #12778 from etehtsea/rake-default-fix" | Yves Senn | 2014-05-28 | 2 | -5/+1 |
* | | | | | Merge pull request #15269 from arunagw/aa-fixes-8930 | Rafael Mendonça França | 2014-05-27 | 2 | -0/+41 |
|\ \ \ \ \ |
|
| * | | | | | rake railties:install:migrations respects the order of railties | Arun Agrawal | 2014-05-27 | 2 | -0/+41 |
* | | | | | | Deprecate all *_filter callbacks in favor of *_action callbacks | Rafael Mendonça França | 2014-05-27 | 2 | -4/+4 |
* | | | | | | Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes | Yves Senn | 2014-05-27 | 3 | -11/+32 |
|\ \ \ \ \ \ |
|
| * | | | | | | Replace double quotes with single quotes while adding an entry into Gemfile | alexbel | 2014-05-26 | 3 | -11/+25 |
|/ / / / / / |
|
* | | | | | | Merge pull request #15333 from ShunsukeAida/update_ruby_version | Rafael Mendonça França | 2014-05-26 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | update the recommended ruby version | ShunsukeAida | 2014-05-27 | 1 | -1/+1 |
* | | | | | | | Merge pull request #15294 from schneems/schneems/generator-output-in-error2 | Rafael Mendonça França | 2014-05-26 | 2 | -14/+20 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|