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
*
pg, map `char` and `name` types as string. [dark-panda & Yves Senn]
Yves Senn
2014-05-12
1
-0
/
+1
*
pg, fix Infinity and NaN values conversion.
Innokenty Mihailov
2014-05-12
1
-3
/
+8
*
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2014-05-12
1
-1
/
+1
*
Update attribute_methods.rb
Guillermo Iguaran
2014-05-11
1
-1
/
+1
*
Merge pull request #15063 from cbeer/correct-attribute_present-docs
Guillermo Iguaran
2014-05-11
1
-7
/
+7
|
\
|
*
correcting method documentation [ci skip]
Chris Beer
2014-05-11
1
-7
/
+7
*
|
docs, fix typo in docs added by ed56e596a04673. [ci skip]
Yves Senn
2014-05-10
1
-2
/
+2
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-05-10
3
-0
/
+14
|
\
\
|
*
|
copy edits [ci skip]
Vijay Dev
2014-05-10
1
-6
/
+5
|
*
|
[ci skip] add example to AR#assign_attributes
schneems
2014-05-09
1
-0
/
+10
|
*
|
copy edits [ci skip]
Vijay Dev
2014-05-08
1
-1
/
+1
|
*
|
[ci skip] document type_cast_for_write
schneems
2014-05-07
2
-0
/
+5
*
|
|
deprecate, join, preload, eager load of instance dependent associations.
Yves Senn
2014-05-10
4
-0
/
+20
*
|
|
Documentation, add examples of using an Enum scope
Zac
2014-05-09
1
-2
/
+4
*
|
|
Reverts "Fix bugs with changed attributes tracking when transaction gets roll...
Arthur Neves
2014-05-09
1
-4
/
+0
*
|
|
set a constant for the "anonymous" habtm model fixes #15022
Aaron Patterson
2014-05-08
1
-0
/
+5
*
|
|
Fixed HABTM's CollectionAssociation size
Fred Wu
2014-05-08
1
-1
/
+1
|
|
/
|
/
|
*
|
Dup the changed_attributes otherwise we could lose them
Arthur Neves
2014-05-07
1
-1
/
+1
*
|
Return a non zero code when db has never been setup on status
Paul B
2014-05-07
1
-2
/
+1
*
|
Keep track of dirty attrs after after rollback.
Arthur Neves
2014-05-07
2
-2
/
+1
*
|
Merge pull request #13166 from bogdan/transaction-magic
Rafael Mendonça França
2014-05-07
2
-1
/
+6
|
\
\
|
*
|
Fix bugs with changed attributes tracking when transaction gets rollback
Bogdan Gusiev
2013-12-04
2
-1
/
+6
*
|
|
Follow-up to #14990 [ci skip]
Jon Atack
2014-05-07
1
-10
/
+9
*
|
|
Merge pull request #14982 from eric-chahin/GBV_refactor
Rafael Mendonça França
2014-05-06
2
-8
/
+6
|
\
\
\
|
*
|
|
Refactor AssociationScope#get_bind_values
Eric Chahin
2014-05-05
2
-8
/
+6
*
|
|
|
Fixed grammar
Fred Wu
2014-05-06
1
-1
/
+1
*
|
|
|
refactor and clean up delete_all method
eileencodes
2014-05-05
1
-9
/
+1
*
|
|
|
Add support for module-level table_suffix in models
Jenner LaFave
2014-05-05
1
-1
/
+10
|
/
/
/
*
|
|
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
|
|
Invert the if/else clause
Rafael Mendonça França
2014-05-04
1
-1
/
+1
*
|
|
Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exception
Rafael Mendonça França
2014-05-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix exception when logging SQL w/ nil binary value.
James Coleman
2014-05-02
1
-1
/
+1
*
|
|
|
Convert column name to string only once
Kuldeep Aggarwal
2014-05-04
1
-1
/
+2
*
|
|
|
Use the reader attribute rather than the instance var when possible
Carlos Antonio da Silva
2014-05-04
1
-2
/
+2
*
|
|
|
Simplify building options hash in rename column method for mysql
Carlos Antonio da Silva
2014-05-04
1
-5
/
+6
*
|
|
|
Get rid of conditional since column_for handles raising now
Carlos Antonio da Silva
2014-05-04
1
-7
/
+4
*
|
|
|
Simplify unless conditional with OR
Carlos Antonio da Silva
2014-05-04
1
-4
/
+2
*
|
|
|
Convert column name to string only once
Carlos Antonio da Silva
2014-05-04
1
-1
/
+2
*
|
|
|
refactor, move `column_for` to `AbstractAdapter` for better reuse.
Yves Senn
2014-05-04
4
-17
/
+11
*
|
|
|
Merge pull request #14952 from gregmolnar/schema_load
Yves Senn
2014-05-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
make `db:structure:load` listed with `rake -T`
Greg Molnar
2014-05-02
1
-1
/
+1
*
|
|
|
|
docs, restructure newly added part to `includes`. [ci skip]
Yves Senn
2014-05-03
1
-6
/
+5
*
|
|
|
|
Merge pull request #14924 from eric-chahin/issue_13854
Matthew Draper
2014-05-03
1
-1
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed custom validation context bug where child
Eric Chahin
2014-05-01
1
-1
/
+2
*
|
|
|
|
push up bind params on "simple" subquery calculations
Aaron Patterson
2014-05-02
1
-2
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_mode
Rafael Mendonça França
2014-05-01
1
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Stringify variables names for mysql connections
Paul Nikitochkin
2014-04-30
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #13640 from maginatics/fix_sqlite3_ensure_master
Rafael Mendonça França
2014-05-01
1
-3
/
+6
|
\
\
\
\
|
*
|
|
|
SQLite3: Always close statements.
Timur Alperovich
2014-01-15
1
-3
/
+6
*
|
|
|
|
Give real privacy to class methods in AR::PredicateBuilder
Hector Satre
2014-05-01
1
-7
/
+8
|
|
/
/
/
|
/
|
|
|
[next]