[Rails] [Redmine] Hide subprojects in welcome page

2013-12-16 Thread vui ve vui ve nao
Dear all, I'm using redmine and in welcome page, it displays all projects and subprojects. I want to hide all subprojects and display parent projects only. Please help me! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Re: [Redmine] Hide subprojects in welcome page

2013-12-16 Thread Nicolas Sebrecht
The 16/12/13, vui ve vui ve nao wrote: Dear all, I'm using redmine and in welcome page, it displays all projects and subprojects. I want to hide all subprojects and display parent projects only. I think it is not possible. Though, you should have better help from the redmine project at

[Rails] Menu selections too fast for Heroku?

2013-12-16 Thread Dave Castellano
Hello, I have a weird problem that seems way over my skill level so could use even some simple suggestions to point me in the right direction. I have a set of 6 chained dropdown menus that work fine on my computer, but do not retain the correct selections if I make the menu selections too quickly

Re: [Rails] Menu selections too fast for Heroku?

2013-12-16 Thread Jason Fleetwood-Boldt
http://en.wikipedia.org/wiki/Race_condition http://api.jquery.com/jQuery.queue/ On Dec 16, 2013, at 11:30 AM, Dave Castellano wrote: Hello, I have a weird problem that seems way over my skill level so could use even some simple suggestions to point me in the right direction. I have a

[Rails] Re: Menu selections too fast for Heroku?

2013-12-16 Thread Dave Castellano
Thanks Jason, Is this common? Dave -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Tire: Problem with including associations while doing a multi-model search

2013-12-16 Thread arvinth s.
I am using elasticsearch for querying in my application. Lets say there are 2 models Class Topic has_many :posts and Class Article has_many :comments I want to do a combined search on both these models and my query looks like: Tire.search [Article, Topic], {:load = {:include = [:posts,

[Rails] sub domain + different rails application

2013-12-16 Thread saravanan p
Hello friends, Is there any way to implement the subdomain i.e two more rails application, but main domain is same. Ex: rails1.mainsite.com rails2.mainsite.com rails3.mainsite.com rails4.mainsite.com Note: its not a single rails application. I am using rails 4, ruby 2.0 Please guide me. --