github.com

Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as 'delivered' in Pivotal Tracker...

github.com

Wrapper from Globalite API to the Rails 2.2 I18n API

intridea.com

I am a huge fan of SASS (Syntactically Awesome Stylesheets) for styling Rails applications. I have been using it on all of my projects for quite a while now and...

pathf.com

Noel Rappin discusses ways to keep up with edge Rails...

github.com

A Rails FormBuilder with semantically rich and accessible markup...

tagaholic.me

Rails’ script/console makes it easy to fetch, view and edit your database records. But can you edit those records as quickly as you edit code in your text editor? Riiight...

github.com

Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application

github.com

A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript...

github.com

Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator...

metric-fu.rubyforge.org

...generate metrics reports. It uses Saikuro, Flog, Flay, Rcov, Reek, Roodi, Subversion, Git, and Rails built-in stats task to create a series of reports. It's designed to integrate...

github.com

Rails extensions to simplify internationalization

github.com

Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master

bingocardcreator.com

A/Bingo is a Ruby on Rails A/B testing framework written as a plugin...

themomorohoax.com

Stop writing your own random string generators. Rails does this for you...

github.com

A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field...

github.com

Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and guessing what needs indexing, it will locate and run as...

github.com

Rails plugin which adds a convenient way to override attr_accessible protection.... You can mark certain attributes as trusted for different roles...

github.com

Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset filenames as suggested by Google Page Speed

youtube.com

Rails 3.1 preview at the end...

makandracards.com

...config/initializers/searchkick.rb (or wherever you have configured your Searchkick settings) add: SEARCHKICK_CLIENT_TYPE = case Rails.env when 'production', 'staging', 'development', 'test' :elasticsearch else :opensearch end Searchkick.client_type = ENV.fetch('SEARCHKICK_CLIENT_TYPE...

...SEARCHKICK_CLIENT_TYPE).to_sym ENV['OPENSEARCH_URL'] ||= case Rails.env when 'production' OPENSEARCH_PRODUCTION_SERVER when 'staging' OPENSEARCH_STAGING_SERVER else 'http://opensearch:9200' # docker container name end

If you would like to use language specific layout (e.g. background-images) in your applications stylesheets you can achieve this...

makandracards.com

Rails applications and ruby gems should have a README that gives the reader a quick overview of the project. Its size will vary as projects differ in complexity, but there...

...be written atop the class file. Structure I suggest the following outline for a Rails project's README, using the very readable Markdown language: # App title Describe the whole project...

makandra dev
stackoverflow.com

...your working directory that you cannot remove by either checkout, reset [--hard], stash, probably Rails' Spring is the culprit and not Bundler itself. Fix spring stop The author of the...

For some reason you want to define a find condition in array form. And in that condition both column name...