Hacker News
- Should You Use Ruby on Rails or Hanami? https://blog.appsignal.com/2024/04/24/should-you-use-ruby-on-rails-or-hanami.html 4 comments
- Using Redis with Ruby on Rails http://jimneath.org/2011/03/24/using-redis-with-ruby-on-rails.html 11 comments
- How to Use instance_exec in Ruby on Rails https://www.mintbit.com/blog/how-to-use-instance-exec-in-ruby-on-rails 5 comments ruby
- Should You Use Ruby on Rails or Hanami? https://blog.appsignal.com/2024/04/24/should-you-use-ruby-on-rails-or-hanami.html 17 comments ruby
- Use Ruby’s Marshal module to confidently manipulate production data in Rails console https://medium.com/@rohit.joshiadvanced/use-rubys-marshal-module-to-confidently-manipulate-production-data-in-rails-console-9a7c489ef402 2 comments ruby
- Performance Impact of Using Ruby on Rails View Partials https://scoutapm.com/blog/performance-impact-of-using-ruby-on-rails-view-partials 12 comments ruby
- Ruby on Rails authorization using CanCanCan https://www.reddit.com/r/rails/comments/gcoxya/ruby_on_rails_authorization_using_cancancan/ 18 comments rails
- Euruko 2019: How Netflix is using Ruby on Rails https://www.youtube.com/watch?v=YUX2tl3BMpw 14 comments ruby
- Ruby on Rails on Windows is not just possible, it's fabulous using WSL2 and VS Code https://www.hanselman.com/blog/rubyonrailsonwindowsisnotjustpossibleitsfabuloususingwsl2andvscode.aspx 49 comments ruby
- Facebook Messenger Bot w/Webhooks using Ruby on Rails https://medium.com/driven-by-code/facebook-messenger-bot-using-webhooks-e481218ee7a2?source=friends_link&sk=a222d7f59a18e65b32e466bb7ed8d4f1 3 comments ruby
- The Benefits of Materialized Views (and how to use them in your Ruby on Rails project) https://medium.com/@rebo_dood/the-benefits-of-materialized-views-and-how-to-use-them-in-your-ruby-on-rails-project-4ac1b5432881 15 comments ruby
- Using Concurrent Ruby in a Ruby on Rails Application | BigBinary Blog https://blog.bigbinary.com/2018/06/05/using-concurrent-ruby-in-a-ruby-on-rails-application.html 8 comments ruby
- You should be using GraphQL, a Ruby on Rails introduction https://medium.com/@unicornagency/you-should-be-using-graphql-a-ruby-introduction-9b1de3b001dd 22 comments ruby
- Using ES2015 with Asset Pipeline on Ruby on Rails http://nandovieira.com/using-es2015-with-asset-pipeline-on-ruby-on-rails 8 comments ruby
- Using vim/tmux for Ruby on Rails http://blog.salsify.com/engineering/using-vim-tmux-for-ruby-on-rails 4 comments vim
- Using ES6 with Asset Pipeline on Ruby on Rails http://nandovieira.com/using-es6-with-asset-pipeline-on-ruby-on-rails 4 comments rails
- What is Ruby on Rails Used for And Which Big Corporations are Using It http://www.bacancytechnology.com/blog/what-is-ruby-on-rails-used-for-and-which-big-corporations-are-using-it/ 15 comments rails
- Using PostgreSQL and jsonb with Ruby on Rails http://nandovieira.com/using-postgresql-and-jsonb-with-ruby-on-rails 4 comments rails
- Nearly a year-old utf8 encoding bug that completely prevents using ruby-1.9 with rails https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails-with-multibyte-strings-in-ruby-19-similar-to-2038 24 comments programming
- HTML / CSS to PDF using Ruby on Rails http://article.smarteguru.com/2008/09/html-css-to-pdf-using-ruby-on-rails/ 6 comments ruby
- Big Name Companies Using Ruby on Rails http://blog.obiefernandez.com/content/2008/03/big-name-compan.html 4 comments ruby
- Using Vim as a Complete Ruby on Rails IDE http://biodegradablegeek.com/2007/12/13/using-vim-as-a-complete-ruby-on-rails-ide/ 11 comments programming
- Using Ruby on Rails for Web Development on Mac OS X http://developer.apple.com/tools/rubyonrails.html 4 comments reddit.com
- Metaprogramming in Ruby: How Rails Router Uses `instance_exec`to Provide a Nice DSL https://www.akshaykhot.com/understanding-rails-router-why-what-how/#digging-deeper-router-internals 4 comments ruby
- Building 12 Startups in 12 Weeks using Ruby on Rails; https://twitter.com/davidbattersby 10 comments rails
- Pros and cons of using structure.sql in your Ruby on Rails application https://blog.appsignal.com/2020/01/15/the-pros-and-cons-of-using-structure-sql-in-your-ruby-on-rails-application.html 34 comments ruby
- Teaching beginners web development in ruby or learning yourself? An argument for not using rails first. http://leaheramo.info/2018/12/learning-web-development-in-ruby-heres-why-you-should-do-it-sinatras-way/ 6 comments ruby
- How to use AWS Secrets Manager in Ruby on Rails https://anonoz.github.io/tech/2018/12/29/aws-secrets-in-rails.html 3 comments ruby
- Using Ruby on Rails 5.2 Active Storage https://tech.xing.com/using-ruby-on-rails-5-2-active-storage-598982e99fb1 8 comments programming
- Ruby is a programming language. But why is it connected to rails so strong and isn't used elsewhere? https://www.reddit.com/r/rails/comments/6puesh/ruby_is_a_programming_language_but_why_is_it/ 15 comments rails
- Ruby on Rails Development on Ubuntu 9.04 (Jaunty) using Ruby 1.8.6 http://panthersoftware.com/articles/view/6 3 comments ruby
- Ruby on Rails tops the "Best backend technologies to use in 2019" list https://learnworthy.net/best-backend-technologies-to-use-in-2019 24 comments ruby
- How We Used Amazon Web Services to Save $84k Per Year (And Improve Performance!) with a Heroku Hosted Ruby on Rails App https://www.ironin.it/blog/amazon-web-services-cost-saving-performance-improvements.html?utm_source=reddit 16 comments ruby
- Help understanding a Ruby on Rails example that uses symbols http://guides.rubyonrails.org/getting_started.html 7 comments ruby
- [Ruby] How do I use Ruby (non-Rails) server-side? http://projecteuler.net 8 comments learnprogramming
- I wrote a tutorial on how to install and deploy ruby on rails simply without using capistrano/unicorn, critique and comments are appreciated! http://kitsunechan.com/deploy-rails-on-nginx-easily.html 7 comments webdev
- ruby on rails - Can't find element to click on using Capybara + Rails3 - Stack Overflow http://stackoverflow.com/questions/11335303/cant-find-element-to-click-on-using-capybara-rails3 2 comments rails
- It’s a popular internet recommendation to use eager loading in Ruby on Rails applications to eliminate the N+1 query problem. It may seem like a blessing initially, but it has drawbacks. Gladly, there is a much better solution I want to share with you. https://medium.com/@evgeniydemin/stop-using-eager-loading-in-your-rails-application-use-this-instead-b837f0246033 2 comments rubyonrails
- How to use a Transaction Script(aka Service Objects) in Ruby on Rails. Simple example https://jtway.co/how-to-use-a-transaction-script-aka-service-objects-in-ruby-on-rails-simple-example-161b7e228942 3 comments rails
- How to Track Page Impressions in Ruby on Rails? Many times, we need to track the page views of any page such as profile page, shopping sites page in a Ruby on Rails applications, for which we can make use of Impressionist gem to track those page details easily. http://www.cryptextechnologies.com/blogs/track-page-impressions-in-ruby-on-rails 4 comments ruby