Open source RDBMS (relational database management system) when used in conjunction with the Ruby on Rails framework.
I have a model called Story that I'm trying to order by the created_at date. Since I've hosted my …
ruby-on-rails rails-postgresqlI am trying to configure PostgreSQL to use fulltext search in my rails app as mentioned in this Railscast. I …
postgresql full-text-search postgresql-9.1 rails-postgresql unaccentI can't get rake db:migrate to run on my rails 4.0.1 app on Heroku. I'm guessing that I don't have …
ruby-on-rails ruby heroku ruby-on-rails-4 rails-postgresqlI am trying to delete a production database so I can start fresh. When I upgraded to rails 5 from rails 4, …
ruby-on-rails ruby rake ruby-on-rails-5 rails-postgresqlSo I'm starting to use the Postgres JSON datatype, now that there's a lot of fun stuff you can do …
ruby-on-rails json ruby-on-rails-3.2 rails-postgresql pgI'm getting the following 'incompatible library version' error when I try and access my Ruby on Rails website in development …
ruby-on-rails ruby-on-rails-4 rubygems rails-postgresqlfirst things first, please excuse my utter noobness. I really tried to find a solution out there, but now i'm …
ruby-on-rails authentication rake rails-postgresqlYesterday I've install Postgres and pgAdminIII, all worked correctly, but after reload it stopped working. After rails server I've got …
ruby-on-rails database sqlite database-connection rails-postgresqlI put together a Rails dev environment by following instructions from https://docs.docker.com/compose/rails/ It works, but …
postgresql docker rails-postgresql remote-connectionI need to create a BLOB column to store some text content. I have read somewhere that I need to …
ruby-on-rails-3 blob rails-postgresql