https://github.com/ijackua/rwdtow
Ruby Web Dev: The Other Way. Personal best practices guide.
https://github.com/ijackua/rwdtow
architecture best-practices book ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Ruby Web Dev: The Other Way. Personal best practices guide.
- Host: GitHub
- URL: https://github.com/ijackua/rwdtow
- Owner: iJackUA
- License: other
- Created: 2016-04-22T09:15:10.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-10-30T17:20:44.000Z (over 7 years ago)
- Last Synced: 2025-10-30T23:03:05.934Z (7 months ago)
- Topics: architecture, best-practices, book, ruby, ruby-on-rails
- Language: HTML
- Homepage: http://rwdtow.stdout.in/
- Size: 1.79 MB
- Stars: 262
- Watchers: 18
- Forks: 26
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Web Dev: The Other Way
Main source code and texts for Jekyll based web site and Leanpub book.
## Contributing
Please, provide your PRs for `gh-pages` branch.
### How to run this site locally?
* install [Ruby 2.x and Git](https://gorails.com/setup) + [Bundler](http://bundler.io/#getting-started).
* execute `bundle install` to install all dependencies.
* run `bundle exec jekyll s` and follow the instructions.
* open `http://localhost:4000/`
## Credits
* [Tom Dalling (@tomdalling)](https://github.com/tomdalling) - proofreading and editing of alpha version
## License
[Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/)