Hi Peter, That not exactly the same issue, I'd say an authoritative install guide for Ubuntu is definitely needed, especially since a direct install from the repositories won't work.
I used this guide which got Rails and Ruby to work on Ubuntu 10.10 64- bit: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ Though it installed the pg adapter instead of the postgres-pr gem. Luís On Oct 6, 3:48 pm, Peter Vandenabeele <[email protected]> wrote: > 2011/10/5 Luís de Sousa <[email protected]> > > > Hello again, > > > I managed to get rake db:create to work, it requires the creation of an > > application with the -d postgresql argument. Nevertheless, it throws a > > strange message saying that the database already exists. I will move onwards > > with the tutorial to see if it really works. > > > I think this issue should be made clear on the tutorial; some basic > > guidelines on which adapter to use could also be helpful. > > I read you use Ubuntu (am I correct ?). > > When googling for "install ruby on rails ubuntu" > * the first entry points to a page on help.ubuntu.com that talks about 8.04 > and 9.04 > * the second entry points to a very short description help.ubuntu.com > * the third page points to a broken page onhttp://wiki.rubyonrails.org/ > * and then we get into private blogs, which may be OK, but are less > authorative > > I would volunteer to make a proper write-up for Ruby and Rails on Ubuntu > 10.04 > and/or 11.10 with rvm, ruby 1.9.(2|3), postgresql, etc. > > Particularly I would also make clear which extra -dev Debian packages are > needed > for native compilation when starting from a vanilla Ubuntu (32 bit x86) > client machine > install. > > That could be similar in style to what I did on my blog for Jaunty (9.04) a > few years agohttp://vandenabeele.com/Rails-on-Ubuntu-Jaunty > > My goal is to put a correct how-to in the place that is most easily found by > newcomers > that are working on Ubuntu. > > Maybe most efficient would be to update the number 1 hit that is the Ubuntu > help Wiki. > > Would this be useful, or is this problem solved and did I just not find the > correct > pointers by googling? (in that case, I could update the wiki to point there > or copy > the correct description on the Ubuntu help Wiki). > > Thanks for your feedback, > > Peter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

