aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-0/+5
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-1/+9
* Merge pull request #6238 from pwnall/pgsql_bytea_limitAaron Patterson2012-05-171-0/+1
|\
| * Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-091-0/+1
* | SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-0/+1
* | MySQL doesn't allow default values for blobs.Rafael Mendonça França2012-05-131-2/+2
* | Merge pull request #5807 from Antiarchitect/store-improvementRafael Mendonça França2012-05-131-0/+2
|\ \
| * | Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...Andrey Voronkov2012-05-091-0/+2
| |/
* / mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-1/+1
|/
* Modify test schema.rb to use a VARCHAR rather than a TEXT when a default is r...Michael Pearson2012-05-051-1/+3
* Duplicate column_defaults properly (closes #6115)Piotr Sarnacki2012-05-041-0/+1
* Create plpgsql language if not availablePrem Sichanugrist2012-04-271-21/+29
* add use_returning as a postgresql connection configDoug Cole2012-03-311-2/+27
* whitespace :scissors:Jon Leighton2012-03-301-1/+1
* Merge pull request #5334 from courtland/masterJon Leighton2012-03-301-0/+5
|\
| * Tests for removing a HABTM association when optimistic locking is enabled.Nick Rogers2012-03-071-0/+5
* | Nested attribute setters can be overridden.Jonathan Mukai & Peter Jaros2012-03-281-0/+1
* | attributes are cached by string keys, so to_s to support symbols. fixes #5549Aaron Patterson2012-03-271-0/+1
|/
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-262-3/+3
* Merge pull request #5000 from flavorpill/master-with-multidb-association-fixAaron Patterson2012-02-131-0/+5
|\
| * added test for #3732Rick Martinez2012-02-101-0/+5
* | Merge branch 'joelhoffman-postgres_schema_builder' into instance_readerAaron Patterson2012-02-101-1/+10
|\ \ | |/ |/|
| * don't test schema where hstore not installedJoel2012-02-081-0/+2
| * schema dumper tests for hstoreJoel2012-02-081-1/+8
* | Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-0/+1
|/
* Allow store to be a not null column.Jeremy Walker2012-02-021-1/+2
* Merge pull request #4696 from rafaelfranca/issue-4653Aaron Patterson2012-01-261-2/+0
* Fix bug where reset_counters resets the wrong counter cache.David Peter2012-01-161-0/+10
* Merge branch 'master' of git://github.com/rails/railsDmitry Polushkin2011-12-313-1/+37
|\
| * Test fixtures with custom model and table namesAlexey Muranov2011-12-301-0/+5
| * Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+1
| * Fixtures support for ActiveRecord::ModelJon Leighton2011-12-241-0/+1
| * I herd you like modules.Jon Leighton2011-12-241-0/+4
| * serialize fails on subclassAlvaro Bautista2011-12-231-0/+2
| * Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+1
| * Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-092-1/+23
* | Merge branch 'master' of git://github.com/rails/railsDmitry Polushkin2011-09-151-1/+7
|\|
| * Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-1/+7
* | Test polymorphic record with optimistic locking and counter cache should be d...Dmitry Polushkin2011-09-091-0/+1
|/
* Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-0/+1
* Merge pull request #2017 from Casecommons/active_record_lintJosé Valim2011-07-081-0/+2
|\
| * ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-081-0/+2
* | Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-0/+2
|/
* Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_falseJon Leighton2011-05-161-0/+4
|\
| * Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...Guillermo Iguaran2011-05-151-0/+4
* | CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-0/+1
|/
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-0/+1
* Don't quote ID's as Arel will quote them -- follow same conventions as the de...Christopher Meiklejohn2011-05-081-0/+6
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-0/+2
* Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-1/+9