diff --git a/Gemfile b/Gemfile index 7b69078b..1aa3618d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,8 @@ gem 'jnunemaker-validatable', '>= 1.8.4' # Required by mm-devise gem 'devise', '>= 1.2' gem 'mm-devise', '>= 1.2' +gem "semantic_menu", :git => "git://github.com/michaek/semantic_menu.git" + # Use unicorn as the web server gem 'unicorn' diff --git a/Gemfile.lock b/Gemfile.lock index aa9fde0d..8a7648d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: git://github.com/michaek/semantic_menu.git + revision: 5298f586467cc9a91e85befcca673b8406c8846f + specs: + semantic_menu (0.1.0) + GEM remote: http://rubygems.org/ specs: @@ -197,6 +203,7 @@ DEPENDENCIES rails (= 3.1.0.rc6) rspec-rails sass-rails (~> 3.1.0.rc) + semantic_menu! sqlite3 uglifier unicorn diff --git a/app/assets/javascripts/users.js.coffee b/app/assets/javascripts/users.js.coffee new file mode 100644 index 00000000..76156794 --- /dev/null +++ b/app/assets/javascripts/users.js.coffee @@ -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://jashkenas.github.com/coffee-script/ diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss new file mode 100644 index 00000000..31a2eacb --- /dev/null +++ b/app/assets/stylesheets/users.css.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Users controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb new file mode 100644 index 00000000..3e74dea8 --- /dev/null +++ b/app/controllers/users_controller.rb @@ -0,0 +1,2 @@ +class UsersController < ApplicationController +end diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb new file mode 100644 index 00000000..2310a240 --- /dev/null +++ b/app/helpers/users_helper.rb @@ -0,0 +1,2 @@ +module UsersHelper +end diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb deleted file mode 100644 index 6fcc8e60..00000000 --- a/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - -
-