Re: [Rails] Grib_api.h could not be found while installing grib api

2015-11-30 Thread Colin Law
On 30 November 2015 at 21:22, Colin Law wrote: > On 30 November 2015 at 19:26, Yash Narwal wrote: >> Hey mate thanks for heads up, your suggestion worked in installing the gem. >> But how can I use this gem now, like if I follow this example , it gives me

Re: [Rails] Grib_api.h could not be found while installing grib api

2015-11-30 Thread Colin Law
On 30 November 2015 at 19:26, Yash Narwal wrote: > Hey mate thanks for heads up, your suggestion worked in installing the gem. > But how can I use this gem now, like if I follow this example , it gives me > no such file can not be loaded 'numru/grib'. So is there any other

[Rails] ANN - Invoker 1.4.1 released

2015-11-30 Thread Hemant Kumar
Hello folks, Team Codemancers is proud to release Invoker version 1.4.1. If you haven't used Invoker before, checkout http://invoker.codemancers.com/ for more information. This new version packs bunch of goodies and fixes. A brief list is as follows: 1. Invoker supports processes that are

[Rails] jquery blind effect not being applied

2015-11-30 Thread fugee ohu
$(document).ready(function () { $('#listing_format').change(function(e) { if (e.target.value=('Fixed price') {$("#listing_starting_bid").toggle( "blind" ); } }) }) <%= form_for(@listing) do |f| %> <% if @listing.errors.any? %> <%= pluralize(@listing.errors.count,

Re: [Rails] Grib_api.h could not be found while installing grib api

2015-11-30 Thread Yash Narwal
Hey mate thanks for heads up, your suggestion worked in installing the gem. But how can I use this gem now, like if I follow this example , it gives me no such file can not be loaded 'numru/grib'. So is there any other docs which should I

[Rails] jquery change function

2015-11-30 Thread fugee ohu
this snippet which follows another code block under $(document).ready(function () {isn't working, the previous block works, but not this one $('#listing_free_shipping').change(function(e) { if (e.listing_free_shipping.attr('checked')) {

[Rails] ActiveRecord: preloading on relations with a select clause

2015-11-30 Thread alexander . maznev
Hello, It turns out that our Apps Variant relation model + ActiveRecord Relations produces some very funky behaviour which was preventing it from being used in .includes preloads. Background: Our App's variant model has a boolean column(composite) and they reflect back on themselves through

Re: [Rails] categories

2015-11-30 Thread tonypm
Several years ago, I had a similar desire to have a screen representation of a category tree. I was very surprised that I couldn't find any pre-baked solution, so I built my own (there may be one out there now of which I am unaware). Unfortunately, I have never got round to making my code

Re: [Rails] Failure to install or update any gem through Win CMD

2015-11-30 Thread Colin Law
On 30 November 2015 at 13:19, Alexis Cretton wrote: > Hello, > > I've been trying to install and update different gems to work with Ruby > on Rails, but keep getting the same error, apparently indicating I can't > install or update any gem: > > I generally type in something

[Rails] Failure to install or update any gem through Win CMD

2015-11-30 Thread Alexis Cretton
Hello, I've been trying to install and update different gems to work with Ruby on Rails, but keep getting the same error, apparently indicating I can't install or update any gem: I generally type in something like: gem update --system or gem install Rails --version 4.0.0 --no-ri --no-rdoc And

[Rails] Re: Some tracing guideance appreciated to understand how Ruby registers javascript in Rails

2015-11-30 Thread Frederick Cheung
On Sunday, November 29, 2015 at 4:09:04 PM UTC, dave wrote: > > Fred >> > > Hi Fred, > Thank you for your response and explanation: development vs production > javascript tags. Yes I also set traces into sprockets and manifest.rb code > before my original post. > Where the tracing falls down