El 13/03/14 15:44, kevinpfromnm escribió: > It'd be more work but I'd think it'd be possible to make uncommenting > conditional on whether or not node is present. > > Question is whether it's worth the effort as you usually only run into > this once, install node and never see it again until the next time you > start from scratch on a box.
That would be the perfect solution, I just created an issue: https://github.com/Hobo/hobo/issues/78 > > On Thursday, March 13, 2014 2:29:32 AM UTC-6, Ignacio Huerta wrote: > > Hi Stefan, > > Your critics are really really welcome! About the rubyracer gem, it's > more of a Rails decision to force users to choose between installing > node or uncommenting the gem. Do you think that Hobo should try to help > users by just uncommenting it? > > About the password fields, I have downloaded your app, but I have not > been able to reproduce it with Ruby 2.0: > > - The initial user form showed the password fields. > - The account form also works: > > https://dl.dropboxusercontent.com/u/81056839/Captura%20de%20pantalla%20de%202014-03-13%2009%3A26%3A47.png > > <https://dl.dropboxusercontent.com/u/81056839/Captura%20de%20pantalla%20de%202014-03-13%2009%3A26%3A47.png> > > > So it might be a Ruby version issue. If you have time, could you try to > reproduce it with Ruby 2.0? If not, please say and I'll try to test it > with Ruby 2.1. > > Warm regards, > Ignacio > > El 08/03/14 15:18, Stefan Haslinger escribió: > > 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: > > o Password fields are not displayed in the initial User > generation > > form > > o The password fields are not available in the account settings > > (just the email address) > > o 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 > <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] <javascript:> > > <mailto:[email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> > > <mailto:[email protected] <javascript:>>. > > Visit this group at http://groups.google.com/group/hobousers > <http://groups.google.com/group/hobousers>. > > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- 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.
