KB Home | Advanced Search | News | Glossary | Login |
|
ASP.NET Hosting Knowledge Base |   |
How To Setup Ruby on Rails with Postgres
Viewed 11565 times since Mon, Dec 30, 2013
IntroductionPostgres (or PostgreSQL) is an open source database. Ruby on Rails is an open source web framework written in Ruby. Rails is database agnostic, meaning it can be used with a variety of different databases. By default it assumes that... Read More
A Comparison of (Rack) Web Servers for Ruby Web Applications
Viewed 8249 times since Mon, Dec 30, 2013
Meet Ruby's RackNowadays, giving the opportunity to mix-and-match web servers with web applications and other technologies [to developers] is a very powerful, necessary and indeed in-demand aspect of any programming language and framework. A... Read More
How To Install Ruby on Rails on Arch Linux with RVM
Viewed 13838 times since Sun, Dec 29, 2013
Step One— Install Ruby with RVMBefore we do anything else, we should run a quick update to make sure that all of the packages we download to our server are up to date: pacman -SyOnce that's done, we can start installing RVM, Ruby Version... Read More
|
|