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
...
*
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
1
-11
/
+0
*
Revert "Remove node_modules path from assets load paths since we use webpack ...
bogdanvlviv
2019-01-06
1
-0
/
+5
*
Add `--skip-action-text` option to `rails new`
bogdanvlviv
2019-01-05
2
-0
/
+17
*
Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...
Rafael Mendonça França
2019-01-03
2
-0
/
+9
|
\
|
*
Add `--skip-action-mailbox` option to `rails new`
bogdanvlviv
2018-12-28
2
-0
/
+14
*
|
Don't load Action Mailbox when Active Storage is skipped
George Claghorn
2018-12-29
1
-0
/
+5
*
|
Ensure that the app generator skips action mailbox when `--skip-active-record...
bogdanvlviv
2018-12-28
1
-0
/
+5
|
/
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-6
/
+4
*
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
2
-4
/
+4
*
Do not show post install message on rails new
Rafael Mendonça França
2018-12-13
1
-1
/
+1
*
Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix
Ryuta Kamizono
2018-12-13
1
-0
/
+7
|
\
|
*
Remove redundant suffixes on generated helpers.
Gannon McGibbon
2018-12-12
1
-0
/
+7
*
|
Remove redundant suffixes on generated integration tests.
Gannon McGibbon
2018-12-12
1
-0
/
+7
|
/
*
Fix boolean interaction in scaffold system tests
Gannon McGibbon
2018-12-12
1
-3
/
+5
*
Remove redundant suffixes on generated system tests.
Gannon McGibbon
2018-12-11
1
-0
/
+14
*
Abort early if generator command fails (#34420)
David Rodríguez
2018-12-07
1
-2
/
+14
*
Fix test name to match the test behavior
yuuji.yaginuma
2018-11-18
1
-4
/
+4
*
Add `connect_src` example to content security policy initializer
yuuji.yaginuma
2018-11-04
1
-0
/
+11
*
Remove node_modules path from assets load paths since we use webpack by default
bogdanvlviv
2018-10-22
1
-5
/
+1
*
Remove `--skip-yarn` in favor of `--skip-javascript`
bogdanvlviv
2018-10-22
2
-3
/
+4
*
Remove yarn's files from `.gitignore` template for new rails app
bogdanvlviv
2018-10-21
1
-10
/
+0
*
Correct some tests related to changes in #33079 (#34272)
Bogdan
2018-10-22
2
-4
/
+6
*
Avoid running `webpacker:install` on tests that don't need it
yuuji.yaginuma
2018-10-20
2
-6
/
+10
*
Avoid running bundler on tests that don't need it
yuuji.yaginuma
2018-10-19
1
-3
/
+3
*
Show object ids in scaffold pages when displaying referenced objects
Rasesh Patel
2018-10-14
1
-3
/
+13
*
Runs the generator before assertions
yuuji.yaginuma
2018-10-12
1
-0
/
+1
*
Use `--skip-webpack-install` by default
yuuji.yaginuma
2018-10-09
2
-6
/
+6
*
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-09
2
-6
/
+6
*
Add `skip-webpack-install` option
yuuji.yaginuma
2018-10-09
1
-0
/
+14
*
Fix tests related to new JavaScript path for generators
Prathamesh Sonpatki
2018-10-05
4
-8
/
+6
*
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-05
1
-2
/
+2
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
8
-134
/
+55
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-3
/
+3
*
Reset `ActiveRecord::Base.configurations` to the value before
yuuji.yaginuma
2018-09-29
1
-1
/
+2
*
Refactor migrations_path command option to database
Gannon McGibbon
2018-09-28
4
-13
/
+33
*
Add migrations_paths option to model generator
Gannon McGibbon
2018-09-27
2
-0
/
+15
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-3
/
+3
*
Remove mysql2 gem version requirement "< 0.6.0"
Yasuo Honda
2018-09-14
1
-1
/
+1
*
Use canonical name for block local
yuuji.yaginuma
2018-09-07
1
-3
/
+3
*
Merge pull request #33743 from steakknife/steakknife/improve-template-generat...
Rafael França
2018-08-31
1
-0
/
+38
|
\
|
*
add github to template actions, light DSL refactor
Barry Allard
2018-08-30
1
-0
/
+38
*
|
Emit warning for unknown inflection rule when generating model.
Yoshiyuki Kinjo
2018-08-31
2
-2
/
+23
*
|
Add migrations_paths option to migration generator
Eileen Uchitelle
2018-08-30
1
-0
/
+9
*
|
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-2
/
+2
|
*
Convert over the rest of the blacklist references
Kevin Deisz
2018-08-24
1
-2
/
+2
*
|
Generate the same value as a label of view in system test template
yuuji.yaginuma
2018-08-29
1
-1
/
+1
|
/
*
`bundle binstubs bundler` should be executed after `bundle install`
bogdanvlviv
2018-08-11
1
-1
/
+1
*
Merge pull request #33202 from deivid-rodriguez/bundler_binstubs
Eileen M. Uchitelle
2018-08-11
2
-30
/
+21
|
\
|
*
Generate bundler-compatible bundler binstub
David Rodríguez
2018-06-23
2
-4
/
+6
[prev]
[next]