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
*
Remove deprecated `after_bundle` helper inside plugins templates
Rafael Mendonça França
2019-01-17
1
-32
/
+0
*
Remove deprecated `capify!`
Rafael Mendonça França
2019-01-17
1
-9
/
+0
*
Minimize boilerplate setup code for JavaScript libraries
Javan Makhmali
2019-01-16
1
-2
/
+2
*
Merge branch 'master' into db_system_change_command
Kasper Timm Hansen
2019-01-16
3
-2
/
+19
|
\
|
*
Add connection_test to app generator
Vladimir Dementyev
2019-01-13
1
-0
/
+3
|
*
Add channel test generator
Vladimir Dementyev
2019-01-13
1
-0
/
+14
|
*
Move all npm packages to @rails scope
Javan Makhmali
2019-01-10
1
-2
/
+2
*
|
Revise wording on invalid database error messages
Gannon McGibbon
2019-01-09
1
-1
/
+1
*
|
Add rails db:system:change command
Gannon McGibbon
2019-01-09
2
-0
/
+114
|
/
*
Preserve Bundle configuration during app generation (#34755)
Marco Costa
2019-01-09
1
-0
/
+18
*
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...
Kasper Timm Hansen
2019-01-08
1
-0
/
+11
*
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
[next]