Skip to content

Commit ea618bb

Browse files
committedOct 10, 2008
the lasts of removing gem stuff
1 parent 9999c5f commit ea618bb

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed
 

‎Rakefile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Dir.chdir('test')
22
load 'Rakefile'
3-
require File.dirname(__FILE__)+'/lib/resource_controller/version'
4-
Dir['tasks/**.rake'].each { |tasks| load tasks }
53

64
desc 'Generate documentation for the ResourceController plugin.'
75
Rake::RDocTask.new(:rdoc) do |rdoc|

‎lib/resource_controller/version.rb

-9
This file was deleted.

‎test/db/schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
create_table "posts", :force => true do |t|
5353
t.string "title", :default => ""
54-
t.text "body"
54+
t.text "body", :default => ""
5555
end
5656

5757
create_table "products", :force => true do |t|

0 commit comments

Comments
 (0)
Please sign in to comment.