Re: [Rails] New open source project based on rails

2011-10-13 Thread Tim Wattenberg
Great. You need any help/contributors? :D Am Thu Oct 13 16:57:30 2011 schrieb dz: Gitlab released. A similar to github application but for your servers with private repositories only. If you want to store manage projects on your own hosts - it will be a good solution For more information -

Re: [Rails] HELP: I can not install sqlite3 (evil gem)

2011-08-11 Thread Tim Wattenberg
2011/8/11 Vinícius Rodrigues swoopag...@hotmail.com [...] Can someone help me? Are you logged in as root? Otherwise try sudo gem install sqlite3. (Maybe you are not allowed to call make as a normal user, I can't imagine that a system does ship without make). -- You received this message

Re: [Rails] Project Management Tool with Git integration

2011-01-24 Thread Tim Wattenberg
Do you want to run this tool on your own server? A hosted service I used several times is Assembla (http://assembla.com). Tim Am 24.01.11 11:09, schrieb Gerő Zoltán: Hi, looking for a project management tool which has Git (preferably Github) integration. I found BaseCamp which was acceptable

[Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing a blog-application. My questions is, if there is a special way to build something like a frontend/backend structure. As you might (or probably) know, the frontend should just give out a

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Am 18.01.11 16:19, schrieb David Kahn: On Tue, Jan 18, 2011 at 8:30 AM, Tim Wattenberg timwattenb...@googlemail.com mailto:timwattenb...@googlemail.com wrote: Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Thanks. In addition I found namespace-routing (http://guides.rubyonrails.org/routing.html under 2.6), which is what I was looking for. Am 18.01.11 16:53, schrieb Colin Law: On 18 January 2011 15:39, Tim Wattenberg timwattenb...@googlemail.com wrote: [...] I was thinking from the perspective

Re: [Rails] Re: Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
. Hope this helps Robbie On Jan 18, 2:30 pm, Tim Wattenberg timwattenb...@googlemail.com wrote: Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing a blog-application. My questions is, if there is a special way to build something