Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
extracting immortal stuff to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Dec 17, 2010
1 parent b5035ad commit bb516b1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 288 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -38,6 +38,7 @@ gem 'vestal_versions', '~> 1.0.2'
gem 'paperclip', '~> 2.3.6'
gem 'teambox-permalink_fu', :require => 'permalink_fu'
gem 'cancan', '~> 1.2.0'
gem 'immortal'
#gem 'rails3_acts_as_paranoid', :git => 'git://github.com/goncalossilva/rails3_acts_as_paranoid.git'

group :development do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -83,6 +83,8 @@ GEM
hpricot (0.8.3)
i18n (0.5.0)
icalendar (1.1.5)
immortal (0.1.0)
activerecord (~> 3.0.3)
json (1.4.6)
json_pure (1.4.6)
launchy (0.3.7)
Expand Down Expand Up @@ -212,6 +214,7 @@ DEPENDENCIES
hpricot (~> 0.8.2)
i18n (>= 0.1.3)
icalendar (~> 1.1.3)
immortal
json
launchy (~> 0.3.5)
libxml-ruby (= 1.1.3)
Expand Down
15 changes: 0 additions & 15 deletions db/migrate/20101215120306_create_immortal_models.rb

This file was deleted.

8 changes: 0 additions & 8 deletions db/schema.rb
Expand Up @@ -171,14 +171,6 @@
add_index "google_docs", ["project_id"], :name => "index_google_docs_on_project_id"
add_index "google_docs", ["user_id"], :name => "index_google_docs_on_user_id"

create_table "immortal_models", :force => true do |t|
t.string "title"
t.integer "value"
t.boolean "deleted", :default => false
t.datetime "created_at"
t.datetime "updated_at"
end

create_table "ims", :force => true do |t|
t.integer "card_id"
t.string "name"
Expand Down
80 changes: 0 additions & 80 deletions lib/immortal.rb

This file was deleted.

180 changes: 0 additions & 180 deletions spec/lib/immortal_spec.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/models/immortal_model_spec.rb

This file was deleted.

0 comments on commit bb516b1

Please sign in to comment.