[Hobo Users] Re: Riot.js — A React-like user interface micro-library

2016-03-08 Thread pauljda...@gmail.com
Wow, that looks familiar! > > -- 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 hobousers+unsubscr...@googlegroups.com. To post to this group, send email to hobouse

[Hobo Users] Re: Kitcoder

2016-02-12 Thread pauljda...@gmail.com
That looks great, Tom. I signed up for the mailing list. You are definitely accepting some hard challenges. Best wishes! Plus: thanks again for Hobo. On Friday, January 29, 2016 at 11:20:17 AM UTC+1, Tom Locke wrote: > > Hi everyone, > > > A big HELLO! to everyone who knows me. For those that do

[Hobo Users] Re: New Hobo versions released: Rails 4.2 compatibility!

2015-10-22 Thread pauljda...@gmail.com
Hi, Ignacio! I just updated my current app to Ruby 2.2.3/Rails 4.2.4/Hobo 2.2.3 . It's nice to be up to date. Thanks again for all your hard work. Paul On Sunday, September 13, 2015 at 7:51:25 PM UTC+2, Ignacio Huerta wrote: > > Hi! > > I'm happy to announce that I have solved the remaining

[Hobo Users] Re: New Hobo versions released: Rails 4.2 compatibility!

2015-09-13 Thread pauljda...@gmail.com
Excellent news. Thank you very much for all your hard work on Hobo. On Sunday, September 13, 2015 at 7:51:25 PM UTC+2, Ignacio Huerta wrote: > > Hi! > > I'm happy to announce that I have solved the remaining obstacles to work > with Rails 4.2.x. All tests are green and it seems to be running fi

[Hobo Users] Any obvious simplifications to this fieldset call?

2015-06-18 Thread pauljda...@gmail.com
I just wrote this fieldset for my app: http://paste2.org/dGUZ1w1M and it works fine, but it seems like it migth be possible to simplify. Does any layer or parameter in that seem obviously superfluous? Thanks for any suggestions... Pd -- You received this message because you are subscrib

Re: [Hobo Users] Suggestion for a clear, simple UI for editing has-many-through with extra attribute?

2015-05-24 Thread pauljda...@gmail.com
Thanks a lot for sharing your rich, clean code with me. I am sure I will learn a lot by studying it. Best wishes - On Monday, May 18, 2015 at 3:04:27 PM UTC+7, Ignacio Huerta wrote: > > Hi Paul, > > I think that a custom table would be the best idea from a UI > perspective. Your case reminded

Re: [Hobo Users] Asset pipeline problems with ajax-loader.gif and glyphicons-halflings.png

2015-05-14 Thread pauljda...@gmail.com
OK, I went ahead and generated a nice ajax-loader.gif and put it in app/assets/images, clobbed and re-precompiled assets, and no more errors. So, thanks for all your help, but at least for now, I have the problem addressed. Paul On Thursday, May 14, 2015 at 10:26:16 PM UTC+7, paulj...@gmail.co

Re: [Hobo Users] Asset pipeline problems with ajax-loader.gif and glyphicons-halflings.png

2015-05-14 Thread pauljda...@gmail.com
Wow, thanks for your thorough and painstaking reply. I do appreciate it. Notes below... On Thursday, May 14, 2015 at 6:22:32 PM UTC+7, Ignacio Huerta wrote: > > Hi Paul, > > I have checked this, and I haven't been able to reproduce it with the > same hobo/hobo_bootstrap versions in production m

[Hobo Users] Suggestion for a clear, simple UI for editing has-many-through with extra attribute?

2015-05-14 Thread pauljda...@gmail.com
In my situation, there are Questions, and there are Raters. Between them is an association called RaterAssignment, which in addition to belonging_to a question and a rater, has a integer weight. In the context of a question, I would like users to - view the question's current rater_assignme

Re: [Hobo Users] Asset pipeline problems with ajax-loader.gif and glyphicons-halflings.png

2015-05-13 Thread pauljda...@gmail.com
Thanks for the quick response. It would be heartening to know that a problem was not caused by my code! Here's a gist of my Gemfile.lock It shows these versions: hobo (= 2.1.1) hobo_bootstrap (= 2.1.1) When I look at what I think i

[Hobo Users] Asset pipeline problems with ajax-loader.gif and glyphicons-halflings.png

2015-05-12 Thread pauljda...@gmail.com
I am seeing errors in production mode that I do not have in development mode. I don't think this is a Hobo problem, but I think Ignacio is quite familiar with the hobo_bootstrap code, so he or another helpful Hobo may have a quick suggestion. *The error for ajax-loader.gif:* I, [2015-05-12

Re: [Hobo Users] Delete button for first element in a form's table/collection gets different, inoperative code.

2015-05-08 Thread pauljda...@gmail.com
Thanks, Ignacio. I appreciate your help. This code was a mess, and i significantly rewrote it, with the key change being exactly what you suggest: removing the nested forms. It is all working well now. On Friday, May 8, 2015 at 5:23:08 PM UTC+7, Ignacio Huerta wrote: > > Hi Paul! > > I'm unsu

[Hobo Users] Re: Delete button for first element in a form's table/collection gets different, inoperative code.

2015-05-04 Thread pauljda...@gmail.com
I looked at this code again, and I think it is kind of a mess. This is not the first approach I have taken to this issue, but it is the one closest to operational. The hobo-idiomatic way to do this would be to include response_attachments in a field list. I tried that, but when I try to add a f

[Hobo Users] Delete button for first element in a form's table/collection gets different, inoperative code.

2015-05-03 Thread pauljda...@gmail.com
I have some dryml that manages response_attachments that belong_to responses. The first form shows the current response_attachments in a table, each with a delete-button. The second form is used to add a response_attachment to the relation, and updates the table. Here is the dryml code:

Re: [Hobo Users] Re: Help with auto_actions_for

2015-03-29 Thread pauljda...@gmail.com
Thanks, Ignacio. I looked through the archives, and decided to make a few different attachment models for different purposes, rather than using the polymorphic approach. I do quite appreciate your thorough and patient explanation. Best wishes! On Sunday, March 22, 2015 at 11:10:31 PM UTC+5:30,

[Hobo Users] Re: Help with auto_actions_for

2015-03-12 Thread pauljda...@gmail.com
I forgot to post the links: Error Message http://pastie.org/10020364 Model definitions Asset: http://pastie.org/10020370 Response: http://pastie.org/10020377 Assets controller http://pastie.org/10020379 On Thursday, March 12, 2015 at 3:49:49 PM UTC+7, paulj...@gmail.com

[Hobo Users] Help with auto_actions_for

2015-03-12 Thread pauljda...@gmail.com
In my app, I would like to easily add assets (which are attached files) to responses, among other things. I have set up a polymorphic relation between the classes, including the :inverse_of helpers. I added the auto_actions_for response to my assets controller. My first-order problem is that pa

[Hobo Users] Using a custom editor for a rich type - seems not to be loading.

2015-03-05 Thread pauljda...@gmail.com
I want a type RatingValue which is either nil or an integer from 1 to 4. I would like it to be edited by a dropdown. I have defined the RatingValue type: http://pastie.org/10002728 (in app/rich_types/rating_value.rb And used it: http://pastie.org/10002716#6 (in app/models

[Hobo Users] Re: Apparent conflict between Hobo and closure_tree gem.

2014-04-09 Thread pauljda...@gmail.com
Thanks, Stefan. That's a very useful suggestion and a clear Gist. I will try it out. On Wednesday, April 9, 2014 8:30:12 AM UTC-7, Stefan Haslinger wrote: > > Hi Paul, > > sorry, no idea about fixing your error. > For tree structures I'm using > Ancestrya

[Hobo Users] Re: Apparent conflict between Hobo and closure_tree gem.

2014-04-08 Thread pauljda...@gmail.com
I have removed closure_tree from my app and am proceeding otherwise. Sorry for the distraction. On Saturday, April 5, 2014 4:13:16 PM UTC-7, paulj...@gmail.com wrote: > > I am using Hobo 2.1 and the closure_tree gem ( > https://github.com/mceachen/closure_tree) > > Most operations on my tree-elem

[Hobo Users] Apparent conflict between Hobo and closure_tree gem.

2014-04-05 Thread pauljda...@gmail.com
I am using Hobo 2.1 and the closure_tree gem (https://github.com/mceachen/closure_tree) Most operations on my tree-element model succeed, but when I attempt to delete an element, I get the following error: NoMethodError (undefined method `map' for :all:Symbol): hobo (2.1.0) lib/hobo/extension

Re: [Hobo Users] Question on strong parameters vs. attr_accessible.

2014-04-05 Thread pauljda...@gmail.com
I understand. Thank you very much, Ignacio. On Saturday, April 5, 2014 8:08:54 AM UTC-7, Ignacio Huerta wrote: > > Hi Paul, > > Currently Hobo 2.1 uses the "protected attributes" gem > (https://github.com/rails/protected_attributes). > > While migrating Hobo to Rails 4 I found that the new "str

[Hobo Users] Question on strong parameters vs. attr_accessible.

2014-04-04 Thread pauljda...@gmail.com
I am starting my first Rails 4/Hobo 2.1 app, and I am confused about the state of mass assignment permissions in Hobo. I have watched the Railscasts #371 episode, and Ryan's solution seems cool, but I am not sure how it would integrate with Hobo. Would I need to explicitly define parameters-con

[Hobo Users] Bootstrap 3?

2013-08-21 Thread pauljda...@gmail.com
I see that Bootstrap 3 has been released. What is the path to compatibility between Hobo and this new version? Thanks! -- 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 emai

[Hobo Users] Re: Hobo 2.0.0 released

2013-02-27 Thread pauljda...@gmail.com
Congratulations! And thanks for your hard work on the project, and for all your help on the forums. On Wednesday, February 27, 2013 7:08:33 AM UTC-8, Bryan Larsen wrote: > > We're proud to announce the release of Hobo 2.0.0. > > ## Major New Features > > * All Javascript code has been complete

[Hobo Users] Re: change user password - "current password" field missing

2013-02-26 Thread pauljda...@gmail.com
We had this issue in a pre-7 app a few days ago. Our fix was to add :current_password to the list of accessible attribues in user.rb: attr_accessible :name, :email_address, :password, :password_confirmation , :current_password On Tuesday, February 26, 2013 9:25:44 AM UTC-8, Alex Greif wro

Re: [Hobo Users] Tooltips in Hobo Bootstrap

2013-01-30 Thread pauljda...@gmail.com
Thanks, Bryan. We will give it a try. On Tuesday, January 29, 2013 5:35:51 PM UTC-8, Bryan Larsen wrote: > > There are lots of different answers to this question. When you're > fooling around, the simplest is often just to put a script tag in the > middle of your code: > > Foo > >

[Hobo Users] Tooltips in Hobo Bootstrap

2013-01-29 Thread pauljda...@gmail.com
I would like to use the Bootstrap tooltips, as in http://twitter.github.com/bootstrap/javascript.html#tooltips It looks like the tooltip is enabled by some Javascript, like this (from the bootstrap site above): Trigger the tooltip via JavaScript: $('#example').tooltip(options) But,

Re: [Hobo Users] Help with migrating a H1.3 app to H2 - replacing an

2012-11-05 Thread pauljda...@gmail.com
And, it worked great. I used a variation on Option 1. On Monday, November 5, 2012 11:02:48 AM UTC-8, paulj...@gmail.com wrote: > > Wow, that is so thorough and clear and helpful. > > Thank you very much. > > On Monday, November 5, 2012 6:00:37 AM UTC-8, Bryan Larsen wrote: >> >> Here's a simplific

Re: [Hobo Users] Re: paperclip_with_hobo Hobo 1.4

2012-11-05 Thread pauljda...@gmail.com
Thanks a lot attr_accessible did it. On Monday, November 5, 2012 6:04:34 AM UTC-8, Bryan Larsen wrote: > > You don't have transaction_file in your attr_accessible. I think > that's all that's necessary, but you may also need to add > transaction_file_file_name, transaction_file_file_size, > t

Re: [Hobo Users] Help with migrating a H1.3 app to H2 - replacing an

2012-11-05 Thread pauljda...@gmail.com
Wow, that is so thorough and clear and helpful. Thank you very much. On Monday, November 5, 2012 6:00:37 AM UTC-8, Bryan Larsen wrote: > > Here's a simplification of your code. > > ><% @cu = CompanyUser.find(foo) %> > > > > > 1: the typed_id for pledgeform is

[Hobo Users] Re: paperclip_with_hobo Hobo 1.4

2012-11-04 Thread pauljda...@gmail.com
I have installed the new hobo_paperclip with my 2.0pre5 app, and the filename field is not appearing. I am moving the code over from a running 1.3 app. My model is here: http://pastie.org/5187676 application.dryml has the include and extend form tags: http://pastie.org/5187689 Yet

Re: [Hobo Users] Help with migrating a H1.3 app to H2 - replacing an

2012-11-04 Thread pauljda...@gmail.com
OK, I implemented this today. It seems to work except for the Ajax updating. The problem seems to be that the typed_id is not being substituted into the id field. The code for the H2 version is here: http://pastie.org/5187078 and, as an example, the generated HTML is: http://pastie.

Re: [Hobo Users] Removed compass in pre5?

2012-11-04 Thread pauljda...@gmail.com
Thanks for the informative reply. Keeping current w Bootstrap is great - seems like a sensible change. I did note one important thing in the bootstrap-sass Readme: As per the Bootstrap project we don't include the responsive styles by default. @import "bootstrap-responsive"; to get them. On S

[Hobo Users] Removed compass in pre5?

2012-11-03 Thread pauljda...@gmail.com
I just updated our Hobo with Bootstrap app from pre4 to pre5. I am curious about the CSS preprocessor change implied by this diff in my Gemfile.lock http://pastie.org/5178789 I did not see it noted anywhere in the Hobo release notes - did I miss docs somewhere? It is not causing trouble,

Re: [Hobo Users] Re: Hobo 2.0.0.pre5 released

2012-11-03 Thread pauljda...@gmail.com
Thank you! On Saturday, November 3, 2012 1:34:13 AM UTC-7, Ignacio Huerta wrote: > > Yes, editing the Gemfile and running bundle should be enough. > > Regards, > Ignacio > > El 03/11/12 05:06, paulj...@gmail.com escribi�: > > I see how to do the watchable fix, which was just puzzling me thi

[Hobo Users] Re: Hobo 2.0.0.pre5 released

2012-11-02 Thread pauljda...@gmail.com
I see how to do the watchable fix, which was just puzzling me this afternoon. Can I update my pre4 app to pre5 with a Gemfile edit and bundle install? Any other steps needed? Thanks! On Friday, November 2, 2012 9:02:17 AM UTC-7, Bryan Larsen wrote: > > Hobo 2.0.0.pre5 has been released. > > T

Re: [Hobo Users] Bootstrap themes

2012-10-26 Thread pauljda...@gmail.com
I had not seen this thread, but I have applied the Cerulean theme from Bootswatch.com to the admin side of a H2/Hobo_with_bootstrap site. I copied bootstrap.css from the theme over app/assets/stylesheets/admin.scss, reloaded the page, and the theme was applied. My app may not exercise all Boot

[Hobo Users] Re: hobo 2.0.0.pre4 released

2012-10-20 Thread pauljda...@gmail.com
I just built a new app to test this, and it was really smooth. Thanks so much for all your work. On Friday, October 19, 2012 11:49:10 AM UTC-7, Bryan Larsen wrote: > > I’m pleased to announce the release of Hobo 2.0.0.pre4. The majority > of the changes have been to tests & documentation, but th

Re: [Hobo Users] Hobo-with-bootstrap tracking of Bootstrap?

2012-10-19 Thread pauljda...@gmail.com
Wow, that all sounds great. You guys are doing super work. Thank you so much. On Friday, October 19, 2012 12:04:28 PM UTC-7, Bryan Larsen wrote: > > On Fri, Oct 19, 2012 at 2:54 PM, paulj...@gmail.com > > wrote: > > How much work is it to update HWB to a new version of Bootstrap? > > Just add

Re: [Hobo Users] Help with migrating a H1.3 app to H2 - replacing an

2012-10-19 Thread pauljda...@gmail.com
Cool. This would not work in 1.3, bcs. fo the Ajax keyword, right? On Friday, October 19, 2012 11:52:38 AM UTC-7, Bryan Larsen wrote: > > Off the top of my head: > > > > > > > > Bryan > > On Fri, Oct 19, 2012 at 2:48 PM, paulj...@gmail.com > > wrote: > > I have a 1.3 app that

[Hobo Users] Hobo-with-bootstrap tracking of Bootstrap?

2012-10-19 Thread pauljda...@gmail.com
How much work is it to update HWB to a new version of Bootstrap? Is there sufficient support behind HWB that it is likely to be kept reasonably current with new Bootstrap releases? Related - is there an HWB-specific discussion forum where a question like this would be more germane? Thanks! --

[Hobo Users] Help with migrating a H1.3 app to H2 - replacing an

2012-10-19 Thread pauljda...@gmail.com
I have a 1.3 app that uses an tag. I am planning to migrate the app to 2.0, so I see in the release notes that I need to replace the . The current tag using it is here: http://pastie.org/5085380 Can I get some guidance on the best way to replace the on line 11 with a 2.0-compatible con

Re: [Hobo Users] or-cancel return to index.

2012-09-14 Thread pauljda...@gmail.com
Thanks so much for your help. I just got back to this and implemented it and it worked great. Thanks so much, Bryan. On Tuesday, July 31, 2012 5:09:44 PM UTC-7, Bryan Larsen wrote: > > The problem isn't the href, it's the param name. If you look at > app/views/taglibs/auto/rapid/forms.dryml f

Re: [Hobo Users] or-cancel return to index.

2012-07-31 Thread pauljda...@gmail.com
t; behaviour of a as well as the behaviour documented in the cookbook. >> In your case, you can just use it in "dumb mode": > href="&root_path"/> >> >> Bryan >> >> >> On Sat, Jul 21, 2012 at 1:49 PM, pauljda...@gmail.com >> w

Re: [Hobo Users] or-cancel return to index.

2012-07-25 Thread pauljda...@gmail.com
n "dumb mode": href="&root_path"/> > > Bryan > > > On Sat, Jul 21, 2012 at 1:49 PM, pauljda...@gmail.com > wrote: > > I would like the cancel button in a new-for-user form to take the user > to > > the root of my front-site. > &g

[Hobo Users] or-cancel return to index.

2012-07-21 Thread pauljda...@gmail.com
I would like the cancel button in a new-for-user form to take the user to the root of my front-site. I see examples for passing an object or collection to or-cancel, but I don't see a way to specify a page. I have an inkling of defining a home-page method for users, but that is probably needle

[Hobo Users] Re: RubyMine DRYML Support

2012-07-06 Thread pauljda...@gmail.com
I have been experimenting with RubyMine for the last couple of weeks. I see some nice features, but the lack of syntax highlighting for DRYML is frustrating. For now, I am straddling TextMate and RubyMine. I would love to be able to just stay in RubyMine, but I can't without DRYML highlighting

[Hobo Users] Re: Two tiny bitty tags @ Imaginary DRYML

2012-07-01 Thread pauljda...@gmail.com
Thanks, I just installed the tag and it worked great. It might be useful to note in the docs where the tag should be placed - e.g., I put it in an append-scripts tag within an extension of the page tag, i.e.: ... On Thursday, January 27, 2011 10:57:09 AM UTC-8, Tiago Franco wrote: >

[Hobo Users] Re: Support for drag and drop for other than reorder?

2012-06-29 Thread pauljda...@gmail.com
One more, 8 months later bump. Any info on this? On Tuesday, October 18, 2011 6:15:29 PM UTC-7, Daniel Cox wrote: > > bump > > I'm working on something now that involves drag-and-drop assignment of > items in a collection to a model. I'm trying to hack the functionality in > using rails' draggab

[Hobo Users] Re: Anyone gotten Highcharts to work?

2012-06-27 Thread pauljda...@gmail.com
OK, I have done this again. I am sure there are many ways to improve this, especially my hacky way of building the JSON data string, but this is what I did, and it works: 1. Download Highcharts, unzip, and move highcharts.js into public/javascripts 2. Download jquery-1.7.2.min.js into publc/ja

[Hobo Users] Re: Anyone gotten Highcharts to work?

2012-06-27 Thread pauljda...@gmail.com
I have it working in an app. It was some time ago - between 6 mos and a year. I don't remember all the steps, but I know it is possible. I do remember I started with lazy-highcharts for installation help, but I don't use lazy's data formatter - I built that manually. I am planning to do it aga

Re: [Hobo Users] HTML5 video tag

2012-06-04 Thread pauljda...@gmail.com
I don't know when the 1.3 gem was built - did this change make it in to that release? On Thursday, January 12, 2012 9:20:30 AM UTC-8, Bryan Larsen wrote: > > I pushed a fix to the 1-3-stable branch. > > https://github.com/tablatom/hobo/commit/41d1956613703b36b59a086eda4fb465cab533db > > cheers, >

Re: [Hobo Users] Distinct landing and home pages.

2012-06-01 Thread pauljda...@gmail.com
That sounds great, thanks. On Friday, June 1, 2012 1:34:56 PM UTC-7, Matt jones wrote: > > > On Jun 1, 2012, at 4:28 PM, pauljda...@gmail.com wrote: > > > I would like visitors to my app to see a landing page with a link to a > login page, and logged-in users to have

[Hobo Users] Distinct landing and home pages.

2012-06-01 Thread pauljda...@gmail.com
I would like visitors to my app to see a landing page with a link to a login page, and logged-in users to have a separate home page, showing information about their accounts, etc. I would like them to be two distinct pages, rather than have conditional content, because they will have different

Re: [Hobo Users] Page that renders in development mode is not found in production mode.

2012-05-29 Thread pauljda...@gmail.com
That was it, Bryan. I thought the Production DB was the same as the Dev DB, but I was wrong - they differed, and caused the problem. On Friday, May 25, 2012 12:59:55 PM UTC-7, Bryan Larsen wrote: > > it's finding the action OK, so my guess is that something is > triggering an activerecord except

[Hobo Users] Page that renders in development mode is not found in production mode.

2012-05-25 Thread pauljda...@gmail.com
I have a page in my app that renders fine in dev mode but give the following error in production mode: Started GET "/transactions/recommendations" for 127.0.0.1 at 2012-05-23 15:31:36 -0700 Processing by TransactionsController#recommendations as HTML DRYML: Compiled /Users/pauldavis/.rvm/ge

[Hobo Users] Re: Paperclip still has bug with Paperclip with Hobo?

2012-04-19 Thread pauljda...@gmail.com
erclip as a gem and NOT as a plugin. Other than > that I think I followed that tutorial as is. > > On 19 abr, 16:27, "pauljda...@gmail.com" wrote: > > In the tutorial about paperclip_with_hobo, I see > > > > Paperclip’s official repository (https://gi

[Hobo Users] Paperclip still has bug with Paperclip with Hobo?

2012-04-19 Thread pauljda...@gmail.com
In the tutorial about paperclip_with_hobo, I see Paperclip’s official repository (https://github.com/thoughtbot/ paperclip.git) has a bug (at the time of writing) that makes paperclip with hobo crash Is this still the case with current Paperclip and p_w_h? I am about to try, but if someone

Re: [Hobo Users] Re: Hobo 1.4 ready for alpha testers

2012-03-09 Thread pauljda...@gmail.com
I use RVM, too, but am with Bryan in just having a global gemset per ruby version. On Friday, March 9, 2012 5:43:48 AM UTC-8, Bryan Larsen wrote: > > On Fri, Mar 9, 2012 at 8:40 AM, Bob Sleys wrote: > > I agree rvm is a god send to ruby/rails development. Personally I > > won't develop without

Re: [Hobo Users] Re: Hobo 1.4 ready for alpha testers

2012-03-09 Thread pauljda...@gmail.com
Great, thanks! On Friday, March 9, 2012 4:31:28 AM UTC-8, Bryan Larsen wrote: > > On Thu, Mar 8, 2012 at 11:08 PM, > I wrote: > > Cool! I tried it, and after a couple of little hiccups I have my local > 1.4 > > app up. > > > > However, when I go back to my 1.3 apps, my hobo command is 1.4.0 pre

Re: [Hobo Users] Re: Hobo 1.4 ready for alpha testers

2012-03-08 Thread pauljda...@gmail.com
Cool! I tried it, and after a couple of little hiccups I have my local 1.4 app up. However, when I go back to my 1.3 apps, my hobo command is 1.4.0 pre 1. I still need to generate migrations, etc. using the 1.3 Hobo command. How can I access that? Thanks! On Thursday, March 8, 2012 6:18:46 P

[Hobo Users] Re: Hobo 1.4 ready for alpha testers

2012-03-08 Thread pauljda...@gmail.com
Thanks, Bryan! I would like to give it a try. Any pointers on installing in a way that 1.4 can coexist with 1.3? On Wednesday, March 7, 2012 8:13:23 PM UTC-8, Bryan Larsen wrote: > > If your feeling adventurous and/or helpful, Hobo 1.4 is ready for alpha > testing. > > Installation instructions

Re: [Hobo Users] Trouble with generating IDs for in-place editor for a rich type.

2012-02-28 Thread pauljda...@gmail.com
I don't have a view defined. I will give it a try. Thank you very much, Matt! On Monday, February 27, 2012 9:08:48 PM UTC-8, Matt jones wrote: > > > On Feb 23, 2012, at 5:15 PM, wrote: > > > I am trying to add a rich type for a four-digit year and provide an > in-place editor for it. > > > > Th

[Hobo Users] Re: Trouble with generating IDs for in-place editor for a rich type.

2012-02-27 Thread pauljda...@gmail.com
I am still hoping for some help on this issue. Can I add any info to this? Should I put it in a different format? Is there a reason why I am not getting any response to this? Thanks for any help. On Thursday, February 23, 2012 3:15:37 PM UTC-8, paulj...@gmail.com wrote: > > I am trying to add a

[Hobo Users] Re: Trouble with generating IDs for in-place editor for a rich type.

2012-02-23 Thread pauljda...@gmail.com
Also - forgot to note - I wonder if it is clue that the working version generates a div, but the broken one generates a span. Thanks for any thoughts. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit http

[Hobo Users] Trouble with generating IDs for in-place editor for a rich type.

2012-02-23 Thread pauljda...@gmail.com
I am trying to add a rich type for a four-digit year and provide an in-place editor for it. The problem I am having is that the editor never activates, apparently because an ID is not generated. The *type definition* is very simple: class NthpYear < Integer COLUMN_TYPE = :integer HoboFie

[Hobo Users] Re: Template error (am I too far ahead?)

2012-02-20 Thread pauljda...@gmail.com
As the error message indicates, Hobo 1.3.0, which is the latest stable version, requires Rails 3.0.x. No Hobo version is yet compatible with Rails 3.1.x or 3.2.x. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the we

[Hobo Users] New Private Hobo Site Launched - A Note of Thanks.

2012-02-17 Thread pauljda...@gmail.com
I have done a private site for the National Trust for Historic Preservation that collects building history and operational information. It will be used by volunteer data collectors around the country. It's about the 10th app I have built using Hobo in the last 5 years or so. Hobo is so producti

Re: [Hobo Users] Anyone tried using twitter's bootstrap with Hobo?

2012-02-17 Thread pauljda...@gmail.com
Cool! Thanks a lot, 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/-/-iaLZpCRdDIJ. To post to this group, send email to hobousers@googlegroups.com. To unsu

Re: [Hobo Users] Anyone tried using twitter's bootstrap with Hobo?

2012-02-14 Thread pauljda...@gmail.com
Hey, Bryan, do you have a pointer to Matt's formatting notes? -- 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/-/o4z3vqhDD6EJ. To post to this group, send email to

[Hobo Users] Continuous/pageless scrolling in Hobo app?

2011-11-23 Thread pauljda...@gmail.com
Has anyone implemented continuous scrolling in a Hobo app? I am about to set out to do it, but thought I would learn from any pioneers. Thanks! -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://gro

Re: [Hobo Users] Re: Is it not possible to generate 'part' attribute values?

2011-11-21 Thread pauljda...@gmail.com
Just used this recipe in a form that appears in a card and it worked great. Thanks so much! -- 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/-/wUcviMG60mwJ. To pos

Re: [Hobo Users] Re: Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-14 Thread pauljda...@gmail.com
Thanks! I just did that and it had exactly the effect I was hoping for. Thanks a lot, 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/-/Awf9KkPChk4J. To po

[Hobo Users] Re: Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-12 Thread pauljda...@gmail.com
Can I get another hand on this? I am hoping to present this to users next week and the - Admin suffix is just funny looking and appears all over the subsite where most users will spend most of their time. Thanks so much! -- You received this message because you are subscribed to the Google Gro

[Hobo Users] Re: New branch names

2011-11-11 Thread pauljda...@gmail.com
Great! So glad to see you back, Tom! I have been a Hobo user for approximately since the Earth cooled! I have a private app in commercial use that has been serving customers for several years. I am a giant fan and look forward to what comes next. -- You received this message because you are s

[Hobo Users] Re: Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-08 Thread pauljda...@gmail.com
PhusionPassenger::Rack::ApplicationSpawner (undefined method `add_to_controller' for Hobo::Helper:Module (NoMethodError)) (process 4588, thread #): Any ideas? On Nov 4, 5:06 pm, "pauljda...@gmail.com" wrote: > OK,  I think I need a little more help on this. > > I have t

[Hobo Users] Re: >>> Looking at what is needed for Rails 3.1 compatibility.

2011-11-08 Thread pauljda...@gmail.com
I am very interested in a 3.1 compatible version. Really, compatibility is all I am looking for. I am quite elated with the feature set. On Nov 8, 8:47 am, Owen Dall wrote: > Thanks for you input, Ignacio. > > > > > > > > > > On Tue, Nov 8, 2011 at 11:37 AM, Ignacio Huerta wrote: > > Hi, > > >

[Hobo Users] Re: Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-04 Thread pauljda...@gmail.com
u did, something like: > > module Hobo > >   module Helper > >     def app_name(add_subsite=true) >> ... On Nov 3, 7:58 pm, "pauljda...@gmail.com" wrote: > Thanks. > > I will do that and check out the source. > > On Nov 3, 7:00 pm, Matt Jon

[Hobo Users] Re: Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-03 Thread pauljda...@gmail.com
Thanks. I will do that and check out the source. On Nov 3, 7:00 pm, Matt Jones wrote: > On Nov 3, 2011, at 9:24 PM, pauljda...@gmail.com wrote: > > > I made a subsite that is not an admin subsite and I would like to > > remove the "- Admin" that gets added to th

[Hobo Users] Where does "- Admin" suffix come from in the page titles for a subsite?

2011-11-03 Thread pauljda...@gmail.com
I made a subsite that is not an admin subsite and I would like to remove the "- Admin" that gets added to the main site name to make the page titles for the subsite. I have searched all through the app source but cannot find where it is defined. Thanks! -- You received this message because you

[Hobo Users] Re: 1.3.0.RC3 released

2011-10-31 Thread pauljda...@gmail.com
Thanks, Matt. This change worked great for me. On Oct 31, 4:51 pm, Matt Jones wrote: > On Oct 31, 2011, at 2:43 AM, Ignacio Huerta wrote: > > > > > > > > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > Hi, > > > I have seen the same error: "Dryml is not missing constant > > DRYMLBui

[Hobo Users] Upgrade from RC2 to RC3.

2011-10-31 Thread pauljda...@gmail.com
With the note about commenting out the precompile line in config- initializers-dryml_taglibs.rb, I am willing to try an upgrade from RC2 to RC3. If I install the RC3 gem and update my gemfile, what other steps should I take to upgrade? Any generators to run? or will a server restart cause all the

[Hobo Users] Re: 1.3.0.RC3 released

2011-10-29 Thread pauljda...@gmail.com
This looks like the same problem I was having in my Engine Yard deploy above with Passenger. I have reverted to RC2 for the moment, but would like to get back to RC3 - looks like some useful fixes in there. A couple of comments: 1. Could the dependencies in Hobo be adjusted, maybe loosened, to c

[Hobo Users] Re: 1.3.0.RC3 released

2011-10-26 Thread pauljda...@gmail.com
I have an app that runs fine locally with RC2 or RC3 or onEngine Yard with RC2, and fails with RC3 on Engine Yard. In all cases I am using Passenger 3 and Rails 1.9.2. The error message is in the file: /var/log/engineyard/nginx/passenger.log ... Several hundred lines of error start with (also a

[Hobo Users] Missing hobo generator help command

2011-10-18 Thread pauljda...@gmail.com
Following p. 363 (in PDF number space) in RR3WH-B6, I tried to get the list of hobo generators and was denied: paul-davis-computer-2:GT50 pauldavis$ hobo g --help Hobo Command Line Interface 1.3.0.RC2 Could not find generator hobo:--help. However, the native Rails command line did the trick

[Hobo Users] Re: front/summary gone?

2011-10-14 Thread pauljda...@gmail.com
itory root. You can also > > find where hobo is installed with > > > $ gem which hobo > > > then navigate from there ../app/dev/summary.dryml" > > > so in dev mode on your local machine you should see it render by: > > >http://localhost:3000/dev/summary.dry

[Hobo Users] front/summary gone?

2011-10-13 Thread pauljda...@gmail.com
I just newed an app and it looks like the app summary page has been deleted. I see stuff in the CSS but nothing in the views or the routing. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to hobousers@googlegrou

[Hobo Users] Re: Integrating Gmaps4rails into a Hobo App.

2011-09-30 Thread pauljda...@gmail.com
Thanks, guys, working on those suggestions now. On Sep 29, 5:45 pm, Matt Jones wrote: > On Sep 29, 2011, at 5:37 PM, pauljda...@gmail.com wrote: > > > Thanks so much for the quick response, Kevin. I appreciate your time! > > > Sorry, I should have mentioned that I have ma

[Hobo Users] Re: Integrating Gmaps4rails into a Hobo App.

2011-09-29 Thread pauljda...@gmail.com
Thanks so much for the quick response, Kevin. I appreciate your time! Sorry, I should have mentioned that I have made those edits - they seemed more straightforward than this, so I did not include pasties of them, but perhaps I should have mentioned. The pasties are below. Seeing that I have done

[Hobo Users] Integrating Gmaps4rails into a Hobo App.

2011-09-28 Thread pauljda...@gmail.com
I am trying to use gmaps4rails (https://github.com/apneadiving/Google- Maps-for-Rails) in a Hobo app. Lots of things seem to be working, but I cannot get the map to display on the Index page. In the simple straight sample Rails app, the call to the display script goes at the bottom of the page. T

[Hobo Users] Re: Does 1.3.0.RC report as 1.3.0.pre31?

2011-06-03 Thread pauljda...@gmail.com
Inspecting the source, I see that the version should be reported based on hobo_support/VERSION, so it looks like I am finding the wrong executable. Any ideas about what I need to do to get the 1.3.0.RC version to activate? On Jun 3, 2:51 pm, "pauljda...@gmail.com" wrote: > I insta

[Hobo Users] Does 1.3.0.RC report as 1.3.0.pre31?

2011-06-03 Thread pauljda...@gmail.com
I installed the Hobo RC: sudo gem install hobo -v 1.3.0.RC --pre and when I then hobo I get: Hobo Command Line Interface 1.3.0.pre31 ... Is that correct? Any other test I can run to be sure I have the right version? Thanks all! -- You received this message because you are subscribe

[Hobo Users] Re: Has any tried Red Hat's new OpenShift Express?

2011-06-03 Thread pauljda...@gmail.com
I have not, but I have a couple of Hobo apps on EngineYard and am constantly impressed by the ease of deployment and the level of service offered. On Jun 2, 11:49 am, Owen wrote: > They are starting to market to the US Federal government clientele... -- You received this message because you are

[Hobo Users] Re: Trouble with style selector in paperclip_with_hobo.

2010-12-09 Thread pauljda...@gmail.com
Cool, thanks a lot. I will give that a try. I appreciate your help. On Dec 9, 2:18 pm, kevinpfromnm wrote: > here's an example of one I've got using paperclip. > > https://gist.github.com/735426 > > On Dec 8, 3:41 pm, "pauljda...@gmail.com" > wrote: &g

[Hobo Users] Trouble with style selector in paperclip_with_hobo.

2010-12-08 Thread pauljda...@gmail.com
I am trying to offer a thumbnail preview of a graphic object in a card. With the code in this pastie: http://pastie.org/1360409 the full-size image is displayed, regardless of the style selector I use. This is the key line and I am not sure what syntax would work to select the right va

[Hobo Users] Re: Hobo::I18nError in Companies#new

2010-11-30 Thread pauljda...@gmail.com
Cool - I figured out a way to implement this. I looked at DD's commit and copied the tag definition containing it into my application.dryml. Now works like champ! I can delete when a .pre24 is rolled. Three cheers for DD and DRYML. On Nov 30, 10:33 pm, "pauljda...@gmail.com"

[Hobo Users] Re: Hobo::I18nError in Companies#new

2010-11-30 Thread pauljda...@gmail.com
Thanks, Domizio. I am running into this same issue. How can I apply this fix to my configuration? Will you be rolling a pre24 shortly? On Nov 29, 6:09 am, Dave Porter wrote: > Cheers Domizio - appreciate the quick response... > Dave > > On Nov 29, 9:52 pm, Domizio Demichelis wrote: > > > > > >

[Hobo Users] Re: Questions about updating to a new Hobo version: I18n and running generators.

2010-11-25 Thread pauljda...@gmail.com
> > ciao > dd > > On Wed, Nov 24, 2010 at 8:46 PM, pauljda...@gmail.com > wrote: > > > > > > > > > For another app than I was asking about last time... > > > I am updating from 1.3.pre15 to 1.3.pre20. > > > When I run the app and try to

[Hobo Users] Questions about updating to a new Hobo version: I18n and running generators.

2010-11-24 Thread pauljda...@gmail.com
For another app than I was asking about last time... I am updating from 1.3.pre15 to 1.3.pre20. When I run the app and try to edit an asset, which belongs_to a work, i get: Hobo::I18nError in Assets#edit Showing controller: assets; dryml-tag: edit-page where line #1 raised: wrong model name: "

  1   2   >