MartOn
unread,Apr 10, 2009, 1:54:12 PM4/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hobo Users
Since Hobo is dependent on given Rails versions, why not make hobo
command take rails version as parameter.
When I now have rails 2.3 installed, it is a bit difficult to create
new hobo projects, but if Hobo could take the same command as rails
like this:
as you know you can make a rails app like this: rails _2.2.2_ my_app,
so why not add this to hobo like this:
hobo _2.2.2_ my_app
/MartOn