Suppose we have some model and we want to localize it, first of all we need to now i18n_key...
class CreateFakes < ActiveRecord::Migration def change create_table :fakes do |t| t.decimal :float_value, :precision => 4, :scale => 3 end
Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'
Best results in other decks
unpoly.com
Unpoly 3.11.0 is a big release, shipping many features and quality-of-life improvements requested by the community. Highlights include...
github.com
If you want to build a small CLI application, that supports more advanced inputs than gets, I recommend using the...