Category

Rails Controller Abstractions

This category does not have a description yet. You can add one on github!

2.21
A long-lived project that still receives updates
Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. It makes your controllers more powerful and cleaner at the same time.
2019
2020
2021
2022
2023
2024
0.76
No release in over 3 years
Low commit activity in last 3 years
DecentExposure helps you program to an interface, rather than an implementation in your Rails controllers. The fact of the matter is that sharing state via instance variables in controllers promotes close coupling with views. DecentExposure gives you a declarative manner of exp...
2019
2020
2021
2022
2023
2024
0.02
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Parameter filter done OO, extending strong parameters.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Use the power of Cancan to control the flow of your controllers.
2019
2020
2021
2022
2023
2024
0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Toast is a Rack application that hooks into Ruby on Rails. It exposes ActiveRecord models as a web service (REST API). The main difference from doing that with Ruby on Rails itself is it's DSL that covers all aspects of an API in one single configuration.
2019
2020
2021
2022
2023
2024
0.01
No commit activity in last 3 years
No release in over 3 years
Prevent form re-submition when hitting 'back'. Instead, choose where to redirect the user if she hits 'back', e.g. to the edit page of the record that was created.
2019
2020
2021
2022
2023
2024
0.09
No commit activity in last 3 years
There's a lot of open issues
resources_controller rails plugin: rc makes RESTful controllers fun
0.25
Low commit activity in last 3 years
There's a lot of open issues
Controller abstractor for Rails