Skip to content
Max Ivak
  • Startups
  • Development
  • Projects
  • About me
Development

Integrate Gem Engine and main Rails application

August 26, 2024 Max Ivak

This article shows how to design your Rails gem covering aspects of integration with main Rails application.

Continue reading →

Deploying Rails app using Docker and Capistrano

August 25, 2024 Max Ivak

Deploying a Rails app using Docker and Capistrano on a remote server

Continue reading →

Setup Letsencrypt SSL certificates using certbot

August 25, 2024 Max Ivak

Setup Letsencrypt SSL certificates using certbot.

Continue reading →

GUI for sortable tree for models organized by ancestry gem in Rails

ancestry, rails, tree May 29, 2016 Max Ivak | Leave a Comment on GUI for sortable tree for models organized by ancestry gem in Rails

Gem sortable_tree_rails to manage data organized by ancestry – https://github.com/maxivak/sortable_tree_rails.

* Drag&Drop items in a tree structure on your view

* Update data on server after moving an item to a new position

 

Sending emails with ActionMailer and Sidekiq

actionmailer, ruby on rails, sidekiq November 11, 2015 Max Ivak | Leave a Comment on Sending emails with ActionMailer and Sidekiq

This post shows how to send emails asynchroniously using Sidekiq.

 

Read the gist.

Integrating Gem/Engine with main Rails app

gems, modules, rails July 20, 2015 Max Ivak | Leave a Comment on Integrating Gem/Engine with main Rails app

Thist post shows common tasks to integrate a gem/engine with the main Rails application.

it shows solutions to such common problems as:

– improving (extending or overriding) Engine functionality in the main app;

– extend controller defined in Engine;

– use app helpers in Engine;

– etc.

 

Find it on github.

Rails ActionMailer send email to multiple recipients

actionmailer, rails July 19, 2015 Max Ivak | Leave a Comment on Rails ActionMailer send email to multiple recipients

In order to send email to multiple recipients you need to write some extra code.

Find the solution in this gist.

Continue reading →

Setup a new Rails app in Nginx+Passenger

install, nginx, passenger, rails July 16, 2015 Max Ivak | Leave a Comment on Setup a new Rails app in Nginx+Passenger

This gist shows how to setup and configure Rails application in Nginx with Passenger.

 

Solr search in Rails app

rails, solr July 6, 2015 Max Ivak | Leave a Comment on Solr search in Rails app

This tutorial explains how to use Solr search in a Rails application:

https://gist.github.com/maxivak/e1211b67d33add72a4c4

Generate sitemap.xml for Rails 4 application

rails, sitemap June 1, 2015 Max Ivak | Leave a Comment on Generate sitemap.xml for Rails 4 application

This gist shows how to make sitemap.xml for your web site:

https://gist.github.com/maxivak/5f24052e49f0974dac9d

Posts navigation

Older posts

Popular

Rails best practices
DevOps best practices
Gems
Deploying Rails app with Capistrano 3

Recent Posts

  • Integrate Gem Engine and main Rails application
  • Deploying Rails app using Docker and Capistrano
  • Setup Letsencrypt SSL certificates using certbot
  • Vault as a Service
  • GUI for sortable tree for models organized by ancestry gem in Rails

Tags

.net actionmailer amazon android apache asp.net asp.net mvc AWS business models commandline css django Entiy Framework facebook gems git google analytics images it outsourcing memcached mysql nosql php profiling python rails regexp regular expressions rest ruby ruby on rails scalability screenshots sessions smarty soap solr sql ssl startups testing ukraine web services windows xmlrpc
© 2025 Max Ivak Blog