index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add foreign key to active_storage_attachments for `blob_id` via new migration
bogdanvlviv
2019-01-16
1
-1
/
+5
*
Respect Rails.env when running `rails yarn:install`
Chris Bandy
2019-01-04
1
-2
/
+1
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
1
-0
/
+1
*
Run yarn install relative to Rails.root
Kevin Dew
2018-09-07
1
-1
/
+1
*
Respect config setting when output deprecation notice in rake tasks
yuuji.yaginuma
2018-09-04
3
-5
/
+5
*
Remove `rake initializers` from rake tasks list
bogdanvlviv
2018-08-22
1
-1
/
+0
*
Make `rake routes` deprecate before deleting
yuuji.yaginuma
2018-08-20
1
-0
/
+9
*
Update 'rake initializers' to use Rails::Command under the hood
Annie-Claude Côté
2018-08-16
1
-4
/
+6
*
Do not show deprecate task in the task list
yuuji.yaginuma
2018-08-16
1
-1
/
+0
*
Have `bin:rake dev:cache` use the Dev Rails Command under the hood
Annie-Claude Côté
2018-08-13
1
-2
/
+4
*
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
*
Port Annotations rake task to use Rails::NotesCommand
Annie-Claude Côté
2018-07-04
1
-6
/
+6
*
Merge pull request #32699 from printercu/patch-3
Rafael França
2018-05-22
1
-1
/
+7
|
\
|
*
Respect NODE_ENV when running `rails yarn:install`
printercu
2018-04-23
1
-1
/
+7
*
|
Don't generate assets' initializer in `app:update` task if sprockets is skipped
Tsukuru Tanimichi
2018-05-05
1
-1
/
+1
|
/
*
Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...
Kasper Timm Hansen
2018-04-02
1
-3
/
+3
|
\
|
*
Move SourceAnnotationExtractor under Rails module
Prem Sichanugrist
2018-03-22
1
-3
/
+3
*
|
Fix "--frozen-lockfile" argument used in yarn install rake task
Guillermo Iguaran
2018-03-29
1
-1
/
+1
*
|
Raise an error when lockfile diff is generated
Max Schwenk
2018-03-13
1
-1
/
+1
|
/
*
Move rake routes task to rails command
Benoit Tigeot
2018-02-27
1
-31
/
+0
*
Remove DB naming ambiguity
Alberto Almagro
2017-11-26
1
-2
/
+2
*
Merge pull request #30773 from y-yagi/fix_30765
Eileen M. Uchitelle
2017-11-12
1
-0
/
+3
|
\
|
*
Make automatically synchronize test schema work inside engine
yuuji.yaginuma
2017-10-02
1
-0
/
+3
*
|
[Railties] require_relative => require
Akira Matsuda
2017-10-21
5
-7
/
+7
|
/
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
1
-1
/
+0
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
13
-0
/
+26
*
Make `rails yarn:install` ignore dev dependencies
printercu
2017-07-19
1
-1
/
+1
*
Do not generate unused components contents in `app:update` task
yuuji.yaginuma
2017-07-16
1
-22
/
+5
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-2
/
+9
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
13
-13
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
13
-0
/
+13
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
13
-0
/
+13
|
*
|
Clear screenshots files in `tmp:clear` task
yuuji.yaginuma
2017-06-27
1
-2
/
+9
|
|
/
*
/
[Railties] require => require_relative
Akira Matsuda
2017-07-01
5
-8
/
+8
|
/
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Remove unnecessary files to API-only Applications when `app:task` task executed
yuuji.yaginuma
2017-03-24
1
-1
/
+1
*
Add `app:update` task to engines
yuuji.yaginuma
2017-03-20
1
-0
/
+11
*
Add generators and ability to run system tests
eileencodes
2017-02-20
1
-0
/
+1
*
Fix rubocop violations
Rafael Mendonça França
2017-02-09
1
-1
/
+1
*
Make Yarn quieter during precompilation as that is typically run by a deploy ...
David Heinemeier Hansson
2017-01-19
1
-1
/
+1
*
only enhance when `assets:precompile` task is defined
yuuji.yaginuma
2017-01-18
1
-1
/
+3
*
Fix all rubocop violations
Rafael Mendonça França
2017-01-17
1
-2
/
+2
*
Be a bit more explicit rather than relying on the default task
David Heinemeier Hansson
2017-01-17
1
-1
/
+1
*
Make yarn install available as a rake task via yarn:install so we can use tha...
David Heinemeier Hansson
2017-01-17
1
-0
/
+9
*
remove unused requires
yuuji.yaginuma
2017-01-12
2
-4
/
+0
*
Remove deprecated CONTROLLER environment variable for routes task
Rafael Mendonça França
2017-01-03
1
-7
/
+0
*
Remove deprecated tasks in railties
Rafael Mendonça França
2017-01-03
1
-12
/
+0
*
Merge pull request #24814 from vipulnsward/24811-fix-double-tasks
Arthur Nogueira Neves
2017-01-03
1
-1
/
+0
|
\
|
*
Don't list out tasks as separately that are under lib, which cause them to be...
Vipul A M
2016-07-09
1
-1
/
+0
[next]