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/application.js0
A
0 mins
app/assets/javascripts/bootstrap.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css
app/controllers/application_controller.rb3
A
0 mins
app/controllers/movies_controller.rb12
A
0 mins
app/controllers/people_controller.rb9
A
0 mins
app/controllers/search_controller.rb7
A
0 mins
app/helpers/application_helper.rb8
A
0 mins
app/helpers/movies_helper.rb2
A
0 mins
app/helpers/people_helper.rb2
A
0 mins
app/helpers/search_helper.rb2
A
0 mins
app/models/acted_in.rb9
A
0 mins
app/models/movie.rb15
A
0 mins
app/models/person.rb13
A
0 mins
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