|
At Northwind Technologies we use a number of Open Source applications and libraries for our custom development work as well as for running our hosted solutions. As our way of giving back to the community this page will host the source either directly or linked to a 3rd party hosting service of the things we release under an OSI approved license. A brief overview of Ruby on Rails components: - Changes to RailRoad that enables RailRoad to work with Rails version 2.1 and above.
- CrudController - a generic CRUD enabled Rails Controller.
|
|
CrudController |
|
|
The CrudController is a standard controller (with corresponding views) for use in most rails applications that need to manage table data. It has been made to be as generic as possible and is currently in use in two separate projects developed by Northwind Technologies. |
|
|
|
|