| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 | 6 | -2/+77 |
* | | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 3 | -0/+134 |
* | | Add ability to extend `rails server` command options parser | Andrey Chernih | 2014-07-11 | 1 | -7/+11 |
* | | Merge pull request #16132 from tgxworld/fix_test_not_unsubscribing | Santiago Pastorino | 2014-07-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix incorrect unsubscription. | Guo Xiang Tan | 2014-07-11 | 1 | -2/+2 |
* | | | Synced 4.2 release notes with the latest commits. | Godfrey Chan | 2014-07-11 | 1 | -1/+1 |
|/ / |
|
* | | 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 |
* | | Change back occurrences of SQLite(3) to sqlite3 when referring to the | Zachary Scott | 2014-07-06 | 1 | -1/+1 |
* | | 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 |