No commit activity in last 3 years
No release in over 3 years
Generates a fully working angularjs app for basic crud operations of a model.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Angularjs Crud Generator for Rails

Generates a fully working angularjs crud app for a model.

Note: The model should already exist.

Installation

Add below line to your Gemfile and run bundle install.

gem 'rails-angularjs_crud_generator'

Usage

  1. Initialize the generator.
rails generate angularjs_crud:install
  1. Generate your controller
rails generate angularjs_crud <your-model-name>