Skip to content

Commit

Permalink
Adds ember tree; Main controller with index action; ember-rails as de…
Browse files Browse the repository at this point in the history
…pendency from git source

Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 6, 2012
1 parent 5b3bb04 commit 4ecb0e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 241 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -22,6 +22,8 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
end

# TODO remove git dependency after development
gem 'ember-rails', :git => "https://github.com/emberjs/ember-rails.git"
gem 'jquery-rails'

gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test]
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/emberjs/ember-rails.git
revision: 1614e7dac6dcd83a68b4f5ea479d2fec7094d781
specs:
ember-rails (0.2.4)
execjs (>= 1.2)
railties (>= 3.0)

GIT
remote: https://github.com/pivotal/jasmine-gem.git
revision: 5a7524ae9eaea4fe106a7aaa90ccfb1bc137abe7
Expand Down Expand Up @@ -183,6 +191,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
devise
devise_bushido_authenticatable
ember-rails!
factory_girl_rails
jasmine!
jquery-rails
Expand Down
3 changes: 3 additions & 0 deletions app/assets/javascripts/application.js
Expand Up @@ -12,4 +12,7 @@
//
//= require jquery
//= require jquery_ujs
//= require ember-dev
//= require ember
//= require ember/kandan
//= require_tree .
2 changes: 2 additions & 0 deletions config/routes.rb
@@ -1,4 +1,6 @@
Kandan::Application.routes.draw do
get "main/index"

#devise_for :users

# The priority is based upon order of creation:
Expand Down
241 changes: 0 additions & 241 deletions public/index.html

This file was deleted.

0 comments on commit 4ecb0e4

Please sign in to comment.