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
*
Set default array to details
lulalala
2019-03-31
2
-1
/
+15
*
Fix messages[]= does not override value
lulalala
2019-03-31
2
-0
/
+9
*
Freeze DeprecationHandling array and hash
lulalala
2019-03-31
1
-13
/
+20
*
Fix equality comparison raising error bug
lulalala
2019-03-31
2
-1
/
+8
*
Fix spec
lulalala
2019-03-31
1
-1
/
+1
*
Assert deprecation
lulalala
2019-03-31
2
-8
/
+8
*
Split messages and to_hash
lulalala
2019-03-31
1
-18
/
+21
*
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
13
-50
/
+155
*
Add deprecation to slice!
lulalala
2019-03-31
2
-5
/
+5
*
Nested attribute error's attribute name to use different key:
lulalala
2019-03-31
1
-1
/
+1
*
String override options in #import to convert to symbol
lulalala
2019-03-31
1
-0
/
+5
*
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
4
-4
/
+37
*
Add messages_for
lulalala
2019-03-31
1
-1
/
+7
*
Add a transitional method `objects`, for accessing the array directly.
lulalala
2019-03-31
2
-6
/
+7
*
Backward compatibility for errors.collect/select etc.
lulalala
2019-03-31
1
-2
/
+2
*
Fix spec as generate_message is no longer called during validation
lulalala
2019-03-31
2
-0
/
+17
*
Use errors#import instead of manipulating errors/details hash
lulalala
2019-03-31
1
-13
/
+8
*
Add convenience method group_by_attribute
lulalala
2019-03-31
2
-20
/
+17
*
Change errors
lulalala
2019-03-31
4
-159
/
+363
*
Add ActiveModel::Error and NestedError
lulalala
2019-03-31
5
-16
/
+321
*
Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d
lulalala
2019-03-31
2
-7
/
+7
*
Add ActiveStorage.service_configurations and ActiveStorage.service
George Claghorn
2019-03-31
4
-30
/
+36
*
Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]
Ryuta Kamizono
2019-03-31
4
-9
/
+9
*
Merge pull request #35799 from leboshi/master
Ryuta Kamizono
2019-03-31
3
-11
/
+29
|
\
|
*
Fix callbacks on has_many :through associations (#33249)
Ryan Kerr
2019-03-30
3
-10
/
+29
*
|
Tweaks CHANGELOGs and docs [ci skip]
Ryuta Kamizono
2019-03-31
6
-26
/
+28
*
|
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
13
-40
/
+131
|
\
\
|
*
|
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
13
-40
/
+131
*
|
|
Require railties for all Active Storage dependencies
George Claghorn
2019-03-30
1
-0
/
+4
*
|
|
Specify Active Storage's dependency on Active Job
George Claghorn
2019-03-30
2
-1
/
+3
*
|
|
Merge pull request #35802 from abhaynikam/fix-typo-for-zeitwerk-mode-test-cases
Ryuta Kamizono
2019-03-30
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] Fix typo directores -> directories
Abhay Nikam
2019-03-30
1
-1
/
+1
|
/
/
/
*
|
|
optimizes eager loading in :zeitwerk mode
Xavier Noria
2019-03-30
2
-22
/
+23
*
|
|
fixes eager loading edge case in :zeitwerk mode
Xavier Noria
2019-03-30
5
-9
/
+60
*
|
|
Merge pull request #35797 from abhaynikam/35752-update-migration-doc-column-i...
प्रथमेश Sonpatki
2019-03-30
1
-1
/
+0
|
\
\
\
|
*
|
|
[ci skip] Updated docs to reflect index: true option not available as column ...
Abhay Nikam
2019-03-30
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35798 from abhaynikam/35784-add-extract-associated-method...
प्रथमेश Sonpatki
2019-03-30
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ci skip] Add ActiveRecord::Relation#extract_associated method to the active_...
Abhay Nikam
2019-03-30
1
-0
/
+1
|
/
/
*
|
Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...
David Heinemeier Hansson
2019-03-29
4
-1
/
+30
*
|
Merge pull request #35794 from kamipo/type_cast_symbol_false
Ryuta Kamizono
2019-03-30
4
-1
/
+39
|
\
\
|
*
|
Type cast falsy boolean symbols on boolean attribute as false
Ryuta Kamizono
2019-03-30
4
-1
/
+39
*
|
|
Merge pull request #35792 from abhaynikam/35789-follow-up-to-update-test-desc...
Rafael França
2019-03-29
1
-3
/
+3
|
\
\
\
|
*
|
|
Fixed the test description for i18n-customize-full-message after rename in #3...
Abhay Nikam
2019-03-30
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #35781 from excid3/rich_text-field-generator
Rafael França
2019-03-29
8
-14
/
+81
|
\
\
\
|
*
|
|
Add rich_text field to model generators
Chris Oliver
2019-03-28
8
-14
/
+81
*
|
|
|
Merge pull request #35789 from prathamesh-sonpatki/customize-full-message
Rafael França
2019-03-29
6
-25
/
+25
|
\
\
\
\
|
*
|
|
|
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
6
-25
/
+25
*
|
|
|
|
Add Active Model release notes for Rails 6 [ci skip] (#35790)
प्रथमेश Sonpatki
2019-03-29
1
-0
/
+12
|
/
/
/
/
*
|
|
|
Merge pull request #35788 from prathamesh-sonpatki/fix-annotate-typo
Kasper Timm Hansen
2019-03-29
5
-9
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
5
-9
/
+9
|
/
/
/
[next]