~/pito salas
home blog link blog pages + new post
admin

Posts tagged #rails

82 posts

  • 2026-03-01

    Optimizing Database Performance in Rails

  • 2026-03-01

    How do I know whether my Rails app is thread-safe or not?

  • 2026-03-01

    Architecting Ruby on Rails Apps as Microservices | Codeship | via @codeship

  • 2025-01-13

    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.

  • 2024-06-14

    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.

  • 2024-05-09

    Deploy on Your Own Servers

    Fastest way to deploy a Rails app!

  • 2024-05-09

    ankane/ahoy: Simple, powerful, first-party analytics for Rails

    Simple, powerful, first-party analytics for Rails. Contribute to ankane/ahoy development by creating an account on GitHub.

  • 2024-05-07

    roidrage/lograge: An attempt to tame Rails' default policy to log everything.

    An attempt to tame Rails' default policy to log everything. - roidrage/lograge

  • 2024-02-20

    Debugbar For Ruby on Rails

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

  • 2023-07-14

    What is the difference between Turbo and Stimulus, and what exactly is Hotwire?

  • 2023-06-16

    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.

  • 2023-05-30

    pawurb/rails-brotli-cache: Rails cache using the Brotli algorithm offers better compression and performance.

    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...

  • 2023-04-25

    The Ruby on Rails SaaS Template | Bullet Train

    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.

  • 2022-12-19

    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”

  • 2022-12-18

    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”

  • 2022-11-28

    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.

  • 2022-05-29

    Rails Extension Power Pack - Visual Studio Marketplace

    Extension for Visual Studio Code - Andrew Mason's favorite extensions for Rails development in Visual Studio Code

  • 2022-03-28

    The Rails Command Line — Ruby on Rails Guides

  • 2022-03-07

    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

  • 2022-03-04

    The 3 Tenets of Service Objects in Ruby on Rails | HackerNoon

  • 2021-10-16

    Ruby2JS

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

  • 2021-09-02

    OpenSourceRails.org

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

  • 2021-04-06

    Railscasts - Free Ruby on Rails Screencasts

    Short Ruby on Rails screencasts containing tips, tricks and tutorials. Great for both novice and experienced programmers.

  • 2021-04-06

    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!

  • 2021-04-06

    RubyMotion - Ruby for iOS

    Ruby for iOS

  • 2021-04-06

    Seth Ladd's Blog: Ruby, Rails, OpenID, and Google Integration for the Busy Developer

    Useful info about how to authenticate from Rails to Google

  • 2021-04-06

    ScaffoldHub: a community driven gallery of Rails scaffolds

  • 2021-04-06

    sferik/rails_admin - GitHub

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

  • 2021-04-06

    Rails Best Practices | rails best practices list

  • 2021-04-06

    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.

  • 2021-04-06

    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

  • 2021-04-06

    Continuous Integration for Everybody — TeamCity

  • 2021-04-06

    Pricing · drone.io

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

  • 2021-04-06

    Hosted Continuous Integration Service for Ruby and Rails Applications - Semaphore

  • 2021-04-06

    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:

  • 2021-04-06

    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.

  • 2021-04-06

    SciRuby

    Ruby scientific library

  • 2021-04-06

    Rails Tutorials · RailsApps

    Another set of tutorials

  • 2021-04-06

    Rails Composer · RailsApps

    Skeleton of a rails app

  • 2021-04-06

    Error Monitoring, Error Tracking, and Notification for Ruby on Rails 2 and 3 - Honeybadger

    Honeybadger provides exception and uptime monitoring to keep your web apps error-free.

  • 2021-04-06

    Apipie/apipie-rails

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

  • 2021-04-06

    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.

  • 2021-04-06

    Awesome Ruby

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

  • 2021-04-06

    Sinatra + Rack + Rake + ActiveRecord

    How to build an application with Sinatra, Rack and ActiveRecord?

  • 2021-04-06

    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.

  • 2021-04-06

    Home — JRuby.org

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

  • 2021-04-06

    jqPlot Charts and Graphs for jQuery

  • 2021-04-06

    The Ruby Toolbox - Know your options!

    Explore and compare open source Ruby libraries

  • 2021-04-06

    Rails Inside: Rails Blog Featuring News, Tips and Links

    Ruby on Rails related news, tips and reviews.

  • 2021-04-06

    Rails Inside: Rails Blog Featuring News, Tips and Links

    Ruby on Rails related news, tips and reviews.

  • 2021-04-06

    Rubular: a Ruby regular expression editor and tester

    Ruby-based regular expression editor/tester

  • 2021-04-06

    Rails Refactoring Techniques - Concerns | Best Practice on Ruby on Rails | Hire Ruby on Rails developers

  • 2021-04-06

    A series of pipes: Our Path to Services - Synchronous Events

  • 2021-04-06

    A series of pipes: Our Path to Services - Synchronous vs Asynchronous

  • 2021-04-06

    Actionable Tips to Improve Web Performance with Rails

    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.

  • 2021-04-06

    Using GraphQL with Rails

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

  • 2021-04-06

    Decoding Rails Magic: How Does ActiveJob work? - Karol Galanciak - Ruby on Rails and Ember.js consultant

    Executing background jobs is quite a common feature in many of the web applications. Switching between different background processing frameworks used to be ...

  • 2021-04-06

    Docker for Rails Development |

  • 2021-04-06

    How to Use remote: true to Make Ajax Calls in Rails

    The Rails documentation for remote: true is great at explaining how to add the helper to your views. It does not, however, fully explain…

  • 2021-04-06

    Indexes on Rails: How to make the most of your Postgres database - Karol Galanciak - Ruby on Rails and Ember.js consultant

    Excellent advanced info on crating dB indexes, looking at query plans to understand performance.

  • 2021-04-06

    westonganger (Weston Ganger)

    A gem containing functionality to represent, import and export spreadsheets

  • 2021-04-06

    Is Rails still relevant in 2018 ?

    Answering the perennial question, once again, in the positive.

  • 2021-04-06

    ebobby/has-many-with-set

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

  • 2021-04-06

    Is your Rails app ready for Production? | AkitaOnRails.com

    An excellent review of the various issues you have to consider when deciding the put your rails app into production.

  • 2021-04-06

    How we halved our memory consumption in Rails with jemalloc

    Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement

  • 2021-04-06

    Migrating from Paperclip to ActiveStorage – The Miners

  • 2021-04-06

    The Practical Guide to Using ActionCable – Hacker Noon

    Rails Actioncable is really complicated. Here's another link

  • 2021-04-06

    Rails 5 Action Cable with Multiple Chatroom Subscriptions

    Rails Actioncable is complicated. Here are a series of links about it.

  • 2021-04-06

    An Introduction to ActionCable in Rails 5 - Samuel Mullen

    Rails Actioncable is complicated. Here are a series of links about it.

  • 2021-04-06

    Learn Enough Action Cable to Be Dangerous | Learn Enough to Be Dangerous

    Another actioncable resource

  • 2021-04-06

    Deep Rails: How to use Abstract Classes

    Interesting Rails abstract classes feature

  • 2021-04-06

    How to use Docker Compose for Rails development: Do not bundle install in Dockerfile.dev

    Detailed tips on what not to do when using rails with docker.

  • 2021-04-06

    Scaling a Ruby on Rails app on Heroku

    You know I’m into scalability right now. Here’s a short article with lots of the basics.

  • 2021-04-06

    Messages on Rails Part 1 - Introduction to Kafka and RabbitMQ - Karol Galanciak - Ruby on Rails and Ember.js consultant

    Two part series on using queues to communicate between services.

  • 2021-04-06

    Understanding Zeitwerk in Rails 6

    Super useful new gem that lets you get rails like auto loading in any ruby program

  • 2021-04-06

    Rails Performance Tips

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

  • 2021-04-06

    Building a Small Rails API with Serializers - Level Up Coding

    This is a useful and detailed guide.

  • 2021-04-06

    Using ROS with Docker in macOS [Xiaoke Yang]

    One of many instructions for getting Docker to run a ROS environment on MacOS.

  • 2021-04-06

    Different Ways to Set Attributes in ActiveRecord (Rails 6)

    It’s always hard to remember all the different options that activerecord offers for manipulating data.

  • 2021-04-06

    Noticed Gem: Notifications for Ruby on Rails applications

    very useful gem to send all kinds of notification from Rails. Haven't tested it myself.

  • 2021-04-06

    Hello from Kuby | Kuby

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

  • 2021-04-06

    When Should You NOT Use Rails?

    Useful, but not necessarily universally agreed-upon, guides!

© Salas Blog. All rights reserved.