Tag: ruby-on-rails


Found 539 results for 'ruby-on-rails'.


1) ruby-on-rails - Is it secure to store passwords as environment variables (rather than as plain text) in config files?
2) ruby-on-rails - How to manage a group of resque workers using systemd?
3) ruby-on-rails - Are Heroku's environmental variables a secure way to store sensitive data?
4) ruby-on-rails - Is it ok to store DB password for the production environment in the config/database.yml file
5) linux - Syntax error when starting Rails server, RVM could be the issue?
6) ruby-on-rails - In Ruby on Rails, what's the difference between DateTime, Timestamp, Time and Date?
7) ruby-on-rails - How to solve error "Missing `secret_key_base` for 'production' environment" (Rails 4.1)
8) shell-script - How do I use shellscripts for rails with 'screen'?
9) ruby-on-rails - echo $PATH doesn't match .bash_profile
10) ruby-on-rails - Systemd: can't seem to get sidekiq to log to a file
11) ruby-on-rails - God stop resque workers rake
12) ruby-on-rails - Redis and Resque, workers not getting updated application code
13) ruby-on-rails - systemd init script for resque worker
14) ruby-on-rails - Graceful way to restart resque workers
15) ruby-on-rails - Can a Rails app be deployed without using Heroku Toolbelt? If so, how?
16) ruby-on-rails - Why is rake db:migrate:reset not listed in rake -T?
17) ruby-on-rails - Rake tasks and rails initializers
18) ruby-on-rails - Environment variables in Rails, where to put for development testing before deploying
19) ruby-on-rails - Production entry for rails database.yml file on Heroku
20) ruby-on-rails - Failing to access environment variables within `database.yml` file
21) ruby-on-rails - Importing external file into database.yml file
22) ruby-on-rails - Getting error: Peer authentication failed for user "postgres", when trying to get pgsql working with rails
23) ruby-on-rails - How to drop columns using Rails migration
24) ruby-on-rails - How to pass arguments into a Rake task with environment in Rails?
25) sql - ActiveRecord: List columns in table from console
26) ruby-on-rails - Can I pass an argument to rake db:seed?
27) ruby-on-rails - Passing a parameter or two to a Rake task
28) ruby-on-rails - Passing arguments to a method in Rake Task
29) ruby-on-rails - Rake task with multiple parameters and model access not working
30) ruby-on-rails - Running rails runner with some parameters
31) ruby-on-rails - How to "pretty" format JSON output in Ruby on Rails
32) ruby-on-rails - Bash Script to run three different rails apps on the local server?
33) ruby - Installing redmine on ubuntu 10.10
34) c++ - Why is Ruby string handling very slow?
35) nginx - Passenger + nginx: application doesn't run in production mode
36) debian - Ruby testing on stable debian server
37) ruby-on-rails - Rails 3 -- Bundler/Capistrano Errors
38) ruby-on-rails - Security for cross-origin resource sharing
39) ssh - How to execute a command on the server with Capistrano?
40) database - Ruby on Rails: primary SQL db and secondary No-SQL db without models
41) database - choosing Database and Its Design for Rails
42) database - Rails and Mongoid best way to implement sharing system
43) ruby-on-rails - model association or controller?
44) php - How do I determine which language/framework is best for our web-based project?
45) database-design - Ruby on Rails database using static lookup tables or constant strings
46) database-design - How to Structure a Trinary state in DB and Application
47) javascript - Performing client-side OAuth authorized Twitter API calls versus server side, how much of a difference is there in terms of performance?
48) architecture - Database design for a role based access system?
49) ruby-on-rails - what receives an ajax call?
50) ruby-on-rails - Rails - to use STI or not...that is the question