Sha256: db1fb0870d0513e27c86e3ef71ddc691bc538e8ab693fe1b5f37584f10af9b29
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
AngularjsScaffold 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
angularjs_scaffold-0.0.16 | README |