Re: [Hobo Users] Re: What is the current status of Hobo?

2019-01-28 Thread Ignacio Huerta
, project >>> management, testing)? Do we have a roadmap? >>> >>> 2018. június 20., szerda 20:02:57 UTC+2 időpontban Ignacio Huerta a >>> következőt írta: >>>> >>>> Hi Ed, >>>> >>>> The latest change was from

Re: [Hobo Users] Re: First failure :(

2018-06-20 Thread Ignacio Huerta
much like the > ones in the original apps, but with no appropriate db tables. This is when > I ran > > hobo generate migration => got the above error traceback. > > also tried > > rails generate hobo:migration => got the same error. > > Thanks again, >

Re: [Hobo Users] Re: What is the current status of Hobo?

2018-06-20 Thread Ignacio Huerta
Hi Ed, The latest change was from April 25th, and it's in the branch rails5_new2 ( https://github.com/Hobo/hobo/tree/rails5_new2) Basically, we are trying to get unit (rake test) and integration tests to pass. If

Re: [Hobo Users] Re: What is the current status of Hobo?

2018-06-11 Thread Ignacio Huerta
t? The last update there was 3 months ago. > Is there something that I can help with? > > Thx, > > Ed > > On Thursday, June 7, 2018 at 11:33:28 PM UTC-6, Ignacio Huerta wrote: >> >> Hi everyone! >> >> Imanol Alvarez and me have worked a bit on upgrading to Rails

Re: [Hobo Users] Re: What is the current status of Hobo?

2018-06-07 Thread Ignacio Huerta
trying to keep the existing data intact as much as possible. I was >> able to download the active database from Heroku and use it to initialize >> the database in my test app. Now I am implementing the new version of the >> web site one page at a time. Like you found, this is ve

Re: [Hobo Users] Status and future of Hobo

2017-02-05 Thread Ignacio Huerta
ws based; I will take a look at them. > > Cheers. > Ed > > On Thursday, February 2, 2017 at 3:19:39 AM UTC-7, Ignacio Huerta wrote: >> >> Hey Ed, >> >> Current status: low time availability, only major/breaking issues are >> looked at. >> >

Re: [Hobo Users] Status and future of Hobo

2017-02-02 Thread Ignacio Huerta
Hey Ed, Current status: low time availability, only major/breaking issues are looked at. Contributors are super welcome. First step would be to pick an issue from Github, or try to upgrade Hobo to the latest Rails version. If you pick something and don't know where to start, write to the list

[Hobo Users] Re: Rails 5.0.0.beta3 - HoboFields has minor glitch

2016-09-02 Thread Ignacio Huerta
This error has been fixed in master branch: https://github.com/Hobo/hobo/issues/186 El viernes, 11 de marzo de 2016, 20:33:03 (UTC+1), donz escribió: > > Hi All! > > I just upgraded to Rails 5.0.0.beta3 and everything seemed to be going > well until I noticed a minor annoyance. > > I think I

Re: [Hobo Users] Sharing a users table between applications

2016-07-03 Thread Ignacio Huerta
Hi Henry, In such a customised situation, Hobo does not currently have a way to add "exceptions" to the migration generator. I would advise to create migrations manually for your DB changes: "rails g migration ...". Or just fix them manually after generating them. Warm regards, Ignacio El

Re: [Hobo Users] Problems using a sub URI

2016-07-03 Thread Ignacio Huerta
Hi Henry, I don't have experience serving Hobo apps in subfolders, I just know it can be a bit hard to get all URL helpers to add the right prefix. Tim Griffin wrote to me in April with a similar situation, so he might have some interesting insights. A couple of questions: * Have you thought

[Hobo Users] Re: How to get Hobo to include host and port in ajax routes?

2016-06-04 Thread Ignacio Huerta
Hi Tim, It seems like Hobo is ignoring your default url options. Please try this workaround, I think it should help: * Clone the Hobo repository * Point your Gemfile to the cloned folder: gem 'hobo', path: '/my/path/hobo' * Edit hobo/app/helpers/hobo_route_helper.rb:72, and replace the

[Hobo Users] New Hobo Release: 2.2.6

2016-05-07 Thread Ignacio Huerta
Hi everyone, I'm happy to announce a new Hobo release with support for the latest stable Rails: 4.2.6. Thanks for all the help I've received, and excuse the tardiness. By the way, I plan on matching Hobo versions tighter with Rails versions, to reduce the version compatibility issues. If anyone

Re: [Hobo Users] http://stackshare.io/

2016-05-04 Thread Ignacio Huerta
Hi umuro, They never answered! Would you like to write to them too? Regards, Ignacio El 13-04-2016 a las 03:57, umuro escribió: > I still see no Hobo at stackshare. What happened? > > On Thursday, June 4, 2015 at 11:38:30 AM UTC+2, Ignacio Huerta wrote: > > Hi, > >

[Hobo Users] Haml Experimental Support

2016-03-06 Thread Ignacio Huerta
Hi everyone, I am happy to announce that Dryml has now Haml experimental support. You just need to use the "haml_support" branch from Github and load the haml gem: gem 'hobo', git: 'g...@github.com:Hobo/hobo.git', branch: 'haml_support' gem 'haml' The idea is simple. Instead of creating

Re: [Hobo Users] Re: Rails 5

2016-03-05 Thread Ignacio Huerta
Hi everyone, I just released Hobo 2.2.5, to make it easier to use the latest Rails 4.2.5.1. Thanks a lot! Warm regards, Ignacio El 27-02-2016 a las 19:14, Ignacio Huerta escribió: > Thanks to Paul and Stefan, the master branch now works with Rails > 4.2.5.1 and Sprockets 3. > > Rai

Re: [Hobo Users] Re: Rails 5

2016-02-27 Thread Ignacio Huerta
Thanks to Paul and Stefan, the master branch now works with Rails 4.2.5.1 and Sprockets 3. Rails 5 support will come, hopefully quickly after Rails 5 final release. Warm regards, Ignacio El 27-02-2016 a las 12:15, Stefan Haslinger escribió: > Hi Don, > > the Rails Version currently supported

Re: [Hobo Users] Kitcoder

2016-02-17 Thread Ignacio Huerta
Hi Tom, This looks like a great idea, please keep us updated! Warm regards, Ignacio El 28-01-2016 a las 23:55, Tom Locke escribió: > Hi everyone, > > > A big HELLO! to everyone who knows me. For those that don’t (it’s been a > while!) I’m the original developer of Hobo. > > > I’ve got to

Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-21 Thread Ignacio Huerta
a basic example app to play with? I should be > able to > > do that early next week. Should I just attach it here? > > > > Thx, > > > > Ed > > > > > > On Tuesday, January 12, 2016 at 7:23:48 AM UTC-7, Ignacio Huerta > wrote: >

Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-20 Thread Ignacio Huerta
ay with? I should be able to > do that early next week. Should I just attach it here? > > Thx, > > Ed > > > On Tuesday, January 12, 2016 at 7:23:48 AM UTC-7, Ignacio Huerta wrote: > > Hi Ed, > > This is a strange error, I have not seen it before. It sounds li

Re: [Hobo Users] Re: clean install of hobo - renders "no route matches" errors

2016-01-20 Thread Ignacio Huerta
Confirmed, sprockets-rails 3 broke the compatibility of some things. I'll try to fix it, or add a dependency from Hobo to the 2.3.3 version ASAP. Thanks for the workaround! El 13-01-2016 a las 22:25, Tim Griffin escribió: > This appears to get around the problem: > > Downgrading from

Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-12 Thread Ignacio Huerta
Hi Ed, This is a strange error, I have not seen it before. It sounds like some kind of version conflict. Can you share a small example app to reproduce it? Thanks, Ignacio El 08-01-2016 a las 22:28, Ed Gomolka escribió: > I recently upgraded to Hobo 2.2.4. I now get errors in all my >

Re: [Hobo Users] Route format for a "new_for_model" action

2015-12-15 Thread Ignacio Huerta
Welcome :) El 15-12-2015 a las 13:13, Ibon Castilla escribió: > Saved my day! thanks! :) > > Abrazo, Ibon. > > Usa Software Libre, tus úlceras te lo agradecerán > Realizado con Software Libre. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group.

Re: [Hobo Users] Route format for a "new_for_model" action

2015-12-10 Thread Ignacio Huerta
Hi Ibon, You should see all routes when running "rake routes". There you should find the one you are looking for. If it's not there, you might be missing something in notes_controller.rb, like: auto_actions_for :user, :create Warm regards, Ignacio El 10-12-2015 a las 13:59, Ibon Castilla

Re: [Hobo Users] User email activation links and SSL

2015-12-07 Thread Ignacio Huerta
What's your Rails/Hobo version? I remember there was a Rails setting to force SSL in your environment, for example config/environments/production.rb. Warm regards, Ignacio El 07-12-2015 a las 16:44, Nathan Peters escribió: > I made that change to the nginx config but I still get failures in

Re: [Hobo Users] User email activation links and SSL

2015-12-07 Thread Ignacio Huerta
Hi Nathan, I suggest you try: config.action_mailer.default_url_options = { host: 'mydomain.com', protocol: 'https' ... } And also: config.force_ssl = true Warm regards, Ignacio El 07-12-2015 a las 17:42, Nathan Peters escribió: > I am Rails 4.0.13 / Hobo 2.1.1 > > I will look into

Re: [Hobo Users] Using an Array in an index action

2015-11-28 Thread Ignacio Huerta
I come a few months late, but I vote for number 3. Using something like "member_class(self.this)" looks nice to me, and avoids a lot of dark magic. Warm regards, Ignacio El 27-08-2015 a las 23:21, st...@stevemadere.com escribió: > There is a silent failure to render > that occurs when the value

Re: [Hobo Users] Best way to use view_permitted?(field)

2015-11-28 Thread Ignacio Huerta
Hi Nathan, You could create an external file/service like this: class MyModelPolicy def initialize(model) @model = model end def view_permitted? end def update_permitted? end end This way in your model you could have: def view_permitted

Re: [Hobo Users] Rich type for Dollars generating TypeError in certain situations

2015-11-28 Thread Ignacio Huerta
Hi Nathan, Instead of this: fundingtarget :dollars, :precision => 12, :scale => 2, :default => 0 You should try: fundingtarget Dollars, :precision => 12, :scale => 2, :default => 0 Warm regards, Ignacio El 19-08-2015 a las 15:15, Nathan Peters escribió: > From the rich type docs on the

Re: [Hobo Users] Error creating new app with Hobo 2.2.3 rails 4.2.4

2015-11-19 Thread Ignacio Huerta
Hi Bob, Sorry for the delay. There was a bug with the clean themes in the latest release. I just fixed it and released Hobo 2.2.4. Everything should be working now. Thanks a lot! Warm regards, Ignacio El 30-10-2015 a las 17:23, Bob Sleys escribió: > I'm using ruby 2.1.5p273, rails 4.2.4 and

Re: [Hobo Users] Hobo version on rails 4.2.2 ?

2015-11-19 Thread Ignacio Huerta
Hi Enrique, Hobo is working nicely with the latest Rails stable versions. So you should not have issues if you install the latest version of everything. Also, after you create an app, you can edit the Gemfile as you wish, and add the gems you need. Just run "bundle install" afterwards. And if

Re: [Hobo Users] Re: compute 2 fields and put the result to another field on the screen

2015-11-11 Thread Ignacio Huerta
Hi! Nathan is right, a bit of Jquery should be the easiest solution here, if you want to have the results updating instantly. A code example from stack overflow: http://stackoverflow.com/a/19571765/766296 Warm regards, Ignacio El 10-11-2015 a las 15:14, Nathan Peters escribió: > If you are

Re: [Hobo Users] Re: Mailers blocking UI in Lifecycle do block. Time to upgrade to new Hobo for Active Job?

2015-09-30 Thread Ignacio Huerta
Hi Nathan, I would vote for setting up DelayedJob/Sidekiq/... with your current app, and then using a tool like monit to monitor it. ActiveJob is just a framework that works with several "queueing backend", so you will have to set something up anyway. Warm regards, Ignacio El 30-09-2015 a las

Re: [Hobo Users] Re: Where does the star come from?

2015-09-28 Thread Ignacio Huerta
hobo_support/lib/hobo_support/array.rb: class Array alias_method :multiply, :* def *(rhs=nil) if rhs multiply(rhs) else Enumerable::MultiSender.new(self, :map) end end def drop_while! drop = 0 drop += 1 while yield(self[drop]) self[0..drop-1] = []

Re: [Hobo Users] to_param and slugs in Hobo

2015-09-25 Thread Ignacio Huerta
Hi Nathan, I can't think of a nice and clean way of doing this. What do you think about something like this? def to_param if state == 'active' else end end Then you could make sure the routing controller handle all actions correctly. Warm regards, Ignacio

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

2015-09-25 Thread Ignacio Huerta
Thanks a lot to all!! No, I have not made a list, but I'll prepare a quick one from the commit list: * Fix overriding of ActiveRecord attribute: Rails people renames "read_attribute" to "_read_attribute" * Change syntax to check for pending migrations (ActiveRecord::Migrator.new requires

Re: [Hobo Users] DRYML performance profiling

2015-09-12 Thread Ignacio Huerta
Hi umuro, Dryml profiling is not an easy task: I tried using a profiler but I was not successful. What I ended up doing was starting with a blank page with just "Hello world" in it. And then restore the rest of the content little by little. Some basic timing like this might help: date1 =

Re: [Hobo Users] Re: Avatar display in table-plus and etc.

2015-09-04 Thread Ignacio Huerta
Hi Nathan, I was a bit curious about this, so I made a test. This is my example index.dryml: <%= this_parent.updated_at %> http://placehold.it/350x150"/> As you can see in the code, inside the "avatar" tag, I'm using "this_parent" to access the complete record.

Re: [Hobo Users] Re: Use Hobo with rails 4.2.1

2015-08-18 Thread Ignacio Huerta
Hi Enrique, Hobo does not have any feature making use of NoSQL, so you can use any Rails compatible nosql database. About BDD, the same applies, you should be able to set up Cucumber as in any other Rails app. Warm regards, Ignacio El 18-08-2015 a las 02:50, Enrique Moreira escribió: Hi

Re: [Hobo Users] Hobo fields for Rails 4.x?

2015-08-16 Thread Ignacio Huerta
can help me resolve this versioning issue. Did I leave anything out? Thanks, Don On 07/22/2015 12:01 PM, Ignacio Huerta wrote: Hi Don, I don't understand this completely, the whole Hobo environment supports Rails 4.0.x, and 4.2.x support is on the works. Warm regards, Ignacio

Re: [Hobo Users] Re: Avatar display in table-plus and etc.

2015-08-16 Thread Ignacio Huerta
I'm quite late to the thread, but I agree with HuBandiT, I think the avatar tag is not accessible from your code. I would try: - To move it from application.dryml to the same Dryml file where you are working. - To rename it to something else, like my-test-tag, just in case there is some naming

Re: [Hobo Users] Dryml extend tag — overriding, chaining, etc

2015-08-16 Thread Ignacio Huerta
Hi Paul, These are very good questions :) El 12-08-2015 a las 07:02, Paul Howson escribió: Hi Ignacio and others, I'm a bit confused about how the Dryml extend tag works. The documentation is rather brief. This has arisen in trying to understand what's going on with Hobo Bootstrap.

Re: [Hobo Users] Re: view tag not displaying links in table

2015-08-16 Thread Ignacio Huerta
Good work :). Alternatively, this should also work: title-view: a with=this.parent/ /title-view Warm regards, Ignacio El 13-08-2015 a las 15:26, Nathan Peters escribió: Ok, my bad. The problem was using title in fields. The following change fixes the problem: table-plus:

Re: [Hobo Users] Use Hobo with rails 4.2.1

2015-08-16 Thread Ignacio Huerta
Hi Enrique, I would go with Ruby 2.1 and Rails 4.0.13. Then you can just run gem install hobo and you should be set to go! Warm regards, Ignacio El 15-08-2015 a las 00:46, Enrique Moreira escribió: Hello Hobousers i have a reinstall my pc with next environment - WIn8.1 - Virtualbox

Re: [Hobo Users] can'T install hobo after installing the windows-bundle

2015-07-26 Thread Ignacio Huerta
. Mit freundlichen Grüßen Torsten Schulz Postfach 1804 38288 Wolfenbüttel Tel.: 05337 / 90 8 68 Mob: 0177 / 3993 670 is...@aol.com about:blank -Ursprüngliche Mitteilung- Von: Ignacio Huerta ign...@ihuerta.net about:blank

Re: [Hobo Users] Hobo permissions. How complicated can the get?

2015-07-22 Thread Ignacio Huerta
A lot of good advice here! I second the idea of using model tests: they really save a lot of trouble when the permission policies changes a year later :). Warm regards, Ignacio El 20-07-2015 a las 15:54, Henry Baragar escribió: Hi, The nice thing about hobo is that it is easy to test complex

Re: [Hobo Users] can'T install hobo after installing the windows-bundle

2015-07-22 Thread Ignacio Huerta
Schulz Postfach 1804 38288 Wolfenbüttel Tel.: 05337 / 90 8 68 Mob: 0177 / 3993 670 is...@aol.com -Ursprüngliche Mitteilung- Von: Ignacio Huerta igna...@ihuerta.net An: hobousers hobousers@googlegroups.com Verschickt: So, 12 Jul 2015 6:09 pm Betreff: Re: [Hobo Users

Re: [Hobo Users] best way to replace (narrow and tall) input-many form with something more visually compact, like a table?

2015-07-22 Thread Ignacio Huerta
. 2015. július 7., kedd 10:37:58 UTC+2 időpontban Ignacio Huerta a következőt írta: Hi! Maybe you want something similar to the screenshot in the first message of this thread: https://groups.google.com/d/msg

Re: [Hobo Users] Using a table-plus for check-many

2015-07-22 Thread Ignacio Huerta
Hi Mike, Hmm, I can not see a really easy way. I think you would need to use a JS based table (http://tympanus.net/codrops/2009/10/03/33-javascript-solutions-for-sorting-tables/) and build the input fields HTML manually instead of using Hobo tags. Alternatively, you might be able to use a table

Re: [Hobo Users] Hobo fields for Rails 4.x?

2015-07-22 Thread Ignacio Huerta
Hi Don, I don't understand this completely, the whole Hobo environment supports Rails 4.0.x, and 4.2.x support is on the works. Warm regards, Ignacio El 14-07-2015 a las 23:57, Donald Ziesig escribió: Hi All! Could anyone tell me if or when Hobo Fields will be ready for Rails 4? Thanks,

Re: [Hobo Users] best way to replace (narrow and tall) input-many form with something more visually compact, like a table?

2015-07-14 Thread Ignacio Huerta
that happen on a separate screen (a stock edit page), the update action however comes back to this screen instead of going to #show. This ended up being easy to develop, while still quite intuitive to use. 2015. július 7., kedd 10:37:58 UTC+2 időpontban Ignacio Huerta a következőt írta

Re: [Hobo Users] can'T install hobo after installing the windows-bundle

2015-07-12 Thread Ignacio Huerta
670 is...@aol.com -Ursprüngliche Mitteilung- Von: Ignacio Huerta igna...@ihuerta.net An: hobousers hobousers@googlegroups.com Verschickt: So, 12 Jul 2015 8:01 am Betreff: Re: [Hobo Users] can'T install hobo after installing the windows-bundle Hi Torsten, It looks like

Re: [Hobo Users] Re: beginner: how to drill down to parameterize a select-one in nested association form? (env: Hobo 2.1.1 default install with bootstrap)

2015-07-07 Thread Ignacio Huerta
Hi, Maybe the problem is a typo in your code? Try: collection: fields=due_date/ Instead of: collection: field=due_date/ Warm regards, Ignacio El 06-07-2015 a las 10:21, HuBandiT escribió: Greetings again, seems I am still not getting it. I am trying to add the lifecycle transition

Re: [Hobo Users] best way to replace (narrow and tall) input-many form with something more visually compact, like a table?

2015-07-07 Thread Ignacio Huerta
Hi! Maybe you want something similar to the screenshot in the first message of this thread: https://groups.google.com/d/msg/hobousers/S4f5-D6jGsk/PcaFD7zofGAJ The idea is: * You create a table inside a part * Outside the table, you create a form to add a new record * Every time a new record is

Re: [Hobo Users] Re: Getting Ancestry to work with a Hobo Model

2015-06-29 Thread Ignacio Huerta
Thanks for sharing the workaround! I'm afraid I can't point you further than the source code you mentioned. That's pretty complex code and it will probably require a lot of effort to find a nice and clean solution. I vote for living with the workaround for now :). Warm regards, Igancio El

Re: [Hobo Users] Retiring the HTML5 tag Dryml implementations?

2015-06-29 Thread Ignacio Huerta
Hi Paul, That should be really easy to do, it's just that the need has not come until now :). I think the steps should be: 1. Rename aside and section to something else, like hobo_aside or sidebar 2. Add these new supported tags to the list of HTML approved tags, in this file:

Re: [Hobo Users] Hobo Bootstrap — which version of Bootstrap? Updating to BS3?

2015-06-29 Thread Ignacio Huerta
Hi Paul, Thank you for your nice comments about Hobo :). You are right about bootstrap. Hobo currently uses Bootstrap 2.3.2.2 by default, which is quite old (the 2.1.1 version is the Hobo version, a bit confusing!). There is a branch created by Stefan with Bootstrap 3 support:

Re: [Hobo Users] beginner: how to drill down to parameterize a select-one in nested association form? (env: Hobo 2.1.1 default install with bootstrap)

2015-06-23 Thread Ignacio Huerta
Hi! I think you want to customise the input-many. You can do it by doing something like this: items-view: input-many field-list fields=name, address name-label:My custom name/name-label: /field-list /input-many /items-view: Please say if it doesn't work :) Warm regards,

Re: [Hobo Users] How to make hobo work with rails 4.2.1?

2015-06-23 Thread Ignacio Huerta
: Is there an easy way to force it to use a specific Rails version? With the normal Rails command you can just do rails _4.0.13_ new [appname] but that does not seem to work with Hobo. On Fri, Jun 19, 2015 at 3:03 PM, Ignacio Huerta igna...@ihuerta.net mailto:igna...@ihuerta.net wrote: Hi

Re: [Hobo Users] Re: Can't find concerns.js?

2015-06-23 Thread Ignacio Huerta
Glad you fixed it. We need to update that plugin, it's been some years since the last commit :). I have opened an issue, thanks for sharing the solution! Warm regards, Ignacio El 22-06-2015 a las 07:44, Mike Payson escribió: Ok, I was able to get this working. I needed to manually create the

Re: [Hobo Users] Re: Hobo Testing (Controllers in Engines with Isolated Namespace)

2015-06-23 Thread Ignacio Huerta
Nice, payment gateways are always tricky :) El 20-06-2015 a las 11:16, Stefan Haslinger escribió: Application-wise, yes, engine-wise, no. The commit for the engine is https://github.com/informatom/mercator_mpay24/commit/ddc79b0be602ed3bfb74aecf7717b012a279f5a5 where you find the route and

Re: [Hobo Users] Re: Hobo Testing (Controllers in Engines with Isolated Namespace)

2015-06-20 Thread Ignacio Huerta
Hehehehe. This commit, right? https://github.com/informatom/mercator/commit/5ee39390cf9265cabaf502bcc485e1d52aad3c10 Thanks for sharing the code of the project, it's a lot of interesting work. Warm regards, Ignacio El 20-06-2015 a las 08:56, Stefan Haslinger escribió: Hi! I dreamed the

Re: [Hobo Users] How to make hobo work with rails 4.2.1?

2015-06-19 Thread Ignacio Huerta
Hi Héctor, Hobo is not yet compatible with Rails 4.2. My recommendation is to uninstall it and install the latest Rails 4.0.x. Warm regards, Ignacio El 19-06-2015 a las 21:55, OfficeYA Héctor Jiménez escribió: Hi I am new to Hobo, just install it, and when doing my firsta app, I got the

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

2015-06-19 Thread Ignacio Huerta
Hi Paul, Maybe it would help a bit using a custom tag? And also using the ajax tag instead of update... to find the name of the part automatically? field-list if= question_type == SelectOneQuestion with= 'response' fields= 'csq' tag= 'my-custom-tag' def tag=my-custom-tag div part=

Re: [Hobo Users] Hard to implement but cool anyway

2015-06-19 Thread Ignacio Huerta
Very interesting Ibon, I like it a lot! Thanks for sharing, I'll take a good look at it. Regards, Ignacio El 19-06-2015 a las 15:45, Ibon Castilla escribió: Hi there, This has catched my eye today: https://www.patternfly.org/ Wouldn't be great to allow picking this theme up during new

Re: [Hobo Users] Re: FYI: .apply_scopes must be called (chained) before a .where !

2015-06-13 Thread Ignacio Huerta
Nice workaround Tim! El 10-06-2015 a las 05:08, Tim Griffin escribió: What could be better than googling for help and finding your own notes? I'm adding another scenario that's just shown itself as a related problem with an empty /scopes/ in apply_scopes in Rails 4.0.x: I have a User

Re: [Hobo Users] Re: Help with scopes.merge! - parameter being dropped from query

2015-06-13 Thread Ignacio Huerta
Hi Tim, I am 95% sure that you are fixing an important bug there! Good work! I just ran the tests with your fix and everything is green. Please open a pull request whenever you have a moment and I'll be happy to merge it. Warm regards, Ignacio El 13-06-2015 a las 05:08, Tim Griffin escribió:

Re: [Hobo Users] http://stackshare.io/

2015-06-04 Thread Ignacio Huerta
Hi, Nice idea. I have created a profile too and I have added Hobo as a new tool. The page said they would look into it and add it to the searchable tools. I'll check in a week to see if they did. Warm regards, Ignacio El 03-06-2015 a las 23:14, umuro escribió: I made a profile for my company

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

2015-06-02 Thread Ignacio Huerta
Yes, it does tend to be a bit verbose. I dream with the day when we'll have dryml with haml like syntax. It would be so nice!! El 29-05-2015 a las 22:36, Paul Howson escribió: The Dryml is very verbose isn't it. This philosophy of customising something that is very generalised has its pros and

Re: [Hobo Users] Re: Using Hobo without Bootstrap

2015-06-02 Thread Ignacio Huerta
Hi Paul, In the last releases I haven't spent so much time testing with hobo clean, (the automatic tests with Codeship are only run with the hobo bootstrap theme), but it should still work out of the box. During the new app wizard you will be asked which theme to use. This is what you will see:

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

2015-05-26 Thread Ignacio Huerta
- 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 me of a point of sale Hobo application I worked on. I'm attaching a screenshot. The source

Re: [Hobo Users] with_acting_user replacement in RSpec

2015-05-26 Thread Ignacio Huerta
Nice syntax, thanks for sharing! El 20-05-2015 a las 09:54, Stefan Haslinger escribió: Hi folks, I wanted to test my method delete_if_obsolete with RSpec as a certain user in my app, that uses a model instance's destroy method where Hobo checks permission. There is the helper method

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

2015-05-18 Thread Ignacio Huerta
Hi Paul, I think that a custom table would be the best idea from a UI perspective. Your case reminded me of a point of sale Hobo application I worked on. I'm attaching a screenshot. The source code of that view is here:

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

2015-05-14 Thread Ignacio Huerta
, I see that it uses url(), rather than a hardcoded path, or the apparently correct asset_path. What's the best way to override that? Thanks! On Wednesday, May 13, 2015 at 1:24:50 PM UTC+7, Ignacio Huerta wrote: Thanks for the report Paul! It looks like somewhere we are using

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

2015-05-13 Thread Ignacio Huerta
Thanks for the report Paul! It looks like somewhere we are using a bad path for these 2 assets. Probably, instead of using the Rails helper asset_path we are using a hardcoded /assets/ajax-loader.gif. It works in development but not in production. Can you tell me the version of the Hobo and

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

2015-05-08 Thread Ignacio Huerta
Hi Paul! I'm unsure which first element you are, the first response rendered on the page or the first attachment rendered on each response. Unfortunately, your pastie link with the HTML doesn't seem to work at the moment. Without testing it myself, I think the problem might be a double form

Re: [Hobo Users] DRML generation

2015-04-29 Thread Ignacio Huerta
which. Nice plan :) .On Saturday, April 25, 2015 at 9:07:54 PM UTC+2, Ignacio Huerta wrote: Hi umuro, I tried answering in issue https://github.com/Hobo/hobo/issues/144 https://github.com/Hobo/hobo/issues/144, but I'm not sure if I got you right. One file you might

Re: [Hobo Users] Re: nobr not allowed in DRYML?

2015-04-29 Thread Ignacio Huerta
at 9:01:55 PM UTC+2, Ignacio Huerta wrote: Yep, Dryml is pretty strict about that. I think with html5 someone might want to add more tags like section etc. There is a list of approved tags in dryml/lib/dryml/static_tags, in case anyone wants to add more to the list

Re: [Hobo Users] Design pattern for updating a part in a form

2015-04-27 Thread Ignacio Huerta
Hi Kevin, Have you seen this tutorial? I think it describes what you need with Hobo 2.0: http://hobocentral.net/tutorials/dynamic_ajax_select_menus field-list: replace do part=shipping field-list fields=name, country, city country-view:hot-input ajax

Re: [Hobo Users] DRML generation

2015-04-25 Thread Ignacio Huerta
Hi umuro, I tried answering in issue https://github.com/Hobo/hobo/issues/144, but I'm not sure if I got you right. One file you might want to check is https://github.com/Hobo/hobo/blob/master/hobo/lib/hobo/engine.rb . It contains most of the hooks and initializers Hobo is using. Warm regards,

Re: [Hobo Users] Re: failing reverse_reflection after DRYML editing

2015-04-25 Thread Ignacio Huerta
:15 PM UTC+1, Ignacio Huerta wrote: Sorry umuro, I have no idea where to start. I have created an issue and will try reproducing and try to understand why reflections are not working they way the suppose to do in vanilla Rails. It might take some time. https://github.com

Re: [Hobo Users] Re: nobr not allowed in DRYML?

2015-04-25 Thread Ignacio Huerta
Yep, Dryml is pretty strict about that. I think with html5 someone might want to add more tags like section etc. There is a list of approved tags in dryml/lib/dryml/static_tags, in case anyone wants to add more to the list :). Regards, Ignacio El 08-04-2015 a las 10:00, Stefan Haslinger

Re: [Hobo Users] Testing with Capybara : How to get the activation url ?

2015-04-02 Thread Ignacio Huerta
) To use the route activate_from_email_path, I need to get the activation key. How can I find it ? Thank you for your help Regards Thierry On Sunday, March 22, 2015 at 6:41:44 PM UTC+1, Ignacio Huerta wrote: You are probably looking for activate_from_email_path. You can take

Re: [Hobo Users] Re: Help with auto_actions_for

2015-03-30 Thread Ignacio Huerta
and patient explanation. Best wishes! On Sunday, March 22, 2015 at 11:10:31 PM UTC+5:30, Ignacio Huerta wrote: Hi Paul, I have looked at your code and reproduced your error. Unfortunately, this doesn't have an easy solution: auto_actions_for is used to generate automatic

Re: [Hobo Users] Hobo and Rubinius (Seem to be incompatible?)

2015-03-23 Thread Ignacio Huerta
. On Wednesday, March 11, 2015 at 8:08:24 PM UTC+11, Ignacio Huerta wrote: Hi Cameron, You are right, I've never heard of anyone using it with rubinius. You can try taking a look at https://github.com/Hobo/hobo/blob/master/hobo/app/helpers/hobo_route_helper.rb https

Re: [Hobo Users] Testing with Capybara : How to get the activation url ?

2015-03-22 Thread Ignacio Huerta
You are probably looking for activate_from_email_path. You can take a look at all the routes by running rake routes. Warm regards, Ignacio El 12-03-2015 a las 16:34, Thierry B escribió: Hi, I'm testing the user signup process with capybara. Each new user need to activate his account. How

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

2015-03-22 Thread Ignacio Huerta
. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout. -- Ignacio Huerta Arteche http://www.ihuerta.net 0034 645 70 77 35 -- You received this message because you are subscribed to the Google Groups Hobo Users group

[Hobo Users] Re: Members-only website doesn't keep the guests out.

2015-03-22 Thread Ignacio Huerta
Fixed :) https://github.com/Hobo/hobo/issues/118 El domingo, 7 de septiembre de 2014, 2:50:20 (UTC+2), donz escribió: Hi All, I am trying to create a members-only, by-invite website. I selected the appropriate options in setup_wizard but the front page (with menu) comes up without the

Re: [Hobo Users] hobo_ajax_response in web_method causing ActionView::MissingTemplate error. Ideas?

2015-03-12 Thread Ignacio Huerta
a problem! :) Tim On Wed, Mar 11, 2015 at 8:18 AM, Ignacio Huerta igna...@ihuerta.net mailto:igna...@ihuerta.net wrote: Wild guess, maybe the user is using the middle click button? If the button is a link, could you open it in a new tab, requesting that route via a normal GET

Re: [Hobo Users] Re: DRYML Compiles for every request

2015-03-11 Thread Ignacio Huerta
Nice config :). I have checked the server config and I also have: PassengerMaxPreloaderIdleTime 0 PassengerHighPerformance on The first one will make sure starting new instances is a bit faster (at the expense of memory). And the second one is best described in the official docs: By default,

Re: [Hobo Users] Hobo and Rubinius (Seem to be incompatible?)

2015-03-11 Thread Ignacio Huerta
Hi Cameron, You are right, I've never heard of anyone using it with rubinius. You can try taking a look at https://github.com/Hobo/hobo/blob/master/hobo/app/helpers/hobo_route_helper.rb and debugging a bit. Please say if you need help with debugging. Rubinius support is not currently in the

Re: [Hobo Users] hobo_ajax_response in web_method causing ActionView::MissingTemplate error. Ideas?

2015-03-11 Thread Ignacio Huerta
as intended with no complaints. Best regards, Tim On Sat, Mar 7, 2015 at 11:07 AM, Ignacio Huerta igna...@ihuerta.net mailto:igna...@ihuerta.net wrote: Hi Tim, Have you tried replacing hobo_ajax_response() with render? render :js = alert

Re: [Hobo Users] DRYML Compiles for every request

2015-03-11 Thread Ignacio Huerta
check the logs to see if that installation is also recompiling at will. Thanks for the suggestion. I'll see what I can dig up. T On Tue, Mar 10, 2015 at 11:07 AM, Ignacio Huerta igna...@ihuerta.net mailto:igna...@ihuerta.net wrote: Hi Tim, What server are you using? Could

Re: [Hobo Users] Re: failing reverse_reflection after DRYML editing

2015-03-10 Thread Ignacio Huerta
Sorry umuro, I have no idea where to start. I have created an issue and will try reproducing and try to understand why reflections are not working they way the suppose to do in vanilla Rails. It might take some time. https://github.com/Hobo/hobo/issues/144 Warm regards, Ignacio El 23-02-2015 a

Re: [Hobo Users] Trouble with bootstrap-datepicker

2015-03-10 Thread Ignacio Huerta
Issue here: https://github.com/Hobo/hobo_bootstrap/issues/41 El 23-01-2015 a las 15:37, Ibon Castilla escribió: Hi Ignacio, Thanks for the tip, it has worked! (kind of) :D Before doing anything new, I've checked if I had already loaded the snippet of code you suggest, and it was loaded!

Re: [Hobo Users] DRYML Compiles for every request

2015-03-10 Thread Ignacio Huerta
) 4907 Completed 200 OK in 18.3ms (ActiveRecord: 9.3ms) Tim On Tuesday, February 3, 2015 at 7:09:47 AM UTC-5, Ignacio Huerta wrote: Can you share the logs of the server? El 30-01-2015 a las 22:49, Austin Saylor escribió: Hi. I'm running an app with Hobo 2.0.1 and Dryml

Re: [Hobo Users] Small fix. app/assets/stylesheets/application folder

2015-03-10 Thread Ignacio Huerta
I'm not sure how we are using application.scss nowadays, I think most behaviour has moved to front.scss. It deserves a cleanup for sure: https://github.com/Hobo/hobo/issues/143 El 01-02-2015 a las 21:37, umuro escribió: For some reason app/assets/stylesheets/application folder is not included.

Re: [Hobo Users] A new user type question

2015-03-06 Thread Ignacio Huerta
Hi Johannes, Sorry for the late response. Can you post the generated HTML (source of the page) somewhere and send us a link? I'd love to take a look at it. Warm regards, Ignacio El 13-02-2015 a las 19:16, Johannes Vanderknyff escribió: Hello, I am struggling to run some custom javascript on a

Re: [Hobo Users] valid_for_transitionname? gone in hobo 1.3

2015-02-19 Thread Ignacio Huerta
I search through the code and those methods are gone. I suggest you roll your own, sorry. I'll update the docs. I'll also create a future improvement ticket though, it sounds quite useful! Warm regards, Ignacio El 04-02-2015 a las 20:22, kevinpfromnm escribió: It appears

Re: [Hobo Users] How to use hobo as plugins on existing Rails app

2015-01-23 Thread Ignacio Huerta
Hi Eben, It is certainly possible to add Hobo to an existing application. But there are quite a few changes necessary for it to work. I think it would be probably be faster/easier if you created a new empty Hobo app and migrated your existing views/controllers to it. You can use your ERB

Re: [Hobo Users] VirtualBox, Vagrant, Ubuntu, if: no install of hobo-gem after rais-install possible (error!)

2015-01-23 Thread Ignacio Huerta
Just a short note: - Developing on a small dedicated machine is not a bad idea either, don't be scared :). - Both RVM and Rbenv are great tools to keep your environment organised. Personally I prefer to use Ubuntu virtual machines with only one version of Ruby installed. As you can see, there

  1   2   3   4   5   6   >