Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-10-30T17:20:44.000Z (over 6 years ago)
- Last Synced: 2025-01-31T15:08:01.860Z (1 day ago)
- Topics: architecture, best-practices, book, ruby, ruby-on-rails
- Language: HTML
- Homepage: http://rwdtow.stdout.in/
- Size: 1.79 MB
- Stars: 263
- Watchers: 20
- 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/)