...runs; Code Reviews include test badge; Automatically merge a PR on green tests Upgrade Rails 5 0 - 5 New Rails features are accessible Replace slider framework 4 4

When you run rake db:create and get this error message Couldn't create database for {"encoding"=>"utf8", "username"=>"root...

yehudakatz.com

Yesterday, there was a blog post entitled “What the Hell is Happening to Rails” that stayed at the number one spot on Hacker News for quite a while. The post...

...the comments on the post reflect deep-seated concern about the recent direction of Rails. Others have addressed the core question about change in the framework, but I’d like...

If you specify different ports, you can run multiple local webricks with rails server --port=300X at the same time...

...a dump from db/production_structure.sql: class LoadDump < ActiveRecord::Migration def up config = YAML.load_file('config/database.yml')[RAILS_ENV].symbolize_keys config[:flags] = Mysql2::Client::MULTI_STATEMENTS client = Mysql2::Client.new(config) sql = File.read...

github.com

...all requests to a Rack application. You can use Sinatra, raw Rack, or even Rails as your application, allowing you to build up an equivalent to the remote service you...

...comparison can often be seen with simple string comparison like so. # ❌ Not recommended if Rails.version > '6.1.7.8' || RUBY_VERSION > '3.1.4' raise Error, 'please check if the monkey patch below is still...

...comparison above works by coincidence. But chances are that you are not: For example, Rails version 6.1.10.8 would not raise an error in the code block above, because in an...

Accept: application/json This means the client will only understand JSON responses. When a Rails action is done, it will try to render a template for a format that the...

...pages/foo, application/foo with {:locale=>[:de], :formats=>[:json], :handlers=>[:erb, :builder, :haml]} This is because Rails tried to find a template like foo.js.erb but all it found was foo.html.haml (which the...

github.com

Our new scope-based authorization gem for Ruby on Rails has been released. This might one day replace Aegis as our standard authorization solution...

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...