Posts tagged rails

79 posts

TEO

TEO is the schema-driven web server framework native to Rust, Node.js and Python. It reduces developing time and improves developers' life experience.

Debugbar For Ruby on Rails

Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more).

Akshay's Blog

I am a Ruby on Rails developer based in Victoria, BC. This blog is my attempt to spread the joy of building web applications in Ruby on Rails with the world.

rails/docked: Running Rails from Docker for easy start to development

This is not a new thing by a long shot. But thw fact that it is published by dhh is a big deal imo. For me it assures me to some extent that it is “correct” and that it will be maintained. From author: “Running Rails from Docker for easy start to development - rails/docked: Running Rails from Docker for easy start to development”

Radical Simplicity in Technology | Join the movement

For me, a very provocative set of arguments. Novel insights on how to remove complexity. Or recognizing that you may not need that additional service or technology. The author: “Radical Simplicity is a startup development method to make development faster and more fun that plays well with lean startups”

CapRover · Free and Open Source PaaS!

From the readme, this is a promising tool for automating deploymeny of apps to s cloud server. Perhaps one more option post Heroku. They dont mention ruby and rails but imply its covered.

Colleen Schnettler on Twitter

A tricky thing to remember in Active Record is how to query multiple associations vs. nested associations. Multiple associations take a list of symbols, nested associations take a hash with a symbol. pic.twitter.com/XhGiJdcH7h— Colleen Schnettler (@leenyburger) March 3, 2022

Ruby2JS

Ruby2JS is an extensible Ruby to modern JavaScript transpiler you can use in production today.

OpenSourceRails.org

A comprehensive, curated list of open-source Ruby on Rails applications.

Rails for Zombies - Code School

Codeschool courses are supposed to be excellent. This is another resource that is available if you want to accelerate your learning even more!

sferik/rails_admin - GitHub

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data - sferik/rails_admin

Better Specs

Better Specs is a collection of best practices developers learned while testing apps that you can use to improve your coding skills, or simply for inspiration.

Integrity | Continuous Integration server

Our digital forensics service expert team provides digital evidence and support for any forensic need. We service data breach emergencies, intellectual property theft suspicions, cyber security concerns, and personal forensic investigations. Protect your

Pricing · drone.io

Drone is a self-service Continuous Delivery platform for busy development teams

The Secret to Rails OO Design - Literate Programming

Yep, that's right. A Ruby class that inherets from nothing. It's so simple that it hides in plain sight. Loved by those who've mastered Rails, Plain Old Ruby Objects, or "POROs" as some like to call them, are a hidden weapon against complexity. Here's what I mean. Examine this 'simple' model:

Get started with Sinatra | Tutorial | .net magazine

Sinatra applications are often a single file that contain just enough to get the job done. The framework is best suited for smaller web applications, but if a large web app requires an API or web interface for some secondary functionality, then Sinatra is ideal.

SciRuby

Ruby scientific library

Apipie/apipie-rails

Ruby on Rails API documentation tool. Contribute to Apipie/apipie-rails development by creating an account on GitHub.

Fearless Rails Refactoring

In Fearless Refactoring: Rails controllers I'll teach how to improve your Rails controllers in a quick and safe way. This is step-by-step guide so you won't feel lost. Every step is described in every detail, with code changes. All of that, so that you can safely refactor your codebase, even without a full test coverage.

Awesome Ruby

A collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.

Ruby on Rails Tutorial: Learn Rails by Example book and screencasts by Michael Hartl

Newly updated for Rails 6, the Ruby on Rails Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails, the open-source web framework that powers top websites such as GitHub, Hulu, Shopify, and Airbnb. The Ruby on Rails Tutorial book is available for purchase as an ebook (PDF, EPUB, and MOBI formats). The companion screencast series includes 14 individual lessons, one for each chapter of the Ruby on Rails Tutorial book.

Home — JRuby.org

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.

Using GraphQL with Rails

Until recently whenever I had to implement an API in Ruby/Rails I would go for the typical REST i...

ebobby/has-many-with-set

An interesting variation on how to represent a many to many relationship in rails.

Rails Performance Tips

Super useful modern rundown of low hanging fruit performance tips for rails.

Hello from Kuby | Kuby

Looks like another wonderful rails deployment solution. Definitely will check this out as an alternative to Heroku.