Interesting news about software development

scp
project management
sql
nginx
JSON API
Openrouteservice
ActiveRecord::Migration
actionmailer
StimulusReflex
liquid
productivity
Faker
trailblazer
MySQL
docker-compose
service object
rabbit
locale
timezones
active storage
lua
ActiveRecord::Fixtures
pundit
coffee script
JWT
ViewObjects
webdev
SQLite3
ajax
mailchimp
Digitalocean
paperclip
notion
neovim
Shopify
Canvas
conference
Simplecov
FactoryBot
database
View Component
jquery
postgres
linux
pagination
ActionCable
tutorial
JS
SSH
Figma
programming
TailwondCSS
gsub
javascript
Trix
devise
vps
HTML
Dokku
cd
Google Maps API
Stimulus
docker
hotwire
bullet
RSpec
Shrine
Tailwind
metaprogramming
pg_dump
pry
AjaxDatatable
Stub
discussion
rails
Active Admin
optimization
markdown
validator
Kubernetes
git
actions
brug
ruby
ubuntu
stripe
EXPLAIN ANALYZE
scenic
Chipmunk
Puma
action controller
github
avo
CSS
turnout
Turbo
testing
pg_indexes
regex
haml
vim
grape
postgresql
Benchmark
Spina CMS
graphql
Clickup
csv
SimpleXLSX
active record
Mailer
Leaflet
DryEffects
sendgrid

blogpost

Trailblazer tutorial: collections, forms, testing Cells - part 6

In this post, we will finish up refactoring views that we saw, including a view that is heavily based on callbacks. We won't be able to delete them yet since for now we only render the cell in one ...

member

Krzysztof Kamil

blogpost

Trailblazer tutorial: refactoring legacy rails views with Trailblazer Cells - part 5

Encapsulating backend business logic into Trailblazer operations is a very important part of building an app based on it, alongside contracts and moving logic from controllers. Another important st...

member

Krzysztof Kamil

blogpost

Trailblazer tutorial: updating old fat controller - part 4.

Since we prepared and tested Operation and Contract to create Proposal with Trailblazer way, it is time to clean the mess in the controller. Let's remind how our controller #create action looks...

member

Adam

blogpost

Trailblazer tutorial: refactoring fat controller - part 3.

Before we move our business logic to Operation class we still need to handle: Setting the speaker data, Updating the bio of current user based on the speaker from proposal bio. **_(Iter...

member

Adam

blogpost

Trailblazer tutorial: move business logic from controller - part 2.

Since we have basic cases and success flow tested and implemented, it is time to focus on our business logic which we want to move from controller to Operation. Our first identified logic is t...

member

Adam

blogpost

Trailblazer tutorial: fat controller - part 1.

Introduction We write web development software for ~20 years, we used Perl, PHP, Python, C#, and Java during the first 13 years of our existence. Now for the last 7 years, we decided to focus ...

member

Adam