aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add this rule to run common tests and specifics ones from adapters dirSantiago Pastorino2010-06-271-1/+3
* Avoid "no such table" exception when schema migrations table does not existAkira Matsuda2010-06-271-0/+5
* Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding...Akira Matsuda2010-06-271-1/+1
* Fix several known web encoding issues:wycats2010-06-277-198/+318
* Add missing require, Base use deprecate methodSantiago Pastorino2010-06-271-0/+1
* rake db:migrate:status displays status of migrations [#4947 state:resolved]Kevin Skoglund2010-06-281-0/+25
* Warn that ActiveRecord::Base.reset_subclasses is gone in Rails 3 final.Jeremy Kemper2010-06-271-0/+12
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-272-9/+15
* Implemented getbyte as an aliased method and RDoc addedSantiago Pastorino2010-06-281-3/+2
* Update to latest rails.jsJeremy Kemper2010-06-271-57/+114
* Vendor unreleased rack-mount 0.6.6.pre dependencyJeremy Kemper2010-06-2737-3/+4016
* Missing BigDecimal dependencyJeremy Kemper2010-06-271-0/+2
* Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapterSantiago Pastorino2010-06-282-0/+0
* AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn'...Santiago Pastorino2010-06-281-2/+3
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-282-3/+3
* Makes more sense to ask about method_defined?Santiago Pastorino2010-06-281-1/+1
* A few changes were done in this commit:José Valim2010-06-2810-119/+119
* Merge remote branch 'rails/master'Xavier Noria2010-06-28210-2206/+3105
|\
| * Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-276-36/+113
| * String#[] doesn't return the byte representation on 1.9.2, we should use getb...Santiago Pastorino2010-06-271-1/+1
| * Added getbyte as a core_ext to Ruby < 1.9Santiago Pastorino2010-06-272-0/+12
| * Fixes #2415 by creating a new instance of the Model when saving attributes to...George Montana Harkin2010-06-272-21/+26
| * Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-272-3/+48
| * removing useless code. [#4988 state:resolved]Aaron Patterson2010-06-261-15/+4
| * Refactor: metaprogramming here it's confusing and make use of tapSantiago Pastorino2010-06-261-64/+73
| * Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...David Trasbo2010-06-261-1/+1
| * Refactor of column_exists? method and this works with PostgreSQLSantiago Pastorino2010-06-261-12/+6
| * Removes useless flattenSantiago Pastorino2010-06-261-4/+9
| * Add module_eval missing file_name and line_number args [#4712 state:resolved]Evgeniy Dolzhenko2010-06-261-2/+2
| * adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:...Aaron Patterson2010-06-262-3/+63
| * Create a little bit less objects in ARel.José Valim2010-06-261-6/+9
| * Load JSON additions (as to_json) on active_support/all.Santiago Pastorino2010-06-261-0/+1
| * Move constantize from conversions to inflections.Santiago Pastorino2010-06-263-12/+11
| * Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#...David Trasbo2010-06-262-2/+13
| * Small changes to responder:José Valim2010-06-261-5/+13
| * Oops. Make previous commit pass on 1.9.2.José Valim2010-06-261-1/+2
| * Tidy up tests in previous commit since they did not assure an OrderedHash is ...José Valim2010-06-261-3/+2
| * Add OrderedHash#invert to preserve order in ruby 1.8 [#4875]chaitanyav2010-06-262-0/+10
| * Support optional static segements as well [#4832 state:resolved]Andrew White2010-06-262-1/+35
| * Fixed normalize_path in Routing::Mapper to handle optional prefix segments wi...Paul Barry2010-06-262-1/+47
| * Work around the fact the JSON gem was overwriting to_json implementation for ...José Valim2010-06-265-22/+44
| * Move some methods into 1.8.x-only proxy. [#4978 state:resolved]Norman Clarke2010-06-261-40/+39
| * Don't force pluralization of controller name when defining a resource [#4980 ...Andrew White2010-06-262-1/+18
| * URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-252-4/+10
| * refactoring the postgres adapter index method to avoid inject and use values_...Aaron Patterson2010-06-261-4/+4
| * blocks removed from all the ActiveRelation query_methods, extend method added...Santiago Pastorino2010-06-263-9/+14
| * Merge branch 'tago'José Valim2010-06-264-11/+170
| |\
| | * Add column and index query methods to ActiveRecord::SchemaAndrew White2010-06-264-11/+170
| * | index dump should not include full text indexes. Thanks Ken Mayer for the ori...Aaron Patterson2010-06-262-8/+7
| * | reorder method added to ActiveRelationSantiago Pastorino2010-06-262-0/+14