Useful things you can do with Rails console
Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.
79 posts
Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.
TEO is the schema-driven web server framework native to Rust, Node.js and Python. It reduces developing time and improves developers' life experience.
Fastest way to deploy a Rails app!
Simple, powerful, first-party analytics for Rails. Contribute to ankane/ahoy development by creating an account on GitHub.
An attempt to tame Rails' default policy to log everything. - roidrage/lograge
Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more).
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 cache using the Brotli algorithm offers better compression and performance. - GitHub - pawurb/rails-brotli-cache: Rails cache using the Brotli algorithm offers better compression and performa...
Bullet Train is a Ruby on Rails SaaS-in-a-Box that saves developers months of effort and new founders tens of thousands of dollars.
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”
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”
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.
Extension for Visual Studio Code - Andrew Mason's favorite extensions for Rails development in Visual Studio Code
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 is an extensible Ruby to modern JavaScript transpiler you can use in production today.
A comprehensive, curated list of open-source Ruby on Rails applications.
Short Ruby on Rails screencasts containing tips, tricks and tutorials. Great for both novice and experienced programmers.
Codeschool courses are supposed to be excellent. This is another resource that is available if you want to accelerate your learning even more!
Ruby for iOS
Useful info about how to authenticate from Rails to Google
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data - sferik/rails_admin
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.
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
Drone is a self-service Continuous Delivery platform for busy development teams
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:
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.
Ruby scientific library
Another set of tutorials
Skeleton of a rails app
Honeybadger provides exception and uptime monitoring to keep your web apps error-free.
Ruby on Rails API documentation tool. Contribute to Apipie/apipie-rails development by creating an account on GitHub.
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.
A collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.
How to build an application with Sinatra, Rack and ActiveRecord?
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.
JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Explore and compare open source Ruby libraries
Ruby on Rails related news, tips and reviews.
Ruby on Rails related news, tips and reviews.
Ruby-based regular expression editor/tester
Web performance is an extremely important metric in the digital world. Learn tools and tricks for its improvement and enjoy both better Rails-related and General Web performance.
Until recently whenever I had to implement an API in Ruby/Rails I would go for the typical REST i...
Executing background jobs is quite a common feature in many of the web applications. Switching between different background processing frameworks used to be ...
The Rails documentation for remote: true is great at explaining how to add the helper to your views. It does not, however, fully explain…
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
A gem containing functionality to represent, import and export spreadsheets
Answering the perennial question, once again, in the positive.
An interesting variation on how to represent a many to many relationship in rails.
An excellent review of the various issues you have to consider when deciding the put your rails app into production.
Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement
Rails Actioncable is really complicated. Here's another link
Rails Actioncable is complicated. Here are a series of links about it.
Rails Actioncable is complicated. Here are a series of links about it.
Another actioncable resource
Interesting Rails abstract classes feature
Detailed tips on what not to do when using rails with docker.
You know I’m into scalability right now. Here’s a short article with lots of the basics.
Two part series on using queues to communicate between services.
Super useful new gem that lets you get rails like auto loading in any ruby program
Super useful modern rundown of low hanging fruit performance tips for rails.
This is a useful and detailed guide.
One of many instructions for getting Docker to run a ROS environment on MacOS.
It’s always hard to remember all the different options that activerecord offers for manipulating data.
very useful gem to send all kinds of notification from Rails. Haven't tested it myself.
Looks like another wonderful rails deployment solution. Definitely will check this out as an alternative to Heroku.
Useful, but not necessarily universally agreed-upon, guides!