Explore >> Select a destination


You are here

iridakos.com
| | hibbard.eu
5.7 parsecs away

Travel
| | Learn how to set up authentication (verifying who you are) and authorization (what you may do) in a Rails app with Devise and Cancancan.
| | mherman.org
12.3 parsecs away

Travel
| | Know a little Ruby? Ready to start web development? Before jumping to Rails, get your hands dirty with Sinatra. It's the perfect learning tool. My recommendation: Start with a basic dynamic website, backed with SQLite. Create and manage your database tables with raw SQL. Practice deploying on Heroku. Practice.
| | robrace.dev
13.5 parsecs away

Travel
| | A response to building a Twitter clone with Rails, CableReady, and StimulusReflex
| | www.simpleprimate.com
67.3 parsecs away

Travel
| Jekyll bills itself as "a simple, blog-aware, static site generator." It takes source files like templates, stylesheets, includes, and posts and uses them to generate a website that can then be hosted on your server of choice. This means that the entire website is generated at once, and visitors are simply served static files.