| Commit message (Expand) | Author | Age | Files | Lines |
* | Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris... | Rick Olson | 2006-03-19 | 7 | -3/+49 |
* | forgot to save changelog... doh | Rick Olson | 2006-03-19 | 1 | -0/+2 |
* | Eager Loading support added for has_many :through => :has_many associations (... | Rick Olson | 2006-03-19 | 2 | -6/+24 |
* | Only run migrations that look like migrations | David Heinemeier Hansson | 2006-03-19 | 1 | -1/+1 |
* | Small pgsql fixes (closes #4083) [pergesu@gmail.com] | David Heinemeier Hansson | 2006-03-19 | 2 | -1/+2 |
* | Allow has_many :through to work on has_many associations (closes #3864) [sco@... | Rick Olson | 2006-03-19 | 5 | -19/+73 |
* | Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com] | David Heinemeier Hansson | 2006-03-19 | 2 | -10/+15 |
* | add ticket # to changeset | Rick Olson | 2006-03-19 | 1 | -1/+1 |
* | Raise error when trying to select many polymorphic objects with has_many :thr... | Rick Olson | 2006-03-19 | 7 | -27/+104 |
* | Nil charset caused subject line to be improperly quoted in implicitly multipa... | Jamis Buck | 2006-03-19 | 3 | -2/+19 |
* | Parse content-type apart before using it so that sub-parts of the header can ... | Jamis Buck | 2006-03-18 | 5 | -11/+41 |
* | Fixed has_many :through to include :conditions set on the :through associatio... | Rick Olson | 2006-03-18 | 7 | -19/+48 |
* | Make custom headers work in subparts (closes #4034) | Jamis Buck | 2006-03-18 | 3 | -1/+20 |
* | Use the full template file name for implicitly selected templates, instead of... | Jamis Buck | 2006-03-18 | 1 | -2/+3 |
* | Fix that has_many :through honors the foreign key set by the belongs_to assoc... | Rick Olson | 2006-03-18 | 8 | -2/+22 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 3 | -19/+31 |
* | Date in iso8601 should just be a to_s alias | David Heinemeier Hansson | 2006-03-18 | 1 | -3/+1 |
* | Added more tests to validates_format_of (closes #3142) [jp.bougie@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+28 |
* | Dates should be able to go xmlschema too [DHH] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+4 |
* | SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 6 | -16/+53 |
* | Added test for Accept header for xml_http_request calls in functional tests (... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+9 |
* | Make generation of namespaced models produce proper migrations #4219 [Caio Ch... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+2 |
* | Doc fix (closes #4210) [Caio Chassot ] | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Doc fix (closes #4209) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 2 | -2/+2 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 7 | -29/+37 |
* | Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #... | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
* | use cleanpath of config file in lighttpd server script (closes #4203) [Caio C... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Update lingering uses of deprecated association dependency options (closes #4... | David Heinemeier Hansson | 2006-03-18 | 7 | -12/+12 |
* | Fixed that eager loading from belongs_to would cause the association to be do... | David Heinemeier Hansson | 2006-03-18 | 2 | -1/+3 |
* | Added easy support for testing file uploads with fixture_file_upload (closes ... | David Heinemeier Hansson | 2006-03-18 | 4 | -0/+75 |
* | Added 'port open?' check to the spawner when running in repeat mode so we don... | David Heinemeier Hansson | 2006-03-18 | 2 | -3/+15 |
* | Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr... | David Heinemeier Hansson | 2006-03-18 | 2 | -1/+3 |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 2 | -5/+12 |
* | fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net] | Rick Olson | 2006-03-18 | 3 | -4/+4 |
* | fix broken respond_to test | Jamis Buck | 2006-03-18 | 4 | -1/+4 |
* | Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+5 |
* | Added OpenBase database adapter that builds on top of the http://www.spice-of... | David Heinemeier Hansson | 2006-03-18 | 11 | -8/+689 |
* | Add ability for relative_url_root to be specified via an environment variable... | Nicholas Seckar | 2006-03-18 | 3 | -2/+26 |
* | Do not include .svn files in file distro (closes #3195) [jamie@dang.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+1 |
* | Styling | David Heinemeier Hansson | 2006-03-18 | 1 | -8/+10 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 3 | -3/+5 |
* | Just use a normal update on the indifferent hash | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 3 | -2/+16 |
* | Fixed the to_xml case (closes #4201) [twoggle@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -6/+4 |
* | Add Integration::Session.accept for setting the HTTP Accept header to use (de... | Jamis Buck | 2006-03-18 | 1 | -1/+6 |
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 3 | -2/+2 |
* | remove space | Rick Olson | 2006-03-18 | 1 | -1/+1 |
* | Rework table aliasing to account for truncated table aliases. Add smarter ta... | Rick Olson | 2006-03-18 | 6 | -36/+80 |
* | Testing of uncommited should test controllers too (closes #4265) [technomancy... | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+9 |
* | Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 2 | -2/+22 |