Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alindeman/upgradingtorails4
Upgrading to Rails 4 e-book
https://github.com/alindeman/upgradingtorails4
Last synced: 3 days ago
JSON representation
Upgrading to Rails 4 e-book
- Host: GitHub
- URL: https://github.com/alindeman/upgradingtorails4
- Owner: alindeman
- License: other
- Created: 2013-10-20T14:51:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T20:42:48.000Z (about 7 years ago)
- Last Synced: 2024-12-17T08:07:46.835Z (10 days ago)
- Language: CSS
- Homepage:
- Size: 38.4 MB
- Stars: 450
- Watchers: 27
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://andylindeman.com) and now released
under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).Where should you go from here?
* [Build the book yourself](#build-toolchain).
* Contribute to the book. [Pull requests
accepted](https://github.com/alindeman/upgradingtorails4/pulls).## Build Toolchain
[kitabu](https://github.com/fnando/kitabu) can export ePub and HTML by default.
```bash
$ bundle install
$ bundle exec kitabu export
$ ls output/
```As you're hacking on the book, you can have it generate automatically:
```bash
$ bundle exec guard
```PrinceXML is required to build the PDF version of the book. A trial version is
available at [princexml.com](http://www.princexml.com/download/).### mobi
KindleGen is required to build the mobi version of the book. KindleGen can be
downloaded [from
Amazon](http://www.amazon.com/gp/feature.html?docId=1000765211).