hobo-jquery for 1.3 available

65 views
Skip to first unread message

Bryan Larsen

unread,
Apr 21, 2011, 12:55:59 PM4/21/11
to hobo...@googlegroups.com
Hobo-jquery for 1.3 is *finally* available.
https://github.com/bryanlarsen/hobo-jquery/tree/rails3

If you've hacked your local copy following instructions on the list, the
differences are:

- upgraded jQuery to 1.5.2 and jQuery-UI to 1.8.11

- the rake tasks have been converted into generators. To update your
javascript and css files for jquery, jquery-ui and hobo-jquery type
`rails generate hobo_jquery:install`. Symbolic linking is no longer
supported (it doesn't make any sense for gems).

- hobo-jquery can now be installed as a gem as well as a plugin. To see
how, see the README. Installing hobo-jquery as a gem requires the
latest version of Hobo from github.

https://github.com/bryanlarsen/hobo-jquery/tree/rails3

Bryan

Owen Dall

unread,
Apr 21, 2011, 12:58:18 PM4/21/11
to hobo...@googlegroups.com
Awesome!


--
You received this message because you are subscribed to the Google Groups "Hobo Users" group.
To post to this group, send email to hobo...@googlegroups.com.
To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.




--
Owen Dall, Chief Systems Architect
Barquin International

Henry H

unread,
May 31, 2011, 8:40:07 PM5/31/11
to hobo...@googlegroups.com
Thank you for this Bryan.  I just upgraded from 1.0.3 to 1.3RC and this saved me alot of trouble.

Henry H

unread,
May 31, 2011, 8:57:33 PM5/31/11
to hobo...@googlegroups.com
I'm not sure if this is a bug or not, but I was able to recreate it.  When I attempt to include hobo-jquery as a gem, I receive the following error when trying to load my app.  I had added <include gem="hobo-jquery" /> to application.dryml. I then changed it to use hobo-jquery as a plugin instead using <include plugin="hobo-jquery" /> and I no longer have the error.  I did note you said to use the latest version of Hobo from github, which I think at the time was Hobo 1.3.  I am using Hobo 1.3RC.  Just an FYI.

Thanks,
Henry

Dryml::DrymlException in Front#index

Showing /home/henry/Documents/Ruby/hobo3-awesome/app/views/front/index.dryml where line #1 raised:

No such taglib: /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs {:type=>:include, :template_dir=>"app/views/taglibs"} /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs/.drymlDryml::DrymlException in Front#index

Showing /home/henry/Documents/Ruby/hobo3-awesome/app/views/front/index.dryml where line #1 raised:

No such taglib: /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs {:type=>:include, :template_dir=>"app/views/taglibs"} /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs/.dryml
Extracted source (around line #1):

1: <page title="Home">
2: 
3:   <body: class="front-page"/>
4: 
Rails.root: /home/henry/Documents/Ruby/hobo3-awesome

Application Trace | Framework Trace | Full Trace
app/views/front/index.dryml:1:in `_app_views_front_index_dryml__743780365__628518598_0'
Extracted source (around line #1):

1: <page title="Home">
2: 
3:   <body: class="front-page"/>
4: 
Rails.root: /home/henry/Documents/Ruby/hobo3-awesome

Application Trace | Framework Trace | Full Trace
app/views/front/index.dryml:1:in `_app_views_front_index_dryml__743780365__628518598_0'Bryan - 




kevinpfromnm

unread,
Jun 29, 2011, 2:26:25 PM6/29/11
to hobo...@googlegroups.com
Trying to do a select-one-or-new-dialog in Hobo 1.3.0.RC with rails 3.0.9 and the form comes up and on clicking OK, nothing appears to happen.  the new item does get created but looking in the console I get an invalid typed-id error.

Call part: select_one_or_new_dialog_select. this-id = :city, locals = []
         : form_field_path = ["property", "city"]
Completed 500 Internal Server Error in 600ms

ArgumentError (invalid typed-id: :city):
 
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.6ms)
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.9ms)

Just pulled jquery from git not an hour ago.  Any thoughts?

Bryan Larsen

unread,
Jun 29, 2011, 3:57:59 PM6/29/11
to hobo...@googlegroups.com
I vaguely remember something like that. On the off chance that it's
been fixed already, would you mind pulling hobo from github?

thanks,
Bryan

> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.

> To view this discussion on the web visit
> https://groups.google.com/d/msg/hobousers/-/vIzv7MSvUTcJ.

kevinpfromnm

unread,
Jun 29, 2011, 4:17:39 PM6/29/11
to hobo...@googlegroups.com
nope, same error with git version of hobo, rails3 branch

Bob Sleys

unread,
Jun 29, 2011, 5:16:24 PM6/29/11
to hobo...@googlegroups.com
I'm running into the same problem.  Sorry not a solution just a me too.

Bryan Larsen

unread,
Jun 29, 2011, 5:19:16 PM6/29/11
to hobo...@googlegroups.com
OK, I'll try to reproduce on Hobo 1.3.

On Wed, Jun 29, 2011 at 5:16 PM, Bob Sleys <bsl...@gmail.com> wrote:
> I'm running into the same problem.  Sorry not a solution just a me too.
>

> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To view this discussion on the web visit

> https://groups.google.com/d/msg/hobousers/-/9DaqO3A8b2wJ.

Reply all
Reply to author
Forward
0 new messages