Search Results

3
votes
6answers
3k views

Mixing ActiveRecord find Conditions

I want to find records on a combination of created_on >= some date AND name IN some list of names. For ">=" I'd have to use sql condition. For "IN" I'd have to use a hash of conditions wher …
1
vote
5answers
945 views

Why Does Ruby Only Permit Certain Operator Overloading

In Ruby, like in many other OO programming languages, operators are overloadable. However, only certain character operators can be overloaded. This list may be incomplete but, here are some …
1
vote

Interacting with Outlook appointments using rails

Take a look at the project RExchange on github. …
0
votes

What is your preferred way to produce charts in a Ruby on Rails web application?

This isn't specifically RoR however, it is pretty slick port of Gruff to javascript: http://bluff.jcoglan.com/ …
0
votes

Mixing ActiveRecord find Conditions

I think I'm either going to use simple AR finders or Searchgasm. …
1
vote

How does has_one :through work?

You want to save or create (instead of new) the item and pack. Otherwise, the database has not assigned id's for the association. …
3
votes

How to Implement a Redirect on All Requests (on certain conditions)?

You could also use a skip_before_filter for the one controller/method you don't want to have the filter apply to. …
0
votes

Rails or Django? (or something else?)

An alternative to Rails that is less restrictive of your design decisions is Ruby framework called Merb. …
0
votes

Using Msql views in a Ruby on Rails app to improve performances

http://github.com/aeden/rails_sql_views/tree/master ↑ To create the view in a migration. I would also o …
0
votes

Who are good web hosts for Ruby on Rails projects?

Rackspace has started offering a "cloud" service (at rackspacecloud.com). Despite the confusing pricing (by the hour?) the service is essentially what slicehost offers at about half the cost for an …