Hi Ignacio, hi folks, 

I think, there are still some glitches in the process of generation a new 
application (on Ubuntu Linux)

   - therubyracer gem commented in the default Gemfile lets the setup fail
   - The setup generator run later seems not to clean everything up: 
      - Password fields are not displayed in the initial User generation 
      form
      - The password fields are not available in the account settings (just 
      the email address)
      - Using the reset password form results in 
      ActiveRecord::UnknownAttributeError - unknown attribute: password
   
And here i'm puzzled because:

> User.accessible_attributes 

=> #<ActiveModel::MassAssignmentSecurity::WhiteList: {"name", 
> "email_address", "password", "password_confirmation", "current_password"}>

is fine. 
"Signup new user" contains the password fields.
I checked the sqlite database, it contains crypted password column, that's 
fine as well.
In better errors/binding_of_caller repl I can even set

> self.password = "my.secret.password"

self.save

and change the password. 

The repo in all it's glory is 
at https://github.com/haslinger/mesonic_browser .
Shouldn't better errors and binding_of_caller be already in the Gemfile? ;-)
I started from a clean installed Ruby 2.1.1 installed via rvm (without any 
gems, not even Rails) und didn't touch any files but the Gemfile.

I seem to criticize here in the group a lot. I'm sorry for that. I highly 
appreciate all the work that's done for Hobo and I love Hobo. 

Cheers,
Stefan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to