Skip to content

hyperoslo/rails_angular_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rails AngularJS template

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.

Usage

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

Options

You can choose to setup git and create an initial commit.

Gems included

development and testing

  • gem 'rspec-rails'
  • gem 'guard', require: false
  • gem 'spring-commands-rspec'
  • gem 'guard-rspec'
  • gem 'factory_girl_rails'
  • gem "better_errors"

Removed gems

  • gem 'turbolinks'

About

Rails application template setting up rails to work with angular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published