You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two minor frustrations in getting the demo to work (we want it to be EASY, right?):
in migration file:
20080815014337_browsercms_3_0_0.rb
I had to change the sql type for :content to 'text' (you have it as string).
create_versioned_table :html_blocks do |t|
t.string :name
t.string :content, :limit => 64.kilobytes + 1
end
Another minor annoyance in trying out the demo, you don't mention that you have to create the database named 'my_new_project_name_development' beforehand:
Imported from lighthouse. Original ticket at: http://browsermedia.lighthouseapp.com/projects/28481/tickets/232. Created by Paul Sorey - 2009-12-07 00:01:52 UTC
Two minor frustrations in getting the demo to work (we want it to be EASY, right?):
in migration file:
20080815014337_browsercms_3_0_0.rb
I had to change the sql type for :content to 'text' (you have it as string).
Another minor annoyance in trying out the demo, you don't mention that you have to create the database named 'my_new_project_name_development' beforehand:
$ rails my_new_project_name -d mysql -m http://browsercms.org/templates/demo.rb $ cd my_new_project_name
$ script/server
using version 3.0.5
The text was updated successfully, but these errors were encountered: