aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove all deprecation warnings in activeresourceCarlos Antonio da Silva2010-09-061-10/+2
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-022-4/+1
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-022-1/+4
* Adding option to ActiveResource to allow you to not reset the previously stor...Mikel Lindsaar2010-08-291-2/+38
* Updating documentation on ActiveResource HTTP Mock and also adding test coverageMikel Lindsaar2010-08-291-3/+37
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-4/+4
* Make ActiveResource::InvalidRequestError more user friendlyMikel Lindsaar2010-08-251-2/+6
* fix broken relative links [#5415 state:committed]Joost Baaij2010-08-241-1/+1
* Master is now targeting 3.1.0.betaDavid Heinemeier Hansson2010-08-231-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-12/+12
* adds missing requires for Object#tryXavier Noria2010-08-091-1/+5
* fix loading of different elements in array then int and string [#5036 state:r...Josef Reidinger2010-08-021-3/+3
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
* fix escaping id and parameters in path [#5137 state:resolved]Josef Reidinger2010-07-261-2/+2
* Object#returning removedSantiago Pastorino2010-07-251-1/+0
* Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#...David Trasbo2010-06-261-1/+1
* Fix bug where ActiveResource::HttpMock would overwrite Accept/Content-Type he...Elomar França2010-06-241-2/+14
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-244-18/+16
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-2/+2
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* | There is no type="array" returned with errors. [#3691:resolved]Ryan Bigg2010-06-121-1/+1
|/
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...Elomar França2010-06-031-5/+1
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-6/+7
* ActiveResource shouldn't consider modules in the pathSantiago Pastorino2010-05-151-16/+2
* Better code formatting and proper line numbers for stack tracesNeeraj Singh2010-05-141-1/+1
* Fixes to_json and to_xml for ActiveResourceSantiago Pastorino2010-05-121-6/+15
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-4/+15
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Reuse Active Model serialization in Active Resource. [#2584 state:committed]Santiago Pastorino2010-04-261-63/+3
* Revert "create option to include_root_in_json for ActiveResource [#2584 state...Jeremy Kemper2010-04-251-9/+0
* Update versions (otherwise you install a gem from source as beta3 but interna...José Valim2010-04-101-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-092-4/+4
* create option to include_root_in_json for ActiveResource [#2584 state:committed]Santiago Pastorino2010-04-051-0/+9
* Prep for beta2, depend on latest BundlerDavid Heinemeier Hansson2010-04-011-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+3
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+1
* Makes ActiveResource work with form_for: - Adds a `build' method that can be ...Gaël Deest2010-03-271-0/+49
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+2
* Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-162-3/+3
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
* Use format of ARes rather than content-type of remote errors to load errors.Jatinder Singh2010-01-271-3/+3
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Moved more configuration away from bootstrap.José Valim2010-01-221-0/+6
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-3/+12
* Merge docrailsPratik Naik2010-01-171-0/+7
* Remove URI object from ActiveResource notification, send the :mailer class in...José Valim2010-01-152-5/+6
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-3/+3