aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-294-19/+19
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-296-24/+70
* Start in irb mode if possibleDavid Heinemeier Hansson2007-04-291-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-2829-1597/+69
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-274-8/+36
* Added map.namespace to deal with the common situation of admin sections and t...David Heinemeier Hansson2007-04-273-5/+69
* Added test case for overwritting the name prefixDavid Heinemeier Hansson2007-04-271-0/+20
* Name prefix should nest like path prefixDavid Heinemeier Hansson2007-04-272-2/+2
* Actually make the name_prefix work like the previous checkin said it wouldDavid Heinemeier Hansson2007-04-272-17/+25
* Added :has_many and :has_one for declaring plural and singular resources bene...David Heinemeier Hansson2007-04-263-5/+76
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-263-5/+47
* Added load_attributes_from_response as a way of loading attributes from other...David Heinemeier Hansson2007-04-262-4/+18
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-262-3/+6
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-267-1/+212
* Pull file from xml value only if it's a Hash. Closes #8190.Jeremy Kemper2007-04-262-2/+8
* XML values can be nilDavid Heinemeier Hansson2007-04-261-1/+1
* Improve Performance of calling create on has_many :through associations by av...Michael Koziarski2007-04-263-9/+21
* Resource scaffolding returns the created entity.to_xml.Jeremy Kemper2007-04-252-6/+8
* Resource scaffolding responds to new.xml. Closes #8185.Jeremy Kemper2007-04-252-0/+8
* Added parsing of file type in Hash.xml_in so you can easily do file uploads w...David Heinemeier Hansson2007-04-253-13/+76
* Include default route for formatsDavid Heinemeier Hansson2007-04-241-2/+3
* Don't require AWS test_invoke in railties test helper [blaine]David Heinemeier Hansson2007-04-241-1/+0
* Added that render :xml will try to call to_xml if it can [DHH]David Heinemeier Hansson2007-04-244-11/+31
* Removed default WSDL route now that AWS is debundled from RailsDavid Heinemeier Hansson2007-04-241-3/+0
* Added :location option to render so that the common pattern of rendering a re...David Heinemeier Hansson2007-04-243-8/+21
* Improved performance by relying less on exception raising #8159 [Blaine]David Heinemeier Hansson2007-04-244-7/+17
* dont bother merging in prefix_optionsRick Olson2007-04-241-1/+1
* why oh why do i always forget to save the changelogRick Olson2007-04-241-1/+1
* Remove explicit prefix_options parameter for ActiveResource::Base#initialize....Rick Olson2007-04-243-24/+98
* Include Active Resource in rails:freeze:edge rake taskThomas Fuchs2007-04-242-1/+3
* Stringify rendered text unless it's a Proc object for streaming.Jeremy Kemper2007-04-241-1/+1
* Expect string response body.Jeremy Kemper2007-04-241-1/+1
* oops! forgot new layout for layout testsRick Olson2007-04-241-0/+1
* Dont insert search parameters into the objectDavid Heinemeier Hansson2007-04-231-1/+1
* It is activeresource, sillyDavid Heinemeier Hansson2007-04-231-1/+1
* Only include relevant filesDavid Heinemeier Hansson2007-04-231-4/+2
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-237-23/+24
* Added ActiveRecord::Base.inspect to return a column-view like #<Post id:integ...David Heinemeier Hansson2007-04-212-0/+7
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-2112-61/+64
* Ensure that render_text only adds string content to the body of the response ...David Heinemeier Hansson2007-04-212-2/+4
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-214-13/+62
* apply [6543] to edge. Closes #5044 [tpope]Rick Olson2007-04-203-2/+6
* Added yielding of builder in Hash#to_xml [DHH]David Heinemeier Hansson2007-04-193-0/+15
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-196-19/+38
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-166-3/+20
* Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...Tobias Lütke2007-04-162-4/+5
* Tweak template format rules so that the ACCEPT header is only used if it's te...Rick Olson2007-04-152-1/+15
* Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]David Heinemeier Hansson2007-04-133-2/+31
* remove useless mock testRick Olson2007-04-121-47/+0
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-128-59/+93