aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Test for concatenated orders addedSantiago Pastorino2010-06-262-1/+7
| * | Remove previously defined class method logger to supress warnings in Active S...rohit2010-06-261-0/+4
| * | Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge!Paul Mucur2010-06-252-0/+8
| * | reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-2513-3/+6
| |/
| * Order is not guaranteed here, ordering by id of people table makes it workSantiago Pastorino2010-06-251-2/+2
| * Change the generated Gemfile to resolve, via documentation, the issue of rspe...wycats2010-06-251-3/+4
| * Support for multiple selects addedNeeraj Singh and Santiago Pastorino2010-06-253-7/+18
| * Makes a build_select for the select part of build_arelSantiago Pastorino2010-06-251-10/+13
| * Metaprogramming not needed hereSantiago Pastorino2010-06-251-11/+9
| * Avoid a blank line before the add/remove columnsSantiago Pastorino2010-06-251-2/+2
| * Failing test for whether glob parameters accept regexpsAndrew White2010-06-251-0/+9
| * Add failing test case for parameters with periodsAndrew White2010-06-251-0/+27
| * Depend on unreleased rack-mount 0.6.6.preJeremy Kemper2010-06-251-0/+1
| * Do not mark the session as loaded if an error happened while doing it.José Valim2010-06-251-2/+1
| * Calling exists? in the session store, without checking for stale sessions, wa...José Valim2010-06-252-10/+10
| * Line break in migration template and nicer code indentationŁukasz Strzałkowski2010-06-251-6/+8
| * Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-253-3/+23
| * Make sure that Rails doesn't resent session_id cookie over and over again if ...Prem Sichanugrist2010-06-253-1/+27
| * Just reading flash messages should not create a session if one does not exist...José Valim2010-06-253-5/+29
| * Dont reload the environment, just not needed broDavid Heinemeier Hansson2010-06-241-2/+0
| * adding missing assertion and fixing the testNeeraj Singh2010-06-241-2/+4
| * fixing test by replacing assert with assert_equalNeeraj Singh2010-06-241-1/+1
| * Merge remote branch 'miloops/fixes'José Valim2010-06-248-48/+18
| |\
| | * Only yield block if given.Emilio Tagua2010-06-241-2/+2
| | * Remove block definitions in finder methods.Emilio Tagua2010-06-241-4/+4
| | * Remove block definition from method, is not needed since yield is used inside.Emilio Tagua2010-06-243-3/+3
| | * Don't define block, just yield if block is given.Emilio Tagua2010-06-241-7/+7
| | * Remove deprecated block usage in composed_of.Emilio Tagua2010-06-242-32/+2
| * | Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-249-51/+3
| * | Your original TIME ZONE value on PostgreSQL is correctly restored now, after ...Santiago Pastorino2010-06-241-3/+5
| * | quotes are not necessary hereSantiago Pastorino2010-06-241-2/+2