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
/
test
/
schema
/
schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into rm-uuid-fixtures
Rafael Mendonça França
2014-04-10
1
-1
/
+7
|
\
|
*
Merge pull request #14579 from senny/pg/remove_string_limit
Rafael Mendonça França
2014-04-04
1
-1
/
+1
|
|
\
|
|
*
PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...
Yves Senn
2014-04-04
1
-1
/
+1
|
*
|
Fix the test defining the models in the right place
Rafael Mendonça França
2014-04-04
1
-0
/
+6
|
|
/
*
|
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-0
/
+9
*
|
Fix error when using `with_options` with lambda.
Lauro Caetano
2014-04-03
1
-0
/
+2
*
|
Test microsecond on mysql 5.6
Arthur Neves
2014-03-12
1
-1
/
+5
*
|
Fixed STI classes not defining an attribute method if there is a
Godfrey Chan
2014-02-23
1
-0
/
+1
*
|
Add more tests for the dirty feature for enums
Rafael Mendonça França
2014-01-21
1
-0
/
+1
*
|
Don't try to get the subclass if the inheritance column doesn't exist
Ujjwal Thaakar
2014-01-14
1
-0
/
+5
|
/
*
Fix: ActiveRecord::Store TypeError conversion when using YAML coder
Thales Oliveira
2014-01-06
1
-0
/
+1
*
Building new records with enum scopes now works as expected
Godfrey Chan
2014-01-03
1
-4
/
+0
*
Fix the enums writer methods
Robin Dupret
2014-01-01
1
-0
/
+4
*
Prevent invalid code when using dynamic finders with Ruby's reserved words.
Lauro Caetano
2013-12-11
1
-0
/
+1
*
Use 1.9 Hash syntax consistently
Pablo Torres
2013-11-05
1
-1
/
+1
*
Convert schema file to ruby 1.9 style hash
Carlos Antonio da Silva
2013-11-04
1
-214
/
+214
*
Style fixes on test schema file
Carlos Antonio da Silva
2013-11-04
1
-6
/
+6
*
Explicit mapping for enum
Yury Korolev
2013-11-02
1
-0
/
+1
*
Added ActiveRecord::Base#enum for declaring enum attributes where the values ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+1
*
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
1
-0
/
+16
*
Use the proper encoding comment on the file
Rafael Mendonça França
2013-08-06
1
-0
/
+2
*
adding a weird test case
Aaron Patterson
2013-08-06
1
-0
/
+1
*
Add test to AR's counter_cache_test.rb
Takehiro Adachi
2013-05-18
1
-0
/
+1
*
Dump the 'using' options for a SQL index into the schema.
Ken Mazaika
2013-03-27
1
-0
/
+1
*
Update other counter caches on destroy
Ian Young
2013-03-20
1
-3
/
+5
*
Refactor Person/Friendship relationships to be more intuitive
Mack Earnhardt
2013-03-17
1
-1
/
+2
*
Merge pull request #9597 from senny/9110_serialized_not_null_default
Rafael Mendonça França
2013-03-07
1
-0
/
+1
|
\
|
*
test case for `serialize` default values.
Yves Senn
2013-03-07
1
-0
/
+1
*
|
Merge pull request #9105 from bemurphy/cache_key_updated_on
Rafael Mendonça França
2013-03-07
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-0
/
+2
*
|
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
1
-2
/
+0
|
/
*
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
1
-0
/
+2
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-0
/
+1
*
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-0
/
+1
*
Make sure the tests pass in the case closer to described in #8195
Rafael Mendonça França
2012-12-10
1
-0
/
+1
*
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+1
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-6
/
+0
*
Fix reset_counters() crashing on has_many :through associations.
lulalala
2012-10-02
1
-0
/
+1
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
1
-0
/
+1
*
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
1
-0
/
+4
*
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
1
-2
/
+1
*
rewrite inheritance tests with a custom inheritance_column
Yves Senn
2012-09-03
1
-0
/
+1
*
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
1
-0
/
+5
*
reset_counters() was crashing when there were multiple belongs_to association...
Dave Desrochers
2012-08-21
1
-0
/
+6
*
Modity the :json_data_empty attribute from `:null => false` to `:null => true`
Yasuo Honda
2012-07-28
1
-1
/
+1
*
Modify the preference attribute from `:null => false` to `:null => true`
Yasuo Honda
2012-07-27
1
-1
/
+1
*
Use string datatype for the setting attribute
Yasuo Honda
2012-07-26
1
-1
/
+1
*
This pull requests addresses ORA-01400 errors and also supports #6115 issue t...
Yasuo Honda
2012-07-25
1
-1
/
+1
*
Revert "Merge pull request #6344"
Piotr Sarnacki
2012-06-25
1
-1
/
+0
[next]