1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators
Ryuta Kamizono 4674d77764 Required mysql2 gem 0.5.0
This follows up #36692, `Mysql2::Error::TimeoutError` is introduced from
mysql2 gem 0.5.0. https://github.com/brianmario/mysql2/pull/911
2019-09-13 11:15:44 +09:00
..
actions Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
css
erb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
rails Bump Capybara require version 2019-09-06 10:43:48 +09:00
test_unit Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
testing Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
actions.rb create a newline between blocks when gem_group, github and add_source was called. 2019-07-21 21:04:01 -07:00
active_model.rb
app_base.rb Generate new apps with latest puma version 2019-08-21 08:41:41 -03:00
app_name.rb Don't normalize original_app_name 2019-04-03 17:56:04 +09:00
base.rb Use match? where we don't need MatchData 2019-07-27 13:06:49 +09:00
database.rb Required mysql2 gem 0.5.0 2019-09-13 11:15:44 +09:00
erb.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
generated_attribute.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
migration.rb Enable Lint/ErbNewArguments cop to avoid the deprecated arguments warning 2019-02-01 14:20:11 +09:00
model_helpers.rb Emit warning for unknown inflection rule when generating model. 2018-08-31 15:47:35 +09:00
named_base.rb Make generated test work even when using virtual attributes 2019-05-05 09:55:37 +09:00
resource_helpers.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
test_case.rb
test_unit.rb