angularjs_scaffold
angularjs_scaffold copied to clipboard
A rails plugin for scaffolding views using Angular.js, Twitter bootstrap and font-awesome.
`~/c/angularjs_rails_resource ❯❯❯ rails -v` ``` Rails 3.2.12 ``` `~/c/angularjs_rails_resource ❯❯❯ rails g angularjs:install` ``` [WARNING] Could not load generator "generators/angularjs/install/install_generator". Error: uninitialized constant Angularjs::Rails::Generators. /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/angularjs_scaffold-0.0.24/lib/generators/angularjs/install/install_generator.rb:2:in `' /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/angularjs_scaffold-0.0.24/lib/generators/angularjs/install/install_generator.rb:1:in `' /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.12/lib/rails/generators.rb:300:in `block...
So far it is going well, thanks for the work on this! Just wondering how to setup a "clean" url. For example I did it that way for a home...
Any idea how I can get this to work with nested resources?
ERB is a little smelly. Hows about some HAML support?
When deploying in production mode to heroku, for example, the implicit dependency injection logic of AngularJS gets disabled by the js minification and obfuscation associated with the rails asset pipeline....
/gems/angularjs_scaffold-0.0.19/lib/generators/angularjs/scaffold/scaffold_generator.rb:14:in `init_vars': undefined method`columns' for Post:Class (NoMethodError)
Hi I was playing around with angularjs_scaffold. Great stuff! Thanks. - It took me a long time to figure out the whole process of generating the view. Now I understand...
Thank you for releasing this gem! It's very nice. I notice the scaffold generator is using "check_box" in the templates. Changing to "checkbox" fixed it for me.