aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-101-1/+7
|\
| * Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-041-1/+1
| |\
| | * PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1
| * | Fix the test defining the models in the right placeRafael Mendonça França2014-04-041-0/+6
| |/
* | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+9
|\ \ | |/ |/|
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+9
* | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-0/+2
* | Test microsecond on mysql 5.6Arthur Neves2014-03-121-1/+5
* | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-0/+1
* | Add more tests for the dirty feature for enumsRafael Mendonça França2014-01-211-0/+1
* | Don't try to get the subclass if the inheritance column doesn't existUjjwal Thaakar2014-01-141-0/+5
|/
* Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-0/+1
* Building new records with enum scopes now works as expectedGodfrey Chan2014-01-031-4/+0
* Fix the enums writer methodsRobin Dupret2014-01-011-0/+4
* Prevent invalid code when using dynamic finders with Ruby's reserved words.Lauro Caetano2013-12-111-0/+1
* Use 1.9 Hash syntax consistentlyPablo Torres2013-11-051-1/+1
* Convert schema file to ruby 1.9 style hashCarlos Antonio da Silva2013-11-041-214/+214
* Style fixes on test schema fileCarlos Antonio da Silva2013-11-041-6/+6
* Explicit mapping for enumYury Korolev2013-11-021-0/+1
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+1
* scope_chain should not be mutated for other reflectionsNeeraj Singh2013-10-141-0/+16
* Use the proper encoding comment on the fileRafael Mendonça França2013-08-061-0/+2
* adding a weird test caseAaron Patterson2013-08-061-0/+1
* Add test to AR's counter_cache_test.rbTakehiro Adachi2013-05-181-0/+1
* Dump the 'using' options for a SQL index into the schema.Ken Mazaika2013-03-271-0/+1
* Update other counter caches on destroyIan Young2013-03-201-3/+5
* Refactor Person/Friendship relationships to be more intuitiveMack Earnhardt2013-03-171-1/+2
* Merge pull request #9597 from senny/9110_serialized_not_null_defaultRafael Mendonça França2013-03-071-0/+1
|\
| * test case for `serialize` default values.Yves Senn2013-03-071-0/+1
* | Merge pull request #9105 from bemurphy/cache_key_updated_onRafael Mendonça França2013-03-071-0/+2
|\ \ | |/ |/|
| * cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-261-0/+2
* | Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-2/+0
|/
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+2
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-271-0/+1
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+1
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-0/+1
* arel columns can be used for grouping so that "weird" column names are usableAaron Patterson2012-11-151-0/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+0
* Fix reset_counters() crashing on has_many :through associations.lulalala2012-10-021-0/+1
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-0/+1
* Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-051-0/+4
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-2/+1
* rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-031-0/+1
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-0/+5
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-211-0/+6
* Modity the :json_data_empty attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-281-1/+1
* Modify the preference attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-271-1/+1
* Use string datatype for the setting attributeYasuo Honda2012-07-261-1/+1
* This pull requests addresses ORA-01400 errors and also supports #6115 issue t...Yasuo Honda2012-07-251-1/+1
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-1/+0