Assets precompile without a database in Rails 4 and 5
The other day I had a request from my IT guy. He asked: “Hey, can you make rails not connect to the database when running assets precompile?” I said sure… […]
The other day I had a request from my IT guy. He asked: “Hey, can you make rails not connect to the database when running assets precompile?” I said sure… […]
I was in need to calculate the size of the output of Base64.strict_encode64. I wanted to get this value to determine if the file was too big to send to […]
I am running selenium tests that I launch using a rake task. Recently I wanted to run a bunch on them concurrently every so often. The problem I ran into […]
So I started using rails about 3 months ago and it has been awesome. ActiveRecords was my first experience using ORM. I wish I had started using this a long […]
This is a topic that seems to get asked a lot and answered in so many different ways. I haven’t really found an answer that I considered full and easy […]
The bootstrap3-datetimepicker-rails is a very nice plugin that adds a nice date and time picker to your bootstrap based rails application. I started using it the other day and I […]
I was creating my first Rails app the other day and although the online tutorials are very useful, I couldn’t find a way to have my devise registration form create […]
So I am trying to jump on the ruby bandwagon and just spent a few days trying to understand how to configure a dev machine. Now, being a PHP developer […]