| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for decimal types. Closes #6676. | Kent Sibilev | 2006-12-03 | 9 | -10/+27 |
* | Documentation for generators (closes #6671) [topfunky] | David Heinemeier Hansson | 2006-12-03 | 1 | -24/+73 |
* | Fixed Array#to_xml when it contains a series of hashes (each piece would get ... | David Heinemeier Hansson | 2006-12-03 | 3 | -2/+14 |
* | Added Request#format to return the format used for the request as a mime type... | David Heinemeier Hansson | 2006-12-02 | 4 | -0/+32 |
* | Added the option for extension aliases to mime type registration [DHH] Refact... | David Heinemeier Hansson | 2006-12-02 | 4 | -65/+33 |
* | Wups | David Heinemeier Hansson | 2006-12-01 | 1 | -4/+4 |
* | Subclasses of an abstract class work with single-table inheritance. Closes #5... | Jeremy Kemper | 2006-12-01 | 6 | -11/+70 |
* | If only life was that simple (it didnt help) | David Heinemeier Hansson | 2006-12-01 | 5 | -10/+25 |
* | Replace the elaborate reloading connection checking scheme, just fix the Ruby... | David Heinemeier Hansson | 2006-12-01 | 5 | -25/+10 |
* | Added one-letter aliases for the three default environments to script/console... | David Heinemeier Hansson | 2006-12-01 | 2 | -1/+10 |
* | Refactored to use same option setup | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+11 |
* | Premature commit | David Heinemeier Hansson | 2006-11-30 | 3 | -20/+0 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 6 | -5/+30 |
* | Merge [5645] from 1.2. | Jeremy Kemper | 2006-11-28 | 1 | -4/+6 |
* | @response.redirect_url works with 201 Created responses: just return headers[... | Jeremy Kemper | 2006-11-28 | 3 | -1/+22 |
* | Merge [5641] to Trunk | Michael Koziarski | 2006-11-27 | 1 | -1/+1 |
* | merge 5639 to trunk | Michael Koziarski | 2006-11-27 | 1 | -1/+2 |
* | Only reload connections in development mode that supports (and requires that)... | David Heinemeier Hansson | 2006-11-26 | 4 | -2/+23 |
* | Use Location rather than location header. | Jeremy Kemper | 2006-11-26 | 3 | -3/+3 |
* | Fix that redirects should set "Location" header, not "location", and remove d... | David Heinemeier Hansson | 2006-11-26 | 2 | -8/+1 |
* | redirect_to is the one place where _url should be used, not _path [DHH] | David Heinemeier Hansson | 2006-11-26 | 1 | -4/+4 |
* | uses_component_template_root looks at caller[0] which turns up the deprecatio... | Jeremy Kemper | 2006-11-26 | 2 | -2/+3 |
* | strip_tags passes through blank args such as nil or "". Closes #6702, refere... | Jeremy Kemper | 2006-11-26 | 3 | -3/+3 |
* | Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH] | David Heinemeier Hansson | 2006-11-25 | 3 | -0/+4 |
* | Tried delaying database disconnect until after dependency resolution (referen... | David Heinemeier Hansson | 2006-11-25 | 1 | -5/+3 |
* | Dont set default charset if the response is sending a file. Closes #6689 [DHH] | David Heinemeier Hansson | 2006-11-25 | 2 | -1/+13 |
* | Update initializer to load Rails::VERSION as soon as possible. Closes #6698. | Nicholas Seckar | 2006-11-25 | 2 | -6/+3 |
* | Added CSV to Mime::SET so that respond_to csv will work | Tobias Lütke | 2006-11-24 | 2 | -1/+3 |
* | Fixed that HEAD should return the proper Content-Length header (that is, actu... | David Heinemeier Hansson | 2006-11-23 | 2 | -8/+18 |
* | * Added GET-masquarading for HEAD, so request.method will return :get even fo... | David Heinemeier Hansson | 2006-11-23 | 3 | -7/+21 |
* | Added text/csv as a default mime type and included example on how to make you... | David Heinemeier Hansson | 2006-11-23 | 2 | -0/+9 |
* | Added ActiveRecord::Base.clear_active_connections! in development mode so the... | David Heinemeier Hansson | 2006-11-23 | 2 | -1/+7 |
* | Actually require the gem found | David Heinemeier Hansson | 2006-11-23 | 1 | -2/+2 |
* | Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ... | David Heinemeier Hansson | 2006-11-23 | 2 | -1/+4 |
* | Dont include the mime.yml anyway, Mongrel will just ship with more defaults i... | David Heinemeier Hansson | 2006-11-23 | 1 | -1/+0 |
* | Update Routing to complain when :controller is not specified by a route. Clos... | Nicholas Seckar | 2006-11-22 | 4 | -2/+14 |
* | Change fixture_path to a class inheritable accessor allowing test cases to ha... | Michael Koziarski | 2006-11-21 | 2 | -1/+3 |
* | Make sure .morph makes it in | Thomas Fuchs | 2006-11-20 | 2 | -2/+12 |
* | Quote ActiveSupport::Multibyte::Chars. Closes #6653. | Jeremy Kemper | 2006-11-20 | 3 | -1/+16 |
* | Test for forged '' default before it's typecast. Closes #6156. | Jeremy Kemper | 2006-11-20 | 3 | -4/+5 |
* | Test has_one :dependent => :nullify with missing association. Closes #4848. | Jeremy Kemper | 2006-11-20 | 1 | -1/+1 |
* | Test has_one :dependent => :nullify with missing association. Closes #4828. | Jeremy Kemper | 2006-11-20 | 2 | -1/+8 |
* | Simplify query_attribute by typecasting the attribute value and checking whet... | Jeremy Kemper | 2006-11-20 | 3 | -16/+37 |
* | Ensure render_to_string cleans up after itself when an exception is raised. C... | Jeremy Kemper | 2006-11-20 | 3 | -4/+52 |
* | validates_numericality_of uses \A \Z to ensure the entire string matches rath... | Jeremy Kemper | 2006-11-20 | 3 | -15/+26 |
* | Run validations in the order they were declared. Closes #6657. | Jeremy Kemper | 2006-11-20 | 3 | -8/+19 |
* | Extract template_changed_since? from compile_template? so plugins may overrid... | Jeremy Kemper | 2006-11-20 | 3 | -5/+48 |
* | MySQL: detect when a NOT NULL column without a default value is misreported a... | Jeremy Kemper | 2006-11-20 | 4 | -4/+41 |
* | Test session table pluralization. Closes #6459. | Jeremy Kemper | 2006-11-20 | 1 | -7/+17 |
* | Update trunk w/ latest Prototype and script.aculo.us | Thomas Fuchs | 2006-11-19 | 10 | -30/+322 |