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
...
*
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
*
|
Merge branch 'master' into clear_all_environments_log_by_default
Rafael França
2016-12-29
1
-1
/
+1
|
\
\
|
*
|
Use JavaScripts instead of Javascripts in `rake stats`
Koichi ITO
2016-12-03
1
-1
/
+1
*
|
|
clear all environments log files by default
yuuji.yaginuma
2016-10-14
1
-2
/
+6
|
/
/
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-5
/
+5
*
|
modernizes hash syntax in railties
Xavier Noria
2016-08-06
1
-1
/
+1
*
|
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
11
-46
/
+46
|
/
*
Merge pull request #25257 from ta1kt0me/inspect_initializers
Richard Schneeman
2016-07-05
1
-1
/
+1
|
\
|
*
Initializer provides its context class name
ta1kt0me
2016-06-12
1
-1
/
+1
|
*
Delegate public method for raitile name
ta1kt0me
2016-06-11
1
-1
/
+1
|
*
Display railtie class name in `rails initializers`
ta1kt0me
2016-06-02
1
-1
/
+1
*
|
Display link to Rails upgrade guide at the end of `rails app:update` task.
Prathamesh Sonpatki
2016-06-30
1
-1
/
+5
*
|
Remove FORCE option as it was only needed for tests
Prathamesh Sonpatki
2016-06-07
1
-1
/
+1
*
|
Fix minor regression about old apps not getting per_form_csrf and request_for...
Prathamesh Sonpatki
2016-06-04
1
-1
/
+1
|
/
*
Merge pull request #24696 from y-yagi/remove_unnessary_option_setting
Kasper Timm Hansen
2016-04-25
1
-0
/
+3
|
\
|
*
register rake options to `OptionParser`
yuuji.yaginuma
2016-04-25
1
-0
/
+3
*
|
add channels files in `stats` task
yuuji.yaginuma
2016-04-24
1
-0
/
+1
|
/
*
use rails command in `time:zones` task desc [ci skip]
yuuji.yaginuma
2016-04-20
1
-1
/
+1
*
Merge pull request #20625 from Envek/add_country_zones_method
Jeremy Daer
2016-04-19
1
-6
/
+23
*
issue FileUtils commands directly in Rake tasks
Xavier Noria
2016-04-11
3
-14
/
+11
*
revises fileutils dependencies in railties
Xavier Noria
2016-04-11
3
-0
/
+5
*
do not create unnecessary directory
yuuji.yaginuma
2016-04-10
1
-3
/
+1
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
1
-0
/
+1
*
Share dev caching implementation between task and server.
Kasper Timm Hansen
2016-03-15
1
-11
/
+3
*
Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchers
Rafael França
2016-03-09
1
-2
/
+3
|
\
|
*
Remove passing `with_dispatchers` to AppGenerator
Prathamesh Sonpatki
2016-03-09
1
-2
/
+3
*
|
Update deprecation message shown when tasks from rails namespace are run
Prathamesh Sonpatki
2016-02-27
1
-2
/
+2
|
/
*
Merge pull request #23439 from ryohashimoto/160203_rake_rails
Kasper Timm Hansen
2016-02-27
1
-1
/
+15
|
\
|
*
The tasks in the rails task namespace is deprecated in favor of app namespace.
Ryo Hashimoto
2016-02-26
1
-1
/
+15
*
|
:scissors:
Rafael Mendonça França
2016-02-26
1
-2
/
+2
*
|
Create tmp folder if not present
Chashmeet Singh
2016-02-27
1
-1
/
+3
|
/
*
- Fixed and removed long arguments to rake routes
Vipul A M
2016-02-12
1
-3
/
+3
*
revert dev:cache to rake task, fixes #23410
Scott Bronson
2016-02-07
1
-0
/
+14
*
Pass api only option to rails rails:update task to update only based on API.
Vipul A M
2016-02-04
1
-1
/
+1
*
use rails command in routes task
yuuji.yaginuma
2016-02-03
1
-3
/
+3
*
Add spaces in the braces.
Kasper Timm Hansen
2016-02-01
1
-1
/
+1
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-2
/
+30
*
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
1
-2
/
+2
*
rake log:clear task updated refs[#22544]
Pramod
2016-01-09
1
-6
/
+19
*
Add Rails command infrastructure and encapsulate development caching
Chuck Callebs
2015-12-04
1
-14
/
+0
*
Move the desc one level up
Dharam Gollapudi
2015-11-13
1
-2
/
+1
*
Allow rake:stats to account for rake tasks
Kevin Deisz
2015-10-19
1
-0
/
+1
*
Replace AR with ActiveRecord to make it more readable [ci skip]
arvind
2015-09-08
1
-1
/
+1
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+15
*
`rake restart` should work without a `tmp` folder
Yoong Kang Lim
2015-05-30
1
-0
/
+1
*
Merge pull request #20326 from hderms/dh/fix_task_bug
Rafael Mendonça França
2015-05-27
1
-16
/
+18
|
\
|
*
add fixed file
Dermot Haughey
2015-05-27
1
-16
/
+20
|
/
*
Actually rename to `rake initializers`
Godfrey Chan
2015-03-21
1
-1
/
+1
[prev]
[next]