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
/
activerecord
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grammar of sentence in Reflection documentation
eileencodes
2014-12-07
1
-3
/
+3
*
Correctly respect subtypes for PG arrays and ranges
Sean Griffin
2014-12-05
2
-10
/
+25
*
Merge pull request #17919 from mrgilman/stop-supporting-nested-arrays
Sean Griffin
2014-12-04
1
-10
/
+0
|
\
|
*
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-10
/
+0
*
|
Merge pull request #17920 from calebthompson/dont-rely-on-environment-task-fo...
Sean Griffin
2014-12-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove environment dependency for db:schema:load
Caleb Thompson
2014-12-04
1
-1
/
+1
*
|
Deprecate `Class` handler in `PredicateBuilder`
Melanie Gilman
2014-12-04
1
-3
/
+9
|
/
*
docs, bring back `ActiveRecord::Core` methods in the API. [ci skip]
Yves Senn
2014-12-04
1
-1
/
+0
*
Clarify that batching methods can be used with any orderable type primary key...
Isaac Seymour
2014-12-03
1
-4
/
+4
*
Merge pull request #17898 from mrgilman/move-predicate-builder-to-constructor
Sean Griffin
2014-12-03
1
-4
/
+5
|
\
|
*
Move PredicateBuilder instantiation to constructor
Melanie Gilman
2014-12-03
1
-4
/
+5
*
|
Merge pull request #17651 from CLUSTERfoo/fix/adding_timestamps_migration_not...
Yves Senn
2014-12-03
3
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Failure to rollback t.timestamps when within a change_table migration
noam
2014-12-03
3
-4
/
+4
*
|
document that `.delete` does work on `#readonly?` records. Closes #11860
Yves Senn
2014-12-03
1
-0
/
+2
|
/
*
remove useless methods
Sergey Alekseev
2014-12-03
1
-10
/
+0
*
Refactor `build_from_hash` to convert dot notation to hash first
Melanie Gilman
2014-12-02
1
-29
/
+34
*
Merge pull request #17886 from mrgilman/refactor-predicate-builder
Sean Griffin
2014-12-02
4
-19
/
+32
|
\
|
*
Refactor `PredicateBuilder` from singleton to instance
Melanie Gilman
2014-12-02
4
-19
/
+32
*
|
Allow to unscope where conditions using `arel_table` with Symbol
deeeki
2014-12-03
1
-1
/
+1
|
/
*
no need to pass native_database_types around
Yves Senn
2014-12-02
3
-7
/
+6
*
Fix value extracted from negative integers for PostgreSQL.
Guo Xiang Tan
2014-12-01
1
-1
/
+1
*
Ensure numericality validations work with mutation
Sean Griffin
2014-12-01
1
-6
/
+6
*
Fix grammar on ActiveRecord::AttributeMethods doc.
Hendy Tanata
2014-11-30
1
-1
/
+1
*
Update Arel usage for rails/arel#98fc259
Sean Griffin
2014-11-29
4
-8
/
+8
*
Stop using `Arel::Table.engine`
Sean Griffin
2014-11-29
4
-5
/
+5
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
25
-49
/
+41
*
Merge pull request #17799 from kamipo/refactor_add_column_options
Rafael Mendonça França
2014-11-28
2
-6
/
+14
|
\
|
*
Rename to `quote_default_expression` from `quote_value`
Ryuta Kamizono
2014-11-28
2
-3
/
+3
|
*
Refactor `add_column_options!`, to move the quoting of default value for :uui...
Ryuta Kamizono
2014-11-28
1
-4
/
+12
*
|
Start Rails 5 development :tada:
Rafael Mendonça França
2014-11-28
1
-3
/
+3
*
|
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+1
*
|
Merge pull request #17808 from yuki24/fix-bug-where-record-not-saved-loses-er...
Rafael Mendonça França
2014-11-28
2
-3
/
+3
|
\
\
|
*
|
Fix a bug where AR::RecordNotSaved loses error messages
Yuki Nishijima
2014-11-27
2
-3
/
+3
|
|
/
*
|
Merge pull request #17798 from kamipo/refactor_visit_add_column
Yves Senn
2014-11-28
2
-9
/
+1
|
\
\
|
|
/
|
/
|
|
*
Refactor `SchemaCreation#visit_AddColumn`
Ryuta Kamizono
2014-11-27
2
-9
/
+1
*
|
Update the StatementCache documentation
Rafael Mendonça França
2014-11-27
1
-4
/
+15
*
|
StatementCache is private API
Rafael Mendonça França
2014-11-27
1
-6
/
+6
|
/
*
various error classes: added newlines & removed :nodoc: flag from public attr...
Recursive Madman
2014-11-26
2
-3
/
+6
*
Merge pull request #17674 from recursive-madman/activerecord-error-improvement
Rafael Mendonça França
2014-11-26
2
-2
/
+21
|
\
|
*
Add #record attribute to RecordNotFound and RecordDestroyed exceptions.
Recursive Madman
2014-11-26
2
-2
/
+21
*
|
Generators add foreign keys on references
Derek Prior
2014-11-25
2
-0
/
+9
*
|
Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tables
Sean Griffin
2014-11-25
1
-6
/
+1
|
\
\
|
*
|
Remove is_a? check when ignoring tables
Sean Griffin
2014-11-20
1
-6
/
+1
*
|
|
Move PG float quoting to the correct location
Sean Griffin
2014-11-25
1
-16
/
+6
*
|
|
Merge pull request #17739 from rails/bring_back_db_test_prepare
Yves Senn
2014-11-25
3
-8
/
+13
|
\
\
\
|
*
|
|
bring back `db:test:prepare`.
Yves Senn
2014-11-25
2
-6
/
+13
|
*
|
|
do not trigger AR lazy load hook before initializers ran.
Yves Senn
2014-11-25
1
-2
/
+0
*
|
|
|
Setting an association replaces records with the same id in memory
Sean Griffin
2014-11-25
1
-2
/
+18
*
|
|
|
Merge pull request #17754 from eileencodes/refactor-aliased_table_for
Santiago Pastorino
2014-11-25
2
-13
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Combine aliased_table_for and aliased_name_for
eileencodes
2014-11-24
2
-13
/
+4
[next]