codelitt/launchpage-rails

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/static.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/custom.css.scss
app/assets/stylesheets/static.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/static_controller.rb2
A
0 mins
app/controllers/users_controller.rb43
A
0 mins
app/helpers/application_helper.rb10
A
0 mins
app/helpers/static_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/mailers/user_mailer.rb6
A
0 mins
app/models/user.rb7
A
0 mins
app/views/layouts/_facebookscript.html.erb
app/views/layouts/_footer.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_shim.html.erb
app/views/layouts/_twitterscript.html.erb
app/views/layouts/application.html.erb
app/views/shared/_error_messages.html.erb
app/views/static/success.html.erb
app/views/user_mailer/registration_confirmation.html.erb
app/views/user_mailer/registration_confirmation.text.erb
app/views/users/_artist_form.html.erb
app/views/users/_fan_form.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup
config.ru
doc/README_FOR_APP
lib/development_mail_interceptor.rb6
A
0 mins
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt