aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ETag: use body instead of @body since the method will always return a stringJeremy Kemper2010-06-281-2/+2
| * Don't store incorrect values in zones_mapSantiago Pastorino2010-06-283-5/+7
| * test that unknown zones don't store mapping keysLeigh Caplan2010-06-281-0/+5
| * Make the sentinel flag for route a bit more robust.José Valim2010-06-281-1/+1
| * Tidy up valid conditions in router a bit.José Valim2010-06-281-2/+4
| * Add :controller and :action to the list of valid conditionsAndrew White2010-06-281-0/+1
| * Do not trigger the old mapper to avoid deprecation messages.José Valim2010-06-281-1/+1
| * Restores the escaping of urls generated from hashes. [#4765 state:resolved]Andrew White2010-06-282-9/+5
| * Merge :constraints from scope into resource options [#2694 state:resolved]Andrew White2010-06-282-4/+49
| * Convert instance_variables to symbols before excluding internal vars [#4965 s...rohit2010-06-281-1/+1
| * Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-283-4/+26
| * Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-283-15/+25
| * Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...Bruno Michel2010-06-283-0/+6
| * Update CHANGELOGs.José Valim2010-06-283-2/+10
| * Information about new rake task in CHANGELOGŁukasz Strzałkowski2010-06-281-0/+1
| * Small typowycats2010-06-271-1/+1
| * 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
* | docs: note that mail() accepts arbitrary headersWincent Colaiuta2010-06-301-1/+3
* | accepts_nested_attributes_for typoAdam Meehan2010-06-291-1/+1
* | Documentation for Array#sampleThiago Pradi2010-06-281-0/+7
* | Revert commit 37c44c8e707c Need more research on disable-with and data-attrib...Paco Guzman2010-06-281-4/+0
* | Added disable_with option description to button_to helperPaco Guzman2010-06-281-0/+4
|/
* 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