pareeohnos

Results 17 issues of pareeohnos

I've run into an unusual issue with the chart I'm rendering. I've got a standard bar chart which is updated by adding one new bar every second. What I've noticed...

Is there any way, or any easy way I can implement a way of specifying a minimum and maximum height for bars in a bar chart? The data that I...

Not sure if this is actually possible within rails as it may be related more to how rails processes templates than with the gem itself, but I was wondering if...

I'm trying to use this gem and I'm having a few minor issues with the markup that is being produced. I'm using the following code : ``` html 'span3', :placeholder...

Has anyone had any luck implementing this with a custom scroll bar? I want to use something such as the jScrollPane jQuery plugin, but I'm not having any luck whatsoever...

We have an application that needs to support multiple database engines, so our `Gemfile` contains multiple JDBC adapters as so: ``` gem 'activerecord-jdbcpostgresql-adapter', '~>1.3.7' gem 'activerecord-jdbcmssql-adapter', '~>1.3.7' gem 'activerecord-jdbcmysql-adapter', '~>1.3.7'...

Adds new options that can be supplied when creating an `mday` recurrence. This is backwards compatible with the existing API, but now allows for overriding specific months, or specifying a...