Re: [Rails] how to remove nokogiri warning message

2013-06-28 Thread William Herry
already reinstalled, still that warning On Sat, Jun 29, 2013 at 12:03 PM, Tamara Temple wrote: > William Herry wrote: > > I always get this message today > > > > WARNING: Nokogiri was built against LibXML version 2.8.0, but has > dynamically loaded 2.9.0 > > I'm not sure, but it sounds like you

Re: [Rails] how to remove nokogiri warning message

2013-06-28 Thread Tamara Temple
William Herry wrote: > I always get this message today > > WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically > loaded 2.9.0 I'm not sure, but it sounds like you need to reinstall nokogiri so it rebuilds native extensions. -- You received this message because you ar

Re: [Rails] groups_from_collection_for_select selector

2013-06-28 Thread Tamara Temple
Dave Castellano wrote: > Anybody know what the jQuery selector is for the "selected" value of a > option_groups_from_collection_for_select Does this help? http://api.jquery.com/selected-selector/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

Re: [Rails] Hash_Tag Client side Validation

2013-06-28 Thread Tamara Temple
Manoj M. wrote: > Hi > anybody help me to find suitable validation way for Hash_Tag, My need is > user should only type hash_tag like below format. > a) #sports > b) #sports,#news Did you really mean "Client Side Validation" as you have in your Subject: line? That means JavaScript, not ActiveReco

Re: [Rails] [HELP] RoR Fedena App Installation: Rake Gem

2013-06-28 Thread Tamara Temple
Walter Lee Davis wrote: > You really need to get on a VPS (where you are root) to solve this > sort of issue. May I recommend DigitalOcean? $5/month is pretty > sweet. If you use this link, I get a spiff (and the price is the same > anyway): https://www.digitalocean.com/?refcode=c671150a6a25 Hol

Re: [Rails] Issue with Clockwork to run scheduled sidekiq jobs.

2013-06-28 Thread Tamara Temple
Luis Urraca wrote: > I been using clockwork to schedule sidekiq background jobs, but now I'm > having an issue when running Clockwork clock.rb. This is the error I'm > getting: > > $ clockwork clock.rb > /Users/lurraca/.rvm/gems/ruby-1.9.3-p...@shop.pr/gems/activesupport-3.2.11/lib/active_suppor

[Rails] how to remove nokogiri warning message

2013-06-28 Thread William Herry
hi I always get this message today WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.0 I googled by all solution is for mac, I am use linux(openSUSE 12.3) any one can help? thanks in advance -- You received this message because you are subscribed to the

[Rails] rubyXL error - uninitialized constant RubyXL (NameError)

2013-06-28 Thread Muthu Selvan
Hi , I am trying to read excel sheet from Ruby so i have installed RubyXL ( sudo gem install rubyXL ) . After installed successfully , I am running with the below source code , but its giving error mselv2m1:ruby_Code mselv2$ ruby ex.rb * ./rubyXL.rb:3: uninitialized constant Rub

[Rails] groups_from_collection_for_select selector

2013-06-28 Thread Dave Castellano
Hi all, Anybody know what the jQuery selector is for the "selected" value of a option_groups_from_collection_for_select I'm trying to listen for a button click and then determine whether the user has selected an item from a dropdown or not... (not the same button) Coffee: $('.landing_edit_questi

[Rails] Cucumber error while calling jruby script

2013-06-28 Thread Muthu Selvan
Hi All , I am getting the below error while calling jruby code .. But without jruby my cucumber is working fine , please let me know how to call jruby code from cucumber ? mselv2m1:nikeplus-running-ios mselv2$ cucumber features/java.feature no such file to load -- java (LoadError) /Users/mse

[Rails] Re: No more info about dynamic_form in rails guides?

2013-06-28 Thread Rick
dynamic_form was included in Rails2 but stripped out of Rails3 (and 4). It's now available as a gem. On Friday, June 28, 2013 11:19:16 AM UTC-4, Ruby-Forum.com User wrote: > > Wins Lin wrote in post #1113811: > > I remember for sure there was a explanation with screenshots about > > dynamic_f

[Rails] Re: Re: [HELP] Couldn't find Search with id= from controller

2013-06-28 Thread cornelius wilson
Colin Law wrote in post #1113657: > On 26 June 2013 16:01, cornelius wilson wrote: >>> Colin >> >> How would I be able to reverse it so that it searches for the term as >> oppose to the numeric id of the search options. As I would like for it >> to be able to search all things on a user profile. >

[Rails] internationalizing a gem: conventions?

2013-06-28 Thread Dave Aronson
I need a pinch of help on internationalizing a gem. (Google Search thinks I want help on an internationalization gem, not the same thing.) The question is, what is the accepted standard way to include $LANGUAGE.yml files in a gem, and get I18n to acknowledge it? >From looking at a few other gems

[Rails] Re: Asset pre-compilation unbearably slow: Have we outgrown asset pipeline?

2013-06-28 Thread Bryan Migliorisi
Thanks for the suggestions. I actually set up the turbo-sprockets-rails3 gem and buildpack and the difference is night and day. The first build after switching took only 4 minutes which is way better than the 15+ it was taking before. Consequent builds are taking 30 seconds. Amazing. Im gues

[Rails] Re: Asset pre-compilation unbearably slow: Have we outgrown asset pipeline?

2013-06-28 Thread Matt Jones
On Thursday, 27 June 2013 09:11:44 UTC-7, Bryan Migliorisi wrote: > > Our application is a very large (read: "enterprise") Single Page > Application. > > Even though our app is 99% client side with a Java RESTful API, we built > the web application on top of rails because the Asset Pipeline see

[Rails] Re: Hash_Tag Client side Validation

2013-06-28 Thread Robert Walker
Manoj M. wrote in post #1113802: > Hi > anybody help me to find suitable validation way for Hash_Tag, My need is > user should only type hash_tag like below format. > a) #sports > b) #sports,#news There's not enough information here to really know how to help you, but the solution will almost cer

[Rails] Re: No more info about dynamic_form in rails guides?

2013-06-28 Thread Robert Walker
Wins Lin wrote in post #1113811: > I remember for sure there was a explanation with screenshots about > dynamic_form in Rails Guides. Now I cannot find it, neither in Edge nor > in standard guide. Have they removed it? Why? Where may I find the info > again? https://github.com/joelmoss/dynamic_for

[Rails] Re: Active record error messages are Double?

2013-06-28 Thread Bharath Brahma
Thanks a lott *Roger Pack* ! Including via require_dependency rather than require does solve the mystery..:) -- 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

[Rails] Modelist gem now helps find path between ActiveRecord models and search by name/table/assoc/column

2013-06-28 Thread gsw
We have a complex legacy schema with a lot of tables and models, and I can't keep all of the paths between tables in my head, so just wrote something that could help find the path between any two models just by entering their model names like: bundle exec modelist paths my_model_1 my_model_2 w

[Rails] No more info about dynamic_form in rails guides?

2013-06-28 Thread Wins Lin
I remember for sure there was a explanation with screenshots about dynamic_form in Rails Guides. Now I cannot find it, neither in Edge nor in standard guide. Have they removed it? Why? Where may I find the info again? -- Posted via http://www.ruby-forum.com/. -- You received this message becaus

[Rails] Re: [HELP PLEASE!] attachment_fu and aws-s3

2013-06-28 Thread Frederick Cheung
On Friday, June 28, 2013 3:50:39 AM UTC+1, Ruby-Forum.com User wrote: > > > Im getting this error: > > AWS::S3::PermanentRedirect in PhotoController#create > > The bucket you are attempting to access must be addressed using the > specified endpoint. Please send all future requests to this endp

[Rails] Closure_tree gem or Awesome nested set implementation

2013-06-28 Thread vinay kumar
Has any one implemented Closure_tree gem or Awesome nested set . I need some help closure tree issue : https://github.com/mceachen/closure_tree/issues/65 awesome nested sets :.descendants and .leaves take a lot of time ... please help me out. Thanks! -- You received this message

[Rails] Hash_Tag Client side Validation

2013-06-28 Thread Manoj M.
Hi anybody help me to find suitable validation way for Hash_Tag, My need is user should only type hash_tag like below format. a) #sports b) #sports,#news Please Help Me, Regards, Manoj. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Go