| Commit message (Expand) | Author | Age | Files | Lines |
* | Added disable_with option description to button_to helper | Paco Guzman | 2010-06-28 | 1 | -0/+4 |
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-28 | 210 | -2206/+3105 |
|\ |
|
| * | Fixed that an ArgumentError is thrown when request.session_options[:id] is re... | Michael Lovitt | 2010-06-27 | 6 | -36/+113 |
| * | String#[] doesn't return the byte representation on 1.9.2, we should use getb... | Santiago Pastorino | 2010-06-27 | 1 | -1/+1 |
| * | Added getbyte as a core_ext to Ruby < 1.9 | Santiago Pastorino | 2010-06-27 | 2 | -0/+12 |
| * | Fixes #2415 by creating a new instance of the Model when saving attributes to... | George Montana Harkin | 2010-06-27 | 2 | -21/+26 |
| * | Normalize recall params when the route is not a standard route otherwise :con... | Andrew White | 2010-06-27 | 2 | -3/+48 |
| * | removing useless code. [#4988 state:resolved] | Aaron Patterson | 2010-06-26 | 1 | -15/+4 |
| * | Refactor: metaprogramming here it's confusing and make use of tap | Santiago Pastorino | 2010-06-26 | 1 | -64/+73 |
| * | Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup... | David Trasbo | 2010-06-26 | 1 | -1/+1 |
| * | Refactor of column_exists? method and this works with PostgreSQL | Santiago Pastorino | 2010-06-26 | 1 | -12/+6 |
| * | Removes useless flatten | Santiago Pastorino | 2010-06-26 | 1 | -4/+9 |
| * | Add module_eval missing file_name and line_number args [#4712 state:resolved] | Evgeniy Dolzhenko | 2010-06-26 | 1 | -2/+2 |
| * | adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:... | Aaron Patterson | 2010-06-26 | 2 | -3/+63 |
| * | Create a little bit less objects in ARel. | José Valim | 2010-06-26 | 1 | -6/+9 |
| * | Load JSON additions (as to_json) on active_support/all. | Santiago Pastorino | 2010-06-26 | 1 | -0/+1 |
| * | Move constantize from conversions to inflections. | Santiago Pastorino | 2010-06-26 | 3 | -12/+11 |
| * | Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#... | David Trasbo | 2010-06-26 | 2 | -2/+13 |
| * | Small changes to responder: | José Valim | 2010-06-26 | 1 | -5/+13 |
| * | Oops. Make previous commit pass on 1.9.2. | José Valim | 2010-06-26 | 1 | -1/+2 |
| * | Tidy up tests in previous commit since they did not assure an OrderedHash is ... | José Valim | 2010-06-26 | 1 | -3/+2 |
| * | Add OrderedHash#invert to preserve order in ruby 1.8 [#4875] | chaitanyav | 2010-06-26 | 2 | -0/+10 |
| * | Support optional static segements as well [#4832 state:resolved] | Andrew White | 2010-06-26 | 2 | -1/+35 |
| * | Fixed normalize_path in Routing::Mapper to handle optional prefix segments wi... | Paul Barry | 2010-06-26 | 2 | -1/+47 |
| * | Work around the fact the JSON gem was overwriting to_json implementation for ... | José Valim | 2010-06-26 | 5 | -22/+44 |
| * | Move some methods into 1.8.x-only proxy. [#4978 state:resolved] | Norman Clarke | 2010-06-26 | 1 | -40/+39 |
| * | Don't force pluralization of controller name when defining a resource [#4980 ... | Andrew White | 2010-06-26 | 2 | -1/+18 |
| * | URL fragments should not have safe characters escaped. Ref: Appendix A, http:... | Andrew White | 2010-06-25 | 2 | -4/+10 |
| * | refactoring the postgres adapter index method to avoid inject and use values_... | Aaron Patterson | 2010-06-26 | 1 | -4/+4 |
| * | blocks removed from all the ActiveRelation query_methods, extend method added... | Santiago Pastorino | 2010-06-26 | 3 | -9/+14 |
| * | Merge branch 'tago' | José Valim | 2010-06-26 | 4 | -11/+170 |
| |\ |
|
| | * | Add column and index query methods to ActiveRecord::Schema | Andrew White | 2010-06-26 | 4 | -11/+170 |
| * | | index dump should not include full text indexes. Thanks Ken Mayer for the ori... | Aaron Patterson | 2010-06-26 | 2 | -8/+7 |
| * | | reorder method added to ActiveRelation | Santiago Pastorino | 2010-06-26 | 2 | -0/+14 |
| * | | Test for concatenated orders added | Santiago Pastorino | 2010-06-26 | 2 | -1/+7 |
| * | | Remove previously defined class method logger to supress warnings in Active S... | rohit | 2010-06-26 | 1 | -0/+4 |
| * | | Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge! | Paul Mucur | 2010-06-25 | 2 | -0/+8 |
| * | | reorganizing adapter specific tests. [#4974 state:resolved] | Aaron Patterson | 2010-06-25 | 13 | -3/+6 |
| |/ |
|
| * | Order is not guaranteed here, ordering by id of people table makes it work | Santiago Pastorino | 2010-06-25 | 1 | -2/+2 |
| * | Change the generated Gemfile to resolve, via documentation, the issue of rspe... | wycats | 2010-06-25 | 1 | -3/+4 |
| * | Support for multiple selects added | Neeraj Singh and Santiago Pastorino | 2010-06-25 | 3 | -7/+18 |
| * | Makes a build_select for the select part of build_arel | Santiago Pastorino | 2010-06-25 | 1 | -10/+13 |
| * | Metaprogramming not needed here | Santiago Pastorino | 2010-06-25 | 1 | -11/+9 |
| * | Avoid a blank line before the add/remove columns | Santiago Pastorino | 2010-06-25 | 1 | -2/+2 |
| * | Failing test for whether glob parameters accept regexps | Andrew White | 2010-06-25 | 1 | -0/+9 |
| * | Add failing test case for parameters with periods | Andrew White | 2010-06-25 | 1 | -0/+27 |
| * | Depend on unreleased rack-mount 0.6.6.pre | Jeremy Kemper | 2010-06-25 | 1 | -0/+1 |
| * | Do not mark the session as loaded if an error happened while doing it. | José Valim | 2010-06-25 | 1 | -2/+1 |
| * | Calling exists? in the session store, without checking for stale sessions, wa... | José Valim | 2010-06-25 | 2 | -10/+10 |
| * | Line break in migration template and nicer code indentation | Łukasz Strzałkowski | 2010-06-25 | 1 | -6/+8 |