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
/
test
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into active-storage-import
David Heinemeier Hansson
2017-08-01
2
-1
/
+2
|
\
|
*
Merge pull request #30015 from larskanis/use-duktake-on-mingw
Guillermo Iguaran
2017-08-01
1
-0
/
+2
|
|
\
|
|
*
Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C builds
Lars Kanis
2017-08-01
1
-0
/
+2
|
*
|
Remove unnecessary `doc` directory deletion
yuuji.yaginuma
2017-08-01
1
-1
/
+0
*
|
|
Use config/storage.yml as part of the skeleton and loading
David Heinemeier Hansson
2017-07-31
1
-1
/
+1
*
|
|
Include default storage configuration
David Heinemeier Hansson
2017-07-31
1
-0
/
+1
|
/
/
*
/
Set Ruby version in Gemfile and .ruby-version by default
Alberto Almagro
2017-07-31
1
-0
/
+12
|
/
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
4
-33
/
+25
*
Do not generate unused components contents in `app:update` task
yuuji.yaginuma
2017-07-16
1
-0
/
+16
*
Update default app files in app_generator_test
Koichi ITO
2017-07-06
1
-2
/
+40
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
32
-32
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
32
-0
/
+32
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
32
-0
/
+32
*
|
Merge pull request #29418 from dinahshi/scaffold_system_tests
Eileen M. Uchitelle
2017-06-30
2
-2
/
+36
|
\
\
|
|
/
|
/
|
|
*
Add system tests to generate scaffold
Dinah Shi
2017-06-30
2
-2
/
+36
*
|
Add `railtie.rb` to the plugin generator
Tsukuru Tanimichi
2017-06-26
1
-0
/
+2
*
|
Deprecate an `capify!` method in generators and templates
yuuji.yaginuma
2017-06-18
1
-2
/
+5
*
|
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
1
-3
/
+3
|
/
*
Replace therubyracer with mini_racer
Sam
2017-05-30
1
-1
/
+1
*
Includes namespace in system test skelton when namespace is specified
yuuji.yaginuma
2017-05-28
1
-0
/
+5
*
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
2
-8
/
+8
|
\
|
*
Define path with __dir__
bogdanvlviv
2017-05-23
2
-8
/
+8
*
|
Remove redundant test method
Andy Atkinson
2017-05-25
1
-7
/
+1
|
/
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
2
-4
/
+3
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
9
-61
/
+61
*
Merge pull request #28708 from y-yagi/dont_generate_system_test_files
Rafael França
2017-04-19
1
-0
/
+11
|
\
|
*
Don't generate system test files if `skip_system_test` option is specified
yuuji.yaginuma
2017-04-12
1
-0
/
+11
*
|
Add `form_with_generates_remote_forms` config.
Kasper Timm Hansen
2017-04-16
1
-1
/
+0
|
/
*
Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...
Rafael França
2017-03-27
1
-0
/
+22
|
\
|
*
Remove unnecessary files to API-only Applications when `app:task` task executed
yuuji.yaginuma
2017-03-24
1
-0
/
+22
*
|
Merge pull request #28546 from claudiob/drop-j-option
Rafael Mendonça França
2017-03-27
1
-8
/
+0
|
\
\
|
*
|
Remove -j (--javascript) option from `rails new`
claudiob
2017-03-23
1
-8
/
+0
|
|
/
*
|
Merge pull request #28541 from ota42y/fix/gemfile_generator_fix
Eileen M. Uchitelle
2017-03-27
1
-0
/
+24
|
\
\
|
*
|
ignore system test gems on Gemfile when execute with --skip-test option
ota42y
2017-03-27
1
-0
/
+24
|
|
/
*
/
add field ids when generating a scaffold form.
Yves Senn
2017-03-26
1
-4
/
+4
|
/
*
Don't comment out config.file_watcher during Rails upgrade
yuuji.yaginuma
2017-03-22
1
-14
/
+0
*
Default to yielding a `form` variable.
Kasper Timm Hansen
2017-03-20
1
-4
/
+4
*
Add `app:update` task to engines
yuuji.yaginuma
2017-03-20
1
-0
/
+16
*
Merge pull request #28481 from y-yagi/fix_warning
Kasper Timm Hansen
2017-03-20
1
-3
/
+3
|
\
|
*
Fix `warning: character class has duplicated range`
yuuji.yaginuma
2017-03-20
1
-3
/
+3
*
|
Correctly check whether key is defined in configuration
yuuji.yaginuma
2017-03-19
1
-0
/
+12
|
/
*
Track the version-compatible config settings inside railties
Matthew Draper
2017-03-18
2
-22
/
+8
*
Merge pull request #28409 from y-yagi/make_destroy_command_work_within_engines
Eileen M. Uchitelle
2017-03-15
1
-0
/
+55
|
\
|
*
Make destroy command work within engines
yuuji.yaginuma
2017-03-14
1
-0
/
+55
*
|
Rename test of `app:update` to more appropriate name
yuuji.yaginuma
2017-03-15
1
-7
/
+7
|
/
*
Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...
Rafael França
2017-02-24
1
-0
/
+15
|
\
|
*
Make adding gemfile entry work even if specify only the plugin name
yuuji.yaginuma
2017-02-24
1
-0
/
+15
*
|
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
2
-0
/
+43
*
|
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
2
-43
/
+0
*
|
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
2
-0
/
+43
[next]