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… […]
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 […]