Kurt StephensNerd Up! | ||||||||
railsRuby on Rails Caching
Links about Caching in Rails.
Ruby: Date / Rational / Fixnum#gcd hack increased app performance by 15%
UPDATE: Ruby This RubyInline hack saved 15% execution time in a large Rails application: UserQuery: Ruby Package Simplifies General Searching in Rails
See: http://rubyforge.org/projects/userquery/ The RubyForge package userquery allows users to do general queries on SQL database table columns using a simple query language. The package parses tokens from the user’s query and generates SQL WHERE clauses immune to SQL injection attacks. For example, if a user wants to search for all UserQuery will intuitively convert this query into an SQL WHERE clause fragment: ( (entries.date >= '2006-11-01 00:00:00') AND (entries.date < '2006-11-02 00:00:00') ) The user query syntax includes “ |
||||||||
Recent comments
13 weeks 4 days ago
26 weeks 2 days ago
28 weeks 5 days ago
29 weeks 4 hours ago
29 weeks 5 hours ago
29 weeks 7 hours ago
29 weeks 9 hours ago
31 weeks 3 days ago
31 weeks 3 days ago
33 weeks 6 days ago