Skip to content

Instantly share code, notes, and snippets.

@pchaigno
Created January 11, 2015 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchaigno/73dcd9c81f93a044f870 to your computer and use it in GitHub Desktop.
Save pchaigno/73dcd9c81f93a044f870 to your computer and use it in GitHub Desktop.
53.37% CSS
45.44% Ruby
0.76% JavaScript
0.44% CoffeeScript
Ruby:
Gemfile
Gemfile.lock
Rakefile
app/controllers/application_controller.rb
app/controllers/home_controller.rb
app/controllers/persons_controller.rb
app/controllers/ttts_controller.rb
app/helpers/application_helper.rb
app/helpers/persons_helper.rb
app/helpers/ttt_helper.rb
app/models/move.rb
app/models/ttt.rb
app/models/user.rb
bin/bundle
bin/rails
bin/rake
bin/spring
config.ru
config/application.rb
config/boot.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/assets.rb
config/initializers/backtrace_silencers.rb
config/initializers/cookies_serializer.rb
config/initializers/devise.rb
config/initializers/filter_parameter_logging.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/routes.rb
db/migrate/20141215153220_create_users.rb
db/migrate/20141215153227_create_moves.rb
db/migrate/20141215153232_create_ttts.rb
db/migrate/20141217100253_add_devise_to_users.rb
db/schema.rb
db/seeds.rb
test/controllers/persons_controller_test.rb
test/helpers/persons_helper_test.rb
test/models/move_test.rb
test/models/ttt_test.rb
test/models/user_test.rb
test/test_helper.rb
JavaScript:
app/assets/javascripts/application.js
CoffeeScript:
app/assets/javascripts/persons.js.coffee
app/assets/javascripts/ttt.js.coffee
CSS:
app/assets/stylesheets/application.css
app/assets/stylesheets/foundation_and_overrides.scss
app/assets/stylesheets/layouts.css.scss
app/assets/stylesheets/persons.css.scss
app/assets/stylesheets/ttt.css.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment