Ransack allows you to easily build complex search forms. It also helps in adding sortable links and building a dynamic advanced search page.
It has been almost a year since I launched RailsCasts Pro, and what a great year it has been. Thank you all who have subscribed. You have made it possible for me to focus on RailsCasts full time, and I love it. When starting this, I underestimated the amount of time involved in doing ...
Aug 03, 2012 | 12 minutes | Plugins , Rails 4.0 , Authorization The strong_parameters gem is an improvement over attr_accessible to securely handle mass assignment even when you have complex authorization logic. The functionality will likely be added to Rails 4 so it is a good idea to...
Simple Ruby(Rails) Passenger memory consumption limit monitoring Posted by mencio on August 04, 2012 — 0 comments Sometimes Passenger gets really naughty and grows rapidly, eating all available memory. I just wrote a post on how to protect our apps and servers from such problems. You ...
Vocês devem ter notado que agora as tags de cada post estão listadas e são clicáveis, levando a uma listagem de todas as posts com a mesma tag. Essa funcionalidade já existia nos outros sistemas de blog que usei, mas desde que comecei o blog eu nunca gerenciei as tags corretamente. Só...
flatfish accepts a CSV of URLS with CSS selectors prepping them for insert into drupal
Communicating with a SOAP API can be a daunting task. Savon makes this easier by presenting the SOAP API through a Ruby interface.
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...
SynthBot is an unsupervised programmer for software synthesizers. It takes as input a target sound file and a software synthesizer, and returns the set of parameters for the synthesizer which produce as similar a sound to the target as possible. [Mel Frequency Cepstrum Coefficient]s are...
Precarious Perch August 04, 2012 Burrowing owl on a stalk of mullein. Comments: Flickr Read more posts in the blog archive » Copyright © 1999-2012 Clarkware Consulting, Inc. All rights reserved.
Specifies a new acronym. An acronym must be specified as it will appear in a camelized string. An underscore string that contains the acronym will retain the acronym when passed to `camelize`, `humanize`, or `titleize`. A camelized string that contains the acronym will maintain the ac...
Finds RSS and Atom feed urls in html like a hog finds truffles. Tasty, delicious feeds... er, truffles.
Social Media Monitoring Gem published Posted by Nikolai Manek on August 04, 2012 — 0 comments I just launched the social media monitoring gem . It connects to my API and it offers: * sentiment analysis (it's basic at this point, however, it supports 6 different languages) * keyword tr...
How Does One Use Design Patterns In Ruby? This guest post is by Chee Yeo , a 32-year-old Ruby Rails sometimes IPhone programmer from Glasgow, Scotland. He enjoys hacking around Ruby and exploring other new technologies in his day job as a developer. In his free time he enjoys travelin...
It is very hard to obtain a full list of web applications defined in the Apache configuration file(s). In other words, it’s hard for Phusion Passenger to know which web applications are deployed on Apache until a web application is first accessed, and without such a list Phusion Passe...
@wycats: Rather than “overriding include” I might prefer to call it sidestepping or bypassing extend(). In fact I don’t think I like the term include() at all. Is instance_extend() better? Either that or include is kept and the compliment becomes class_include. Generally, though, the ...
yafin 0.1.0 Pulls current and historical data from Yahoo Finance. Requires net/http and csv install gem install yafin Download Documentation Subscribe Stats Authors Patrik Björklund 11 total downloads 11 for this version Owners Links Homepage Gemfile gem "yafin", "~> 0.1.0" Versions 0...
Builds one-click Windows executables from Ruby source code. OCRA Packages everything needed to run Ruby scripts into a single Windows executable. The executable contains the Ruby interpreter, your script, and any rubygems that your script depends on.
Displaying Rubygem 1 - 30 of 630 in total 2,780,198 downloads rspec-rails (2.11.0) RSpec for Rails 3,848,847 downloads jquery-rails (2.0.2) This gem provides jQuery and the jQuery-ujs driver for your Rails 3 application. 1,115,860 downloads cucumber-rails (1.3.0) Cucumber Generator an...
knife-role-spaghetti 0.0.3 This knife plugin extends the `knife role` command. install gem install knife-role-spaghetti Download Documentation Subscribe Stats Authors Mike Fiedler 217 total downloads 31 for this version Owners Links Homepage Source Code Bug Tracker Gemfile gem "knife-...
The biggest advances in startup-time performance have come from users like you investigating the load process to see where all that time is going. If you do a little poking around and find that particular libraries take unreasonably long to start (or just do too much at startup) or if...