0
I Use This!
Inactive

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added HTML escaping for _flash parameters values. More... about 16 years ago
Updated localhost link in README More... about 16 years ago
* fix nasty bug that broke integration tests by using controller.new to determine plurality, the integration tests stored the wrong instance of the controller. All tests on that controlle would fail because both request and response were nil for this controller. More... about 16 years ago
Set the parent id of a singular object with #build_object. Thanks to Adam Meehan for pointing this out. More... about 16 years ago
Fixing specs for compatibility with RSpec 1.1.x. More... about 16 years ago
Have response_for raise an error when passed no arguments. More... over 16 years ago
Update generated Haml files to use the .html.haml extension. More... over 16 years ago
Adding a method that can be used to render an error if a parent object doesn't exist. More... over 16 years ago
Added nested_object_(path|url) helpers to support one-deep nesting for polymorphic associations. Thanks to myobie for pointing this out. More... over 16 years ago
Responses are no longer overridden by the defaults in child controllers. Thanks to Russell Norris for the patch. More... over 16 years ago
Don't load parent object for non-m_r actions. More... over 16 years ago
Updated README links. More... over 16 years ago
Let's hear it for checking in code after running specs. More... over 16 years ago
Using a more efficient and less boneheaded way to do Accessors#parent_name. More... over 16 years ago
Adding parent_path and parent_url helpers. Thanks to Jonathan Linowes for inspiration (also for the last revision). More... over 16 years ago
Adding support for polymorphic associations. This means removing support for deeply nested resources. The parent-object API has also changed considerably. More... over 16 years ago
Fix a nasty test bug that caused the integration tests to fail under ill-defined circumstances. More... over 16 years ago
Integration tests for the default destroy and update actions as well. More... over 16 years ago
More integration specs. More... over 16 years ago
Added a small framework for integration specs that can test the holistic behavior of m_r, as well its interaction with Rails. We still don't need a full Rails project. More... over 16 years ago
Getting rid of deprecation notices/deprecated method support. More... over 16 years ago
Tagging 0.2.2. More... over 16 years ago
URL helper compatibility with Rails 2.0 API. Thanks to Christi Balan for the original patch. More... over 16 years ago
Tagging version 0.2.0. Yay! More... over 16 years ago
Updated README with a For More Information... section. More... over 16 years ago
Various improvements to the scaffold generator. More... over 16 years ago
Also removing useless tasks/ folder. More... over 16 years ago
Removing useless install and uninstall scripts. More... over 16 years ago
Getting rid of the useless Resourceful::Default::Accessors#response_for method, and adding docs for Resourceful::Accessors. More... over 16 years ago
Re-adding support for model_includes, but with a deprecation notice. More... over 16 years ago