angular-rails-book icon indicating copy to clipboard operation
angular-rails-book copied to clipboard

Micro eBook on Getting Started with Angular on Rails

Results 7 angular-rails-book issues
Sort by recently updated
recently updated
newest added

Was reading around https://github.com/pitr/angular-rails-templates/issues/93 Looks like people have converged on: https://github.com/gaslight/angular-rails4-templates

I guess you should mention that CSRF protection can be enabled by a workaround. The average beginner might not be aware of the consequences of just deactivating this security feature....

This is happening in section 4.2 when I run `rake teaspoon` ``` // ♥ rake teaspoon rake aborted! NoMethodError: undefined method `configure' for Teaspoon:Module /Users/Dan/work/angular-rails/receta/spec/teaspoon_env.rb:1:in `' /Users/Dan/.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require' /Users/Dan/.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `block...

[Couldn't find a way to contact you directly; hope it's OK that I ask this here. If I had this question, other readers might too.] Thanks for your book; this...

Please see discussion in pull request: https://github.com/davetron5000/bookingit/pull/1

Would it be good to have a section where libraries that assist in the integration with Angular are discussed, e.g. [angularjs-rails-resource](https://github.com/FineLinePrototyping/angularjs-rails-resource)? Thanks!