Skip to content

Commit

Permalink
Some models an stuff to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
wahl77 committed Aug 31, 2013
1 parent 80d7306 commit 92eeb7b
Show file tree
Hide file tree
Showing 135 changed files with 13,293 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
*.swp
public/uploads
solr/*
log/sunspot*
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--color
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
#gem 'turbolinks'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
Expand All @@ -36,6 +36,7 @@ gem 'geocoder'
gem 'cancan'
gem 'sunspot_rails'
gem 'fog'
gem 'nested_form'

group :development do
gem 'pry-rails'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ GEM
minitest (4.7.5)
multi_json (1.7.9)
multipart-post (1.2.0)
nested_form (0.3.2)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
Expand Down Expand Up @@ -218,8 +219,6 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (1.3.0)
coffee-rails
tzinfo (0.3.37)
uglifier (2.2.1)
execjs (>= 0.3.0)
Expand All @@ -243,6 +242,7 @@ DEPENDENCIES
jbuilder (~> 1.2)
jquery-rails
meta_request
nested_form
pg
pry-debugger
pry-rails
Expand All @@ -255,5 +255,4 @@ DEPENDENCIES
sorcery
sunspot_rails
sunspot_solr
turbolinks
uglifier (>= 1.3.0)
Binary file added app/assets/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
228 changes: 228 additions & 0 deletions app/assets/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file not shown.
Binary file added app/assets/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/tmp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/javascripts/addresses.js.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
6 changes: 5 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require jquery_nested_form
//= require_tree .



/* require turbolinks */
Loading

0 comments on commit 92eeb7b

Please sign in to comment.