Project

rc_rails

0.05
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
rc makes RESTful controllers fun
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.8.0
>= 2.8.0

Runtime

>= 3.1.0
 Project Readme

resources_controller¶ ↑

<img src=“https://secure.travis-ci.org/ianwhite/resources_controller.png?branch=master” alt=“Build Status” />

is a plugin to facilitate inheritance and DRYness in your resources controllers. It introduces some abstraction to help you override the default RESTful funtionality in a clean and simple manner.

The gem name is rc_rails

Add this to your Gemfile

gem 'rc_rails'

Rails 5 version¶ ↑

Version 3.x of this gem is compatible with Rails 5.x

Resources¶ ↑

Documentation and How-to: www.rubydoc.info/github/ianwhite/resources_controller/master/ResourcesController

Github for code: github.com/ianwhite/resources_controller

Google group for questions: groups.google.com/group/resources_controller

RailsConfEurope presentation files: en.oreilly.com/railseurope2008/public/schedule/detail/3536

for rails 2.x¶ ↑

use the rails2 branch: github.com/ianwhite/resources_controller/tree/rails2

How to contribute¶ ↑

If you have found a bug, or have a new feature, then spec’d code is great.

To get set up for development, do the following:

git clone git://github.com/ianwhite/resources_controller
cd resources_controller
cp Gemfile.lock.development Gemfile.lock
bundle
rake spec
rake spec:rspec_generated_specs

Contributors¶ ↑

The following people have made contributions to resources_controller. Please let me know if I’ve missed you out.

  • Lewis Marshall

  • Josh Goebel

  • Andrew Bloomgarden

  • Chris Hapgood

  • Jason Lee

  • Richard Hooker

  • Matt Mower

  • Inviz

  • Dan Kubb

  • Rein Henrichs

  • Tom Stuart

  • Joel Chippindale

  • Tim Pope

  • Tom ten Thij

  • Sergei Serdyuk

License¶ ↑

Copyright © 2007-2009 Ian White, MIT License