• Stars
    star
    449
  • Rank 97,328 (Top 2 %)
  • Language
    CSS
  • License
    Other
  • Created about 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Upgrading to Rails 4 e-book

Upgrading To Rails 4

An e-book covering the deprecations, new features and common upgrading scenarios facing developers upgrading from Rails 3 to Rails 4.

Originally written by Andy Lindeman and now released under CC BY 3.0.

Where should you go from here?

Build Toolchain

kitabu can export ePub and HTML by default.

$ bundle install
$ bundle exec kitabu export
$ ls output/

As you're hacking on the book, you can have it generate automatically:

$ bundle exec guard

PDF

PrinceXML is required to build the PDF version of the book. A trial version is available at princexml.com.

mobi

KindleGen is required to build the mobi version of the book. KindleGen can be downloaded from Amazon.

More Repositories

1

zonebie

Zonebie prevents bugs in code that deals with timezones by randomly assigning a zone on every run
Ruby
413
star
2

rails4_upgrade

Helps you upgrade to Rails 4
Ruby
123
star
3

hyperll

HyperLogLog implementation for Ruby (as a C extension)
C
22
star
4

rake-rails

Reduces the confusion for newcomers by allowing `rails` commands to be run via `rake`
Ruby
15
star
5

circular_queue

Data structure that uses a single, fixed-size buffer as if it were connected end-to-end
Ruby
14
star
6

rope

Pure Ruby implementation of a Rope data structure
Ruby
9
star
7

rector

Rector coordinates parallelized jobs that generate metrics or other data together
Ruby
7
star
8

atldevs

Ruby
6
star
9

ancient_mock

Ruby
6
star
10

go-kestrel

Interact with kestrel using golang
Go
5
star
11

search_terms

Extracts search terms from search engine referral URLs
Ruby
5
star
12

lint2hub

lint2hub automates creating GitHub pull request review comments in response to code linters
Go
5
star
13

chroma

Wrapper around the Philips Hue API in go
Go
2
star
14

protobuf-presentation

Go
2
star
15

null_object

Dead simple library to create null objects (objects that respond to all messages)
Ruby
2
star
16

papers_ive_read

A sampling of the papers I've read and want to keep for reference
2
star
17

opsworks-cookbooks

Shell
1
star
18

hsvrb_testing_presentation

High Level Overview of Unit Testing Given at hsv.rb
1
star
19

wither2

Go
1
star
20

acceptance_testing

JavaScript
1
star
21

mock_proc

Ruby
1
star
22

gprint

Go
1
star
23

sunspot_demo

Rails 3.1.1 Demo App for Sunspot 1.3.0
Ruby
1
star
24

google-oauth2.herokuapp.com

JavaScript
1
star
25

pivotal-tracker

Clojure
1
star
26

hubot-twitter-stream

CoffeeScript
1
star
27

jruby-msgpack

Ruby
1
star
28

alindeman.heroku.com

Simple sinatra app to redirect to alindeman.github.com
JavaScript
1
star