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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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 #29208 from kamipo/default_env_fall_back_to_default_env_wh...
Guillermo Iguaran
2017-05-28
1
-1
/
+1
|
\
\
|
*
|
`DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...
Ryuta Kamizono
2017-05-25
1
-1
/
+1
*
|
|
Merge pull request #29146 from y-yagi/fix_29138
Kasper Timm Hansen
2017-05-28
1
-2
/
+9
|
\
\
\
|
*
|
|
Correctly set user_supplied_options when there is no whitespace in option spe...
yuuji.yaginuma
2017-05-24
1
-2
/
+9
|
|
/
/
*
|
|
Merge pull request #28132 from mikeycgto/aead-encrypted-cookies
Kasper Timm Hansen
2017-05-28
3
-0
/
+9
|
\
\
\
|
*
|
|
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
3
-0
/
+9
|
|
/
/
*
|
|
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
21
-29
/
+29
|
\
\
\
|
*
|
|
Define path with __dir__
bogdanvlviv
2017-05-23
21
-29
/
+29
|
|
/
/
*
|
|
Merge pull request #29195 from kaspth/rails-secrets-better-edit-exception
Kasper Timm Hansen
2017-05-25
4
-29
/
+59
|
\
\
\
|
*
|
|
Reorder first secrets edit flow.
Kasper Timm Hansen
2017-05-25
4
-28
/
+59
|
*
|
|
Remove needless waiting message.
Kasper Timm Hansen
2017-05-23
1
-1
/
+0
|
|
/
/
*
|
|
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
4
-24
/
+21
|
/
*
Update system test runner docs
eileencodes
2017-05-14
2
-8
/
+10
*
Merge pull request #29010 from y-yagi/fix_28988
Guillermo Iguaran
2017-05-13
1
-2
/
+14
|
\
|
*
Allow irb options to be passed from `rails console` command
yuuji.yaginuma
2017-05-08
1
-2
/
+14
*
|
rake -T should load development env by default, not test
Timo Kilpilehto
2017-05-10
1
-1
/
+1
*
|
Merge pull request #29022 from y-yagi/allow_to_receive_arbitrary_arguments_in...
Matthew Draper
2017-05-10
1
-1
/
+1
|
\
\
|
*
|
Allow to receive arbitrary arguments in `aggregated_results`
yuuji.yaginuma
2017-05-10
1
-1
/
+1
|
|
/
*
/
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
*
Merge pull request #28943 from koshigoe/port-arg-has-precedence-over-env-var
Rafael França
2017-05-01
1
-2
/
+3
|
\
|
*
CLI arg `--port` has precedence over env `PORT`.
koshigoe
2017-05-01
1
-2
/
+3
*
|
Merge pull request #28939 from kirs/maintain_test_schema_friendly
Andrew White
2017-05-01
1
-1
/
+6
|
\
\
|
*
|
Friendly maintain schema failure
Kir Shatrov
2017-04-30
1
-1
/
+6
|
|
/
*
/
Remove unnecessary `package.json` deletion
yuuji.yaginuma
2017-05-01
1
-4
/
+0
|
/
*
Merge pull request #28896 from pschambacher/load_with_shared
Rafael França
2017-04-26
1
-1
/
+8
|
\
|
*
Added a shared section to config/database.yml that will be loaded for all env...
Pierre Schambacher
2017-04-26
1
-1
/
+8
*
|
Merge pull request #28244 from ixti/improve/action-mailer-preview-params
Rafael França
2017-04-26
2
-4
/
+10
|
\
\
|
|
/
|
/
|
|
*
Pass request params to ActionMailer::Preview
Alexey Zapparov
2017-03-01
2
-4
/
+10
*
|
Merge pull request #28839 from y-yagi/fix-yarn-exit-status
Rafael França
2017-04-25
1
-2
/
+3
|
\
\
|
*
|
Ensure bin/yarn matches the one generated by webpacker
yuuji.yaginuma
2017-04-23
1
-2
/
+3
*
|
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-4
/
+4
|
/
/
*
|
Namespace CSS selectors on error pages
Jan Krutisch
2017-04-20
3
-18
/
+18
*
|
Merge pull request #28708 from y-yagi/dont_generate_system_test_files
Rafael França
2017-04-19
1
-0
/
+4
|
\
\
|
*
|
Don't generate system test files if `skip_system_test` option is specified
yuuji.yaginuma
2017-04-12
1
-0
/
+4
*
|
|
Use released sass-rails instead of master version
Rafael Mendonça França
2017-04-19
1
-1
/
+1
*
|
|
Merge pull request #28685 from rails/smooth-form-with-upgrading
Kasper Timm Hansen
2017-04-17
2
-3
/
+4
|
\
\
\
|
*
|
|
Add `form_with_generates_remote_forms` config.
Kasper Timm Hansen
2017-04-16
2
-3
/
+4
*
|
|
|
Use the config value directly when call `secrets`
yuuji.yaginuma
2017-04-16
3
-10
/
+5
|
/
/
/
*
|
|
Make code statistics task handle system tests properly
yuuji.yaginuma
2017-04-13
1
-1
/
+2
*
|
|
Fix rubocop violations
yuuji.yaginuma
2017-04-12
1
-1
/
+1
|
/
/
*
|
Spaces
Rafael Mendonça França
2017-04-07
1
-0
/
+1
[prev]
[next]