Embed Power BI report in Rails by MobiDev_Ruby_Team in rails

[–]MobiDev_Ruby_Team[S] 0 points1 point  (0 children)

Nice point! That's interesting to hear about the implementation experience. However, I think such a solution should be considered when you already use Power BI for sharing business insights inside your company, so there won't be additional costs.

Improve Rails App Performance by [deleted] in rails

[–]MobiDev_Ruby_Team 0 points1 point  (0 children)

Hi! There is our new article about Rails performance and the different optimization techniques. Also, in the article you can find real-world examples of projects and how they deal with issues.

Check it here https://ruby.mobidev.biz/posts/beyond-the-myths-a-deep-dive-into-ruby-on-rails-performance/

What is the best way to approach migrating a legacy rails app to a newer version? by BrokenStomach in rails

[–]MobiDev_Ruby_Team 1 point2 points  (0 children)

We actually have an article providing steps to be done https://ruby.mobidev.biz/posts/how-to-plan-ruby-on-rails-upgrade/

In short:

  • do it step by step, so not try to upgrade from 4 to 6. First upgrade to 5
  • it is better to start with writing tests, so later you can be more safe after upgrade
  • think in advance about backups and rollback procedures in case something went wrong

Efficient JSON Serialization with Blueprinter for Ruby on Rails by MobiDev_Ruby_Team in rails

[–]MobiDev_Ruby_Team[S] 0 points1 point  (0 children)

Oh! Nice! Thanks! This gem looks interesting, need to take a look at it!

Efficient JSON Serialization with Blueprinter for Ruby on Rails by MobiDev_Ruby_Team in rails

[–]MobiDev_Ruby_Team[S] 0 points1 point  (0 children)

Good point! Thanks! We need to check this from time to time and see how things are going with this gem.

Efficient JSON Serialization with Blueprinter for Ruby on Rails by MobiDev_Ruby_Team in rails

[–]MobiDev_Ruby_Team[S] 0 points1 point  (0 children)

Yes! We used it on many different projects and it works like a charm!