I don't know if it helps solve the problem, but below is the complete
development log
********************************************************************************
[1m [36mSQL (327.6ms) [0m [1mSHOW TABLES [0m
[1m [36mSQL (0.0ms) [0m [1mSHOW TABLES [0m
[1m [35mSQL (655.2ms) [0m CREATE TABLE `schema_migrations`
(`version` varchar(255) NOT NULL) ENGINE=InnoDB
[1m [36mSQL (78.0ms) [0m [1mSHOW KEYS FROM
`schema_migrations` [0m
[1m [35mSQL (639.6ms) [0m CREATE UNIQUE INDEX
`unique_schema_migrations` ON `schema_migrations` (`version`)
[1m [36mSQL (31.2ms) [0m [1mSHOW TABLES [0m
[1m [35mSQL (0.0ms) [0m SHOW TABLES
[1m [36mSQL (0.0ms) [0m [1mSELECT `schema_migrations`.`version`
FROM `schema_migrations` [0m
[1m [35mSQL (0.0ms) [0m SHOW TABLES
[1m [36mSQL (0.0ms) [0m [1mSHOW TABLES [0m
[1m [36mSQL (15.6ms) [0m [1mSHOW TABLES [0m
[1m [35mSQL (0.0ms) [0m SHOW TABLES
[1m [36mSQL (0.0ms) [0m [1mSHOW TABLES [0m
[1m [35mSQL (0.0ms) [0m SELECT `schema_migrations`.`version` FROM
`schema_migrations`
Migrating to InitialMigration (20110121073628)
[1m [36mSQL (171.6ms) [0m [1mCREATE TABLE `users` (`id` int(11)
DEFAULT NULL auto_increment PRIMARY KEY, `crypted_password`
varchar(40), `salt` varchar(40), `remember_token` varchar(255),
`remember_token_expires_at` datetime, `name` varchar(255),
`email_address` varchar(255), `administrator` tinyint(1) DEFAULT 0,
`created_at` datetime, `updated_at` datetime, `state` varchar(255)
DEFAULT 'active', `key_timestamp` datetime) ENGINE=InnoDB [0m
[1m [35mSQL (0.0ms) [0m SHOW KEYS FROM `users`
[1m [36mSQL (0.0ms) [0m [1mSHOW TABLES [0m
Started GET "/" for 127.0.0.1 at 2011-01-21 20:39:45 +1300
Processing by FrontController#index as HTML
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/
dryml-1.3.0.pre25/taglibs/core.dryml in 0.11s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_core.dryml in 0.22s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_support.dryml in 0.00s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_document_tags.dryml in 0.02s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_pages.dryml in 0.17s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_editing.dryml in 0.20s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_forms.dryml in 0.28s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_navigation.dryml in 0.11s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_plus.dryml in 0.11s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_generics.dryml in 0.06s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_lifecycles.dryml in 0.00s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_summary.dryml in 0.06s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_user_pages.dryml in 0.28s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid_i18n.dryml in 0.02s
DRYML: Compiled C:/ruby192/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre25/
lib/hobo/rapid/taglibs/rapid.dryml in 2.06s
DRYML: Compiled app/views/taglibs/auto/rapid/cards.dryml in 0.02s
DRYML: Compiled app/views/taglibs/auto/rapid/pages.dryml in 0.16s
DRYML: Compiled app/views/taglibs/auto/rapid/forms.dryml in 0.03s
DRYML: Compiled app/views/taglibs/themes/clean/clean.dryml in 0.00s
DRYML: Compiled app/views/taglibs/application.dryml in 2.37s
DRYML: Compiled app/views/front/index.dryml in 2.84s
Rendered front/index.dryml (3478.8ms)
Completed in 3557ms
ActionView::Template::Error (no such file to load -- html/sanitizer):
1: <page title="Home">
2:
3: <body: class="front-page"/>
4:
app/views/taglibs/themes/clean/clean.dryml:2:in `block in
page_with_aaa82d3a9ca5'
app/views/taglibs/themes/clean/clean.dryml:1:in
`page_with_aaa82d3a9ca5'
app/views/front/index.dryml:1:in `block in render_page'
app/views/front/index.dryml:1:in `render_page'
app/views/front/index.dryml:1:in
`_app_views_front_index_dryml__1055217246_41449968__806947922'
Rendered C:/ruby192/lib/ruby/gems/1.9.1/gems/actionpack-3.0.3/lib/
action_dispatch/middleware/templates/rescues/_trace.erb (0.0ms)
Rendered C:/ruby192/lib/ruby/gems/1.9.1/gems/actionpack-3.0.3/lib/
action_dispatch/middleware/templates/rescues/_request_and_response.erb
(0.0ms)
Rendered C:/ruby192/lib/ruby/gems/1.9.1/gems/actionpack-3.0.3/lib/
action_dispatch/middleware/templates/rescues/template_error.erb within
rescues/layout (62.4ms)
*********************************************************************
On Jan 22, 6:18 am, fbsrosa <[email protected]> wrote:
> P,S,: and MySQL 5.5
>
> On Jan 22, 6:07 am, fbsrosa <[email protected]> wrote:
>
> > Hi Owen,
> > Yes I'm using the Draft. I had downloade the original, but after
> > reading the discussions I downloaded the Draft.
> > My environment: Windows Vista - Rails 3.0.3 - Ruby 1.9.2p136 - Hobo
> > 1.3.0p25
> > I'm new here and asked the same question in another entry. I apologize
> > for it.
> > Thank You very much for the attention.
> > Fernando
>
> > On Jan 22, 5:43 am, Owen <[email protected]> wrote:
>
> > > Which tutorial? Are you using the draft of the book "Rapid Rails 3
> > > with Hobo"?
>
> > > Also--what environment, Mac, Windows?
>
> > > Thanks,
>
> > > Owen
>
> > > On Jan 20, 12:39 pm, fbsrosa <[email protected]> wrote:
>
> > > > I followed the tutorial to start with Hobo. everything went well till
> > > > I went to the browser (Firefox) and got this message below:
>
> > > > ActionView::Template::Error (no such file to load -- html/sanitizer):
> > > > 1: <page title="Home">
> > > > 2:
> > > > 3: <body: class="front-page"/>
> > > > 4:
> > > > app/views/taglibs/themes/clean/clean.dryml:2:in `block in
> > > > page_with_aaa82d3a9ca5'
> > > > app/views/taglibs/themes/clean/clean.dryml:1:in
> > > > `page_with_aaa82d3a9ca5'
> > > > app/views/front/index.dryml:1:in `block in render_page'
> > > > app/views/front/index.dryml:1:in `render_page'
> > > > app/views/front/index.dryml:1:in
> > > > `_app_views_front_index_dryml__789750419_42260076_265882836'
>
> > > > Please, may someone help me to start?
> > > > Another question: How can i drive the instalattion to use MySQL. I've
> > > > tried the Rails way with -d mysql -p [password-to-mysql-in-my-machine]
> > > > but didn't worked.
>
> > > > Again, Please may someone help me with the start?
>
> > > > I'm using Ruby 1.9.2, Rails 3.0.3 on Windows Vista. I installed the
> > > > gem Arel as I saw recommended at Hobo blog.
>
> > > > Thank You very much in aticipation.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.