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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rubocop style issues in yarn and spring.rb templates"
roberts1000
2017-07-31
2
-3
/
+3
*
Set Ruby version in Gemfile and .ruby-version by default
Alberto Almagro
2017-07-31
3
-0
/
+7
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
1
-0
/
+9
*
Move generator namespacing to Base
Lisa Ugray
2017-07-19
2
-36
/
+37
*
Add bootsnap to default Gemfile:
Burke Libbey
2017-07-17
2
-0
/
+4
*
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-1
/
+1
*
Merge pull request #29645 from y-yagi/check_component_when_run_app_update
Kasper Timm Hansen
2017-07-16
1
-1
/
+1
|
\
|
*
Do not generate unused components contents in `app:update` task
yuuji.yaginuma
2017-07-16
1
-1
/
+1
*
|
Remove blank lines in setup
Yoshiyuki Hirano
2017-07-16
1
-2
/
+3
|
/
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+4
*
Fix typo in method name
yuuji.yaginuma
2017-07-11
1
-1
/
+1
*
Protect from forgery by default
Lisa Ugray
2017-07-10
2
-3
/
+4
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
32
-43
/
+43
*
Merge pull request #29418 from dinahshi/scaffold_system_tests
Eileen M. Uchitelle
2017-06-30
5
-11
/
+68
|
\
|
*
Add system tests to generate scaffold
Dinah Shi
2017-06-30
5
-11
/
+68
*
|
Ignore public/assets
amingilani
2017-06-27
1
-0
/
+4
*
|
Add `railtie.rb` to the plugin generator
Tsukuru Tanimichi
2017-06-26
3
-2
/
+14
*
|
Deprecate an `capify!` method in generators and templates
yuuji.yaginuma
2017-06-18
1
-0
/
+1
*
|
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
2
-2
/
+2
*
|
Merge pull request #29425 from gsamokovarov/drop-the-irb-term
Guillermo Iguaran
2017-06-12
1
-1
/
+1
|
\
\
|
*
|
Drop IRB out of the web-console Gemfile comment
Genadi Samokovarov
2017-06-12
1
-1
/
+1
|
|
/
*
|
Merge pull request #29263 from assain/default_message_encryptor_to_gcm
Kasper Timm Hansen
2017-06-11
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-0
/
+4
*
|
Ensure MSSQL password uses real ENV var.
Ken Collins
2017-06-05
1
-2
/
+2
|
/
*
Merge pull request #29079 from orhantoy/feature/fix-scaffold_controller-gener...
Eileen M. Uchitelle
2017-06-02
1
-1
/
+1
|
\
|
*
[ci skip] Fix `scaffold_controller` generator usage
Orhan Toy
2017-05-29
1
-1
/
+1
*
|
Remove the pathname dependency from bin/update and bin/setup
Ben Woosley
2017-05-31
2
-4
/
+2
*
|
Merge pull request #29088 from greysteil/better-spacing-in-production-environ...
Matthew Draper
2017-05-31
1
-3
/
+4
|
\
\
|
*
|
Better spacing in environments/production.rb file
Grey Baker
2017-05-15
1
-3
/
+4
*
|
|
Replace therubyracer with mini_racer
Sam
2017-05-30
1
-1
/
+1
*
|
|
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-4
/
+4
|
|
/
|
/
|
*
|
Doh. We are doing this on secrets:setup. Revert "Ignore the encrypted secrets...
David Heinemeier Hansson
2017-05-29
1
-3
/
+0
*
|
Merge pull request #29266 from ojiry/add-elm-option-to-generator-desc
Eileen M. Uchitelle
2017-05-29
1
-1
/
+1
|
\
\
|
*
|
Add elm option of webpack to generator description
Ryoji Yoshioka
2017-05-29
1
-1
/
+1
*
|
|
Ignore the encrypted secrets key file that is created by rails secrets:setup
David Heinemeier Hansson
2017-05-29
1
-0
/
+3
|
/
/
*
|
Merge pull request #28132 from mikeycgto/aead-encrypted-cookies
Kasper Timm Hansen
2017-05-28
1
-0
/
+4
|
\
\
|
*
|
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-0
/
+4
*
|
|
Includes namespace in system test skelton when namespace is specified
yuuji.yaginuma
2017-05-28
1
-1
/
+1
*
|
|
Do not show --webpack option in the plugin help message
ash
2017-05-26
2
-4
/
+5
*
|
|
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
16
-24
/
+24
|
\
\
\
|
*
|
|
Define path with __dir__
bogdanvlviv
2017-05-23
16
-24
/
+24
|
|
/
/
*
|
|
Merge pull request #29195 from kaspth/rails-secrets-better-edit-exception
Kasper Timm Hansen
2017-05-25
2
-16
/
+17
|
\
\
\
|
*
|
|
Reorder first secrets edit flow.
Kasper Timm Hansen
2017-05-25
2
-16
/
+17
|
|
/
/
*
|
|
We dont actually use the ultra short-hand, so no need to complicate things wi...
David Heinemeier Hansson
2017-05-24
1
-1
/
+1
*
|
|
Slim down the source definition
David Heinemeier Hansson
2017-05-24
1
-5
/
+1
|
/
/
*
|
Unused variable
David Heinemeier Hansson
2017-05-20
1
-1
/
+0
*
|
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
3
-24
/
+13
|
/
*
Allow capybara minor releases
Justin Coyne
2017-05-05
1
-1
/
+1
*
Move `package.json` creation to `create_root_files`
yuuji.yaginuma
2017-05-04
1
-4
/
+5
*
Remove unnecessary `package.json` deletion
yuuji.yaginuma
2017-05-01
1
-4
/
+0
[next]