We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9999c5f commit ea618bbCopy full SHA for ea618bb
Rakefile
@@ -1,7 +1,5 @@
1
Dir.chdir('test')
2
load 'Rakefile'
3
-require File.dirname(__FILE__)+'/lib/resource_controller/version'
4
-Dir['tasks/**.rake'].each { |tasks| load tasks }
5
6
desc 'Generate documentation for the ResourceController plugin.'
7
Rake::RDocTask.new(:rdoc) do |rdoc|
lib/resource_controller/version.rb
test/db/schema.rb
@@ -51,7 +51,7 @@
51
52
create_table "posts", :force => true do |t|
53
t.string "title", :default => ""
54
- t.text "body"
+ t.text "body", :default => ""
55
end
56
57
create_table "products", :force => true do |t|
0 commit comments