Rails application template setting up rails to work with angular. This template also adds folders for a basic angularjs structure inside assets/javascripts/angular folder.
Clone the repo and then use the option -m angular_template/angular_template.rb
when you create a new rails project.
###Example:
git clone https://github.com/hyperoslo/rails_angular_template.git
rails new my_project -m rails_angular_template/template.rb
You can choose to setup git and create an initial commit.
- gem 'pg'
- gem 'pry-rails'
- gem 'angularjs-rails'
- gem 'ngannotate-rails'
- gem 'angular-ui-router-rails', git: 'https://github.com/iven/angular-ui-router-rails.git'
- gem 'rspec-rails'
- gem 'guard', require: false
- gem 'spring-commands-rspec'
- gem 'guard-rspec'
- gem 'factory_girl_rails'
- gem "better_errors"
- gem 'turbolinks'