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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make change_column_comment and change_table_comment invertible
Yoshiyuki Kinjo
2019-04-15
9
-7
/
+182
*
deprecates autoloading constants during initialization [closes #35745]
Xavier Noria
2019-04-14
3
-0
/
+96
*
Merge pull request #35968 from shioyama/apply_acceptance_validator_to_subclas...
Ryuta Kamizono
2019-04-14
1
-18
/
+32
|
\
|
*
Ensure multiple anonymous modules are not included into Topic in tests
Chris Salzberg
2019-04-14
1
-18
/
+32
|
/
*
Merge pull request #35966 from shioyama/define_validator_on_topic_subclass
Ryuta Kamizono
2019-04-14
1
-5
/
+7
|
\
|
*
Add validation to subclass in tests to avoid polluting parent class
Chris Salzberg
2019-04-13
1
-5
/
+7
*
|
Merge pull request #35958 from yskkin/bulk_change_table
Ryuta Kamizono
2019-04-14
4
-48
/
+43
|
\
\
|
*
|
use PostgreSQL's bulk_alter_table implementation
Yoshiyuki Kinjo
2019-04-13
4
-48
/
+43
*
|
|
Merge pull request #35963 from y-yagi/fix_code_climate_exclude_patterns
Yuji Yaginuma
2019-04-13
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix Code Climate exclude patterns config
yuuji.yaginuma
2019-04-13
1
-0
/
+2
|
/
/
*
|
Auto-correct `Style/StringLiterals` cop offences
Ryuta Kamizono
2019-04-13
1
-4
/
+4
*
|
Merge pull request #35961 from shioyama/rename_method_missing_target
Ryuta Kamizono
2019-04-13
6
-21
/
+21
|
\
\
|
*
|
Improve wording of comments
Chris Salzberg
2019-04-13
5
-11
/
+11
|
*
|
Rename method_missing_target to target
Chris Salzberg
2019-04-13
1
-10
/
+10
|
/
/
*
|
Do not treat `environment_desc` as commands
yuuji.yaginuma
2019-04-13
1
-1
/
+3
*
|
Fix `presicion` -> `precision`
yuuji.yaginuma
2019-04-13
2
-6
/
+6
*
|
Merge pull request #35957 from itsWill/reset_post_attributes_state
Gannon McGibbon
2019-04-12
1
-0
/
+16
|
\
\
|
*
|
Fix test flakyness due to `test_truncate_tables`
Guilherme Mansur
2019-04-12
1
-0
/
+16
|
|
/
*
|
Merge pull request #35955 from shioyama/remove_method_name_from_attribute_met...
Gannon McGibbon
2019-04-12
2
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove unused method_name from AttributeMethodMatch
Chris Salzberg
2019-04-12
2
-3
/
+2
|
/
*
Merge pull request #35952 from utilum/instance_var
Rafael França
2019-04-12
1
-1
/
+1
|
\
|
*
Squash `warning: instance variable @filename not initialized`
utilum
2019-04-12
1
-1
/
+1
*
|
Merge pull request #35918 from kamipo/lazy_sync_with_transaction_state_on_des...
Ryuta Kamizono
2019-04-12
3
-8
/
+10
|
\
\
|
*
|
Lazy sync with transaction state on destroy
Ryuta Kamizono
2019-04-10
3
-8
/
+10
*
|
|
Merge pull request #35920 from kamipo/dont_call_commit_callbacks_for_invalid_...
Ryuta Kamizono
2019-04-12
4
-5
/
+43
|
\
\
\
|
*
|
|
Don't call after_commit callbacks despite a record isn't saved
Ryuta Kamizono
2019-04-12
4
-5
/
+43
*
|
|
|
Merge pull request #28830 from kamipo/dont_regard_extension_block_as_scope
Ryuta Kamizono
2019-04-12
6
-40
/
+33
|
\
\
\
\
|
*
|
|
|
Fix `automatic_inverse_of` not to be disabled if extension block is given
Ryuta Kamizono
2019-04-12
6
-40
/
+33
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Refactor around sql_type metadata and column
Ryuta Kamizono
2019-04-12
4
-33
/
+35
|
/
/
/
*
|
|
Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapper
Matthew Draper
2019-04-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove lock from method model
Sergio Gómez
2018-04-12
1
-1
/
+1
*
|
|
|
Merge pull request #35949 from shioyama/rename_matchers_iterator_name
Ryuta Kamizono
2019-04-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Rename "method" to "matcher" in map block
Chris Salzberg
2019-04-12
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #35865 from jhawthorn/template_file_source
Rafael França
2019-04-11
7
-83
/
+46
|
\
\
\
\
|
*
|
|
|
Remove FileTemplate
John Hawthorn
2019-04-04
3
-14
/
+3
|
*
|
|
|
Deprecate Template#refresh
John Hawthorn
2019-04-04
2
-36
/
+4
|
*
|
|
|
Add ActionView::Template::Sources::File
John Hawthorn
2019-04-04
4
-24
/
+38
|
*
|
|
|
Don't call Template#refresh
John Hawthorn
2019-04-04
1
-6
/
+1
|
*
|
|
|
Don't discard source after rendering
John Hawthorn
2019-04-04
2
-5
/
+2
*
|
|
|
|
Auto-correct `Style/RedundantBegin` cop offences
Ryuta Kamizono
2019-04-12
1
-5
/
+3
*
|
|
|
|
Merge pull request #35908 from soartec-lab/update_guide_engine_app_dir
Rafael França
2019-04-11
1
-3
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
Add all descriptions in app directory [skip ci]
soartec-lab
2019-04-09
1
-3
/
+25
*
|
|
|
|
|
Merge pull request #35919 from Shopify/simplify-define_url_helper
Rafael França
2019-04-11
1
-12
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Simplify and fasten NamedRouteCollection#define_url_helper
Jean Boussier
2019-04-10
1
-12
/
+10
*
|
|
|
|
|
|
Merge pull request #35838 from yahonda/more_than_1000_inlist
Rafael França
2019-04-11
4
-0
/
+138
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Address `ORA-01795: maximum number of expressions in a list is 1000`
Yasuo Honda
2019-04-11
4
-0
/
+138
*
|
|
|
|
|
|
|
Merge pull request #35921 from Shopify/deduplicate-activerecord-strings
Rafael França
2019-04-11
1
-2
/
+2
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Deduplicate Active Record reflection names
Jean Boussier
2019-04-10
1
-2
/
+2
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #35922 from michaelglass/move-sqlite-3-database-statements...
Rafael França
2019-04-11
2
-80
/
+80
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
moves sqlite3 methods that mirror Abstract::DatabaseStatements into Sqlite3::...
Michael Glass
2019-04-10
2
-80
/
+80
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
[next]