| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | revises most Lint/EndAlignment offenses | Xavier Noria | 2016-08-07 | 3 | -9/+10 |
* | Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in... | Kasper Timm Hansen | 2016-08-07 | 1 | -1/+3 |
|\ |
|
| * | show error message when error raised in rails runner | yuuji.yaginuma | 2016-08-03 | 1 | -1/+3 |
* | | Defer requiring Rake until it's needed. | Kasper Timm Hansen | 2016-08-07 | 1 | -1/+8 |
* | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | | Merge pull request #26060 from siong1987/minor/puma-config | Guillermo Iguaran | 2016-08-06 | 1 | -1/+1 |
|\ \ |
|
| * | | .to_i is unnecessary. | Teng Siong Ong | 2016-08-04 | 1 | -1/+1 |
| |/ |
|
* | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 13 | -37/+28 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 20 | -186/+186 |
* | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 2 | -5/+3 |
* | | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 3 | -18/+18 |
* | | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 105 | -628/+628 |
|/ |
|
* | Show supported DBs first in `rails new --help` | Akira Matsuda | 2016-08-03 | 1 | -5/+5 |
* | Suppress warnings | yui-knk | 2016-07-31 | 1 | -0/+1 |
* | A generated app should not include Uglifier with `--skip-javascript` option. | Ben Pickles | 2016-07-26 | 2 | -3/+9 |
* | Enforce minimal web-console version for Rails 5 | Genadi Samokovarov | 2016-07-21 | 1 | -1/+1 |
* | Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializer | Rafael Mendonça França | 2016-07-20 | 4 | -15/+25 |
|\ |
|
| * | Setup default session store internally, no longer through an application init... | Prathamesh Sonpatki | 2016-07-17 | 4 | -6/+8 |
| * | Refactor the existing session_store to use keyword args and raise early when ... | Prathamesh Sonpatki | 2016-07-17 | 1 | -9/+14 |
| * | Introduce a new method for checking whether session_store is set by user or b... | Prathamesh Sonpatki | 2016-07-17 | 1 | -0/+4 |
* | | Merge pull request #25795 from mechanicles/command-importance | Guillermo Iguaran | 2016-07-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Give importance to rails command in the comment section. | Santosh Wadghule | 2016-07-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #25690 from robin850/speed-up-rdoc | Xavier Noria | 2016-07-12 | 1 | -0/+13 |
|\ \ |
|
| * | | Speed up RDoc generation when it's already been done once | Robin Dupret | 2016-07-11 | 1 | -0/+13 |
* | | | rails -> Rails [ci skip] | Santosh Wadghule | 2016-07-12 | 2 | -4/+4 |
| |/
|/| |
|
* | | Merge pull request #25688 from mahnunchik/host-env-var | Guillermo Iguaran | 2016-07-08 | 1 | -0/+1 |
|\ \ |
|
| * | | Use the HOST environment variable for rails server #25677 | Evgeny Vlasenko | 2016-07-05 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #25704 from fledman/add_respond_to_missing_to_rails_applic... | Rafael França | 2016-07-05 | 1 | -0/+4 |
|\ \ |
|
| * | | implement respond_to_missing? to match method_missing | David Feldman | 2016-07-05 | 1 | -0/+4 |
* | | | Merge pull request #25692 from johnmeehan/allow-registering-directory-for-rak... | Rafael França | 2016-07-05 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Allow rake notes to work with other directories. | John Meehan | 2016-07-05 | 1 | -0/+6 |
| |/ |
|
* | | Merge pull request #25257 from ta1kt0me/inspect_initializers | Richard Schneeman | 2016-07-05 | 2 | -1/+5 |
|\ \ |
|
| * | | Initializer provides its context class name | ta1kt0me | 2016-06-12 | 2 | -3/+5 |
| * | | Delegate public method for raitile name | ta1kt0me | 2016-06-11 | 2 | -1/+3 |
| * | | Display railtie class name in `rails initializers` | ta1kt0me | 2016-06-02 | 1 | -1/+1 |
* | | | Point to the correct documentation [ci skip] | Benjamin Quorning | 2016-07-05 | 1 | -1/+1 |
* | | | Robots.txt removed disallow all instructions | Sam Sweeney | 2016-07-05 | 1 | -4/+0 |
| |/
|/| |
|
* | | Merge pull request #25646 from y-yagi/refer_to_rails_command_instead_of_rake | Vipul A M | 2016-07-02 | 1 | -3/+3 |
|\ \ |
|
| * | | refer to rails command instead of rake in doc of `SourceAnnotationExtractor` ... | yuuji.yaginuma | 2016-07-02 | 1 | -3/+3 |
* | | | Merge pull request #25222 from vipulnsward/25219-fix-logs | Matthew Draper | 2016-07-02 | 2 | -1/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixes #25219 | Vipul A M | 2016-07-01 | 2 | -1/+13 |
* | | | fix task name to remove | yuuji.yaginuma | 2016-07-02 | 1 | -1/+1 |
* | | | Do not run `bundle install` when generating a new plugin. | Rafael Mendonça França | 2016-07-01 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #25431 from prathamesh-sonpatki/add-note-about-upgrade-gui... | Rafael França | 2016-06-30 | 2 | -1/+10 |
|\ \ |
|
| * | | Display link to Rails upgrade guide at the end of `rails app:update` task. | Prathamesh Sonpatki | 2016-06-30 | 2 | -1/+10 |
* | | | Merge pull request #25607 from sstephenson/turbolinks-5-final | Rafael Mendonça França | 2016-06-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update to Turbolinks 5.0.0 final | Sam Stephenson | 2016-06-30 | 1 | -1/+1 |
| |/ / |
|
* / / | Point to released coffee-rails | Rafael Mendonça França | 2016-06-30 | 1 | -1/+1 |
|/ / |
|
* | | Initialize the configuration with a value | Rafael Mendonça França | 2016-06-22 | 4 | -10/+2 |
* | | Fix failing railties tests | eileencodes | 2016-06-22 | 3 | -0/+9 |