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 "MethodCallAssertions is a regular player of the team ActiveSupport::T...
Rafael Mendonça França
2019-08-02
1
-0
/
+2
*
MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now
Akira Matsuda
2019-08-02
1
-2
/
+0
*
Address to rubocop offences
Ryuta Kamizono
2019-07-31
1
-2
/
+2
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
1
-3
/
+3
*
create a newline between blocks when gem_group, github and add_source was cal...
masakazutakewaka
2019-07-21
1
-9
/
+44
*
Append a newline to the Gemfile if it doesn't end with a newline
masakazutakewaka
2019-07-19
1
-8
/
+49
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
5
-5
/
+0
*
Merge branch 'migration-timestamp-fix'
Gannon McGibbon
2019-05-10
1
-0
/
+15
|
\
|
*
Add class option timestamps to migration generator
Michael Duchemin
2019-02-09
1
-0
/
+15
*
|
Make generated test work even when using virtual attributes
yuuji.yaginuma
2019-05-05
2
-0
/
+39
*
|
Remove action_controller.perform_caching from api app's configs
st0012
2019-04-24
1
-0
/
+7
*
|
Remove duplicated test
yuuji.yaginuma
2019-04-20
1
-12
/
+1
*
|
Add `null: false` constraint by default for `belongs_to` associations
Prathamesh Sonpatki
2019-04-19
3
-7
/
+89
*
|
Fix typo in test description from generages -> generates
Abhay Nikam
2019-04-17
1
-1
/
+1
*
|
Fix bin/update references after 8927eba83c
Kasper Timm Hansen
2019-04-17
3
-10
/
+1
*
|
Remove `required: true` from the model generator template
Prathamesh Sonpatki
2019-04-15
1
-13
/
+2
*
|
Correctly set application path in `test_app_update_does_not_change_config_tar...
yuuji.yaginuma
2019-04-15
1
-2
/
+2
*
|
Make test application the same state as `app:update`
yuuji.yaginuma
2019-04-15
1
-1
/
+2
*
|
Merge pull request #35967 from ryohashimoto/do_not_app_update_in_app_generato...
Yuji Yaginuma
2019-04-15
1
-49
/
+60
|
\
\
|
*
|
use Rails::Generators::AppGenerator#update_config_files instead of `rails app...
Ryo Hashimoto
2019-04-13
1
-49
/
+60
*
|
|
Fix broken `AppGeneratorTest#test_spring_no_fork`
yuuji.yaginuma
2019-04-15
1
-1
/
+1
*
|
|
generate config.cache_classes = false if Spring
Xavier Noria
2019-04-14
1
-0
/
+6
|
/
/
*
|
Address new cop offence in railties
Ryuta Kamizono
2019-04-12
1
-1
/
+1
*
|
Remove redundant begin block
Ryuta Kamizono
2019-04-04
1
-10
/
+9
*
|
Use `execute_batch2` rather than `execute_batch` to fix performance regressio...
Ryuta Kamizono
2019-04-04
2
-2
/
+2
*
|
Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'
Benoit Daloze
2019-04-03
1
-0
/
+16
*
|
Merge pull request #35805 from excid3/attachments-field-generators
Rafael França
2019-04-02
5
-5
/
+73
|
\
\
|
*
|
Add attachment and attachments field generators
Chris Oliver
2019-03-30
5
-5
/
+73
*
|
|
Include final newline in generated .ruby-version
Orhan Toy
2019-04-01
1
-0
/
+2
|
/
/
*
|
Add rich_text field to model generators
Chris Oliver
2019-03-28
3
-1
/
+54
*
|
Use webdrivers instead of chromedriver-helper in new apps
Guillermo Iguaran
2019-03-24
1
-2
/
+2
*
|
Make aliases of `database` option in generators work
yuuji.yaginuma
2019-03-20
3
-0
/
+30
*
|
Add version awareness to rails db:system:change
Gannon McGibbon
2019-03-08
1
-3
/
+18
*
|
Let Zeitwerk be a dependency of Active Support
Xavier Noria
2019-02-13
1
-9
/
+0
*
|
Zeitwerk integration
Xavier Noria
2019-02-12
1
-0
/
+9
|
/
*
Set sqlite3 gem version explicitly in generated Gemfile
Sergey Ponomarev
2019-02-05
1
-1
/
+1
*
Railities typo fixes.
alkesh26
2019-02-01
4
-4
/
+4
*
Fix `ERB.new` argument deprecated warning
yuuji.yaginuma
2019-01-31
1
-1
/
+5
*
Don't add `RAILS_ENV` in generate action
yuuji.yaginuma
2019-01-19
1
-0
/
+6
*
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
[next]