angularjs_scaffold
angularjs_scaffold copied to clipboard
A rails plugin for scaffolding views using Angular.js, Twitter bootstrap and font-awesome.
This gem is not working with rails 5 getting error message in console "Uncaught Error: No module: posts" for the example provide in read me file.
Trying out the example, verbatim. Also tried laoding the gem from git, THis error is showing up in the browser insepctor console when I visit /posts/new
The current version is very deprecated.
Similar than this (image): http://crud-admin-generator.com/images/list.png
Similar than this (image): http://crud-admin-generator.com/images/list.png References: http://crud-admin-generator.com/ https://github.com/jonseg/crud-admin-generator
Similar than this (image): http://crud-admin-generator.com/images/list.png
The gem specs are still dependent on Rails 3 :(
Since it seems that the angularjs and bootstrap versions are not the newest. Anyway, thanks for this amazing gem.
Hi, I created an angularjs_scaffold post as you instructed in announcement. I changed "protect_from_forgery with: :null_session" from exception. Now I can create posts. But it seems that application cannot retrieve...