Displaying 6 results from an estimated 6 matches for "karimov".
2006 Apr 26
10
ANN: svn_conf generator -- making "svn import" easy and fun
...ll --source http://dist.agilewebsolutions.com/
svn_conf_generator-0.0.2.gem svn_conf_generator
2. Generate svn_conf in a new rails project (not imported into svn)
./script/generate svn_conf
3. Run svn:configure task to create .cvsignore files
rake svn:configure
Best regards, Roustem
roustem.karimov@agilewebsolutions.com
--
Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Feb 22
5
Moveable Type import question.
Hello RoRsters'',
I''ve just started my first project with ROR, and frankly it''s pretty
amazing, there are many things that still haven''t "clicked" for me yet
but essentially it''s all coming together.
My first project is a basic blog application to replace a current
Moveable Type based blog. I''ve managed to get the basic functionality
2008 Apr 29
46
[Bug 15758] New: Invisible mouse pointer on NV4E (C51)
http://bugs.freedesktop.org/show_bug.cgi?id=15758
Summary: Invisible mouse pointer on NV4E (C51)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2006 Feb 15
5
Lighttpd now works for production. Development is broken?
I''ve finally gotten lighttpd working for my production instance (SUSE
10.0 with SSL).
(Had to install the fcgi dev toolkit, the SUSE 10 ruby-fcgi rpm, and
the fcgi gem. I''m not positive all 3 were required, but that is what
I did.)
Now the devel instance of my app is broken.
I''m not sure how to fix it.
Previously I was using WEBrick for both devel and production.
2006 Feb 01
18
Switchtower Error
This is my deploy file
set :application, "varcasa stage"
set :repository, "file:///c:/svnrepo/thenali/trunk"
#
=============================================================================
# ROLES
#
=============================================================================
# You can define any number of roles, each of which contains any number of
# machines. Roles might
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi,
I''ve started reading some Java books. Gasp! What makes website
development with Java so bad? I haven''t looked at Struts but I''m
reading about Hibernate. Compared to ActiveRecord, Hibernate seems
like some extra typing to explicitly define the model fields, getters
and setters. I know that these are things that you can do in
ActiveRecord when things get complicated