Skip to content

Commit

Permalink
Merge branch 'master' of github.com:techvision/brails4
Browse files Browse the repository at this point in the history
Conflicts:
	app/views/levels/index.html.haml
  • Loading branch information
rishi committed Apr 2, 2014
2 parents 1d0b4ae + 714f998 commit af930fc
Show file tree
Hide file tree
Showing 361 changed files with 57,378 additions and 58 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ gem "haml", ">= 3.0.0"
gem "haml-rails"
gem "nested_form"
gem "erb2haml", :group => :development
gem 'mongoid_slug', '3.2.0'
gem 'country_select'


group :development, :test do
gem 'mongoid-rspec'
Expand Down Expand Up @@ -69,4 +72,4 @@ end
# gem 'capistrano', group: :development

# Use debugger
gem 'debugger', group: [:development, :test]
#gem 'debugger', group: [:development, :test]
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,14 @@ GEM
execjs
coffee-script-source (1.6.3)
columnize (0.3.6)
country_select (1.2.0)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
database_cleaner (1.2.0)
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
devise (3.1.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -141,6 +136,9 @@ GEM
mongoid (>= 3.0.1)
rake
rspec (>= 2.14)
mongoid_slug (3.2.0)
mongoid (> 3.0)
stringex (~> 2.0)
moped (2.0.0.beta3)
bson (~> 2.0.0.rc3)
optionable (~> 0.1.1)
Expand Down Expand Up @@ -225,6 +223,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
stringex (2.1.2)
term-ansicolor (1.2.2)
tins (~> 0.8)
therubyracer (0.12.0)
Expand Down Expand Up @@ -257,9 +256,9 @@ DEPENDENCIES
bootstrap-sass
capybara
coffee-rails (~> 4.0.1)
country_select
coveralls
database_cleaner
debugger
devise
devise_invitable
erb2haml
Expand All @@ -273,6 +272,7 @@ DEPENDENCIES
mongoid-paperclip
mongoid-rspec
mongoid-simple-roles!
mongoid_slug (= 3.2.0)
nested_form
rails (~> 4.0.4)
rails_layout
Expand Down
Binary file added app/assets/images/Calendar_scheduleHS.png
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/question_image.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions app/assets/javascripts/Acc.DC.API.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/assets/javascripts/bootstrap.js.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jQuery ->
$("a[rel~=popover], .has-popover").popover()
$("a[rel~=tooltip], .has-tooltip").tooltip()
# $("a[rel~=popover], .has-popover").popover()
# $("a[rel~=tooltip], .has-tooltip").tooltip()
Loading

0 comments on commit af930fc

Please sign in to comment.