Sha256: 0914bbe5e883d46ced2528194b917e9a06a22d01c8e4b0d761d08fa8a68d8511
Contents?: true
Size: 714 Bytes
Versions: 3
Compression:
Stored size: 714 Bytes
Contents
## AngularjsScaffold A rails plugin for scaffolding views using Angular.js, Twitter bootstrap and font awesome This project uses MIT-LICENSE. First install the gem or add it to your Gemfile: $ gem install angularjs_scaffold Second install it, this will add angularjs, bootstrap and fontawesome (there's an option to only install AngularJS) $ rails g angularjs:install # adds angular.js and a dummy welcome JS controller Run your usual scaffold command: $ rails g scaffold Post title:string body:string $ rake db:migrate Now run the angularjs command and it will rewrite everything the AngularJS way: $ rails g angularjs:scaffold Posts # adds everything needed using AngularJS Enjoy!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
angularjs_scaffold-0.0.19 | README.md |
angularjs_scaffold-0.0.18 | README.md |
angularjs_scaffold-0.0.17 | README.md |