.. |
actions
|
Reduce string objects by using \ instead of + or << for concatenating strings
|
2017-01-12 17:45:37 +09:00 |
css
|
applies new string literal convention in railties/lib
|
2016-08-06 19:15:47 +02:00 |
erb
|
Default to yielding a form variable.
|
2017-03-20 19:57:56 +01:00 |
js/assets
|
applies new string literal convention in railties/lib
|
2016-08-06 19:15:47 +02:00 |
rails
|
Add app:update task to engines
|
2017-03-20 15:37:45 +09:00 |
test_unit
|
Rename system_test_helper -> application_system_test_case
|
2017-02-20 15:07:35 -05:00 |
testing
|
Privatize unneededly protected methods in Railties
|
2016-12-25 02:11:40 +09:00 |
actions.rb
|
self. is not needed when calling its own instance method
|
2017-01-05 19:58:52 +09:00 |
active_model.rb
|
Add more rubocop rules about whitespaces
|
2016-10-29 01:17:49 -02:00 |
app_base.rb
|
Update database.yml when rails new <new_app> -d oracle specified
|
2017-03-02 21:11:30 +00:00 |
base.rb
|
Reduce string objects by using \ instead of + or << for concatenating strings
|
2017-01-12 17:45:37 +09:00 |
erb.rb
|
A private method can't be called with self.
|
2017-03-04 12:05:18 +09:00 |
generated_attribute.rb
|
Add more rubocop rules about whitespaces
|
2016-10-29 01:17:49 -02:00 |
migration.rb
|
self. is not needed when calling its own instance method
|
2017-01-05 19:58:52 +09:00 |
model_helpers.rb
|
applies new string literal convention in railties/lib
|
2016-08-06 19:15:47 +02:00 |
named_base.rb
|
Fix generator command for nested (namespaced) rails engine (take 2)
|
2017-01-07 22:32:53 +09:00 |
resource_helpers.rb
|
s/an/a/
|
2017-01-26 00:56:40 +09:00 |
test_case.rb
|
applies remaining conventions across the project
|
2016-08-06 20:20:22 +02:00 |
test_unit.rb
|
applies new string literal convention in railties/lib
|
2016-08-06 19:15:47 +02:00 |