framallo/movies-with-neo4j

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Gemfile2
Guardfile
LICENSE
Procfile
README.md
Rakefile
app/assets/javascripts/bootstrap.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css
app/views/layouts/application.html.haml
app/views/movies/_movies.haml
app/views/movies/index.haml
app/views/movies/show.haml
app/views/people/_people.haml
app/views/people/index.haml
app/views/people/show.haml
app/views/search/index.haml
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
config.ru
lib/tasks/db.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/assets/javascripts/application.js0
app/controllers/application_controller.rb3
app/controllers/movies_controller.rb12
app/controllers/people_controller.rb9
app/controllers/search_controller.rb7
app/helpers/application_helper.rb8
app/helpers/movies_helper.rb2
app/helpers/people_helper.rb2
app/helpers/search_helper.rb2
app/models/acted_in.rb9
app/models/movie.rb15
app/models/person.rb13