Displaying 7 results from an estimated 7 matches for "rubby".
Did you mean:
ruby
2006 Aug 04
9
Mongril or Lighthttttp? Yes
I was writing my blob at http://railsblob.blogspot.com/ which is for new
people who are new to Rubby and I was learning if Mongril or
Lighthttttp? or Web Rick is better for me. Have you any advice. Thanks?
Rails Blobber
--
Posted via http://www.ruby-forum.com/.
2010 May 28
3
Beginner Facing Problem with rake db:migrate
I am beginner for this Rails from the past 2 days I am working hard
to fix the following error
C:\Murali Rubby\demo\library>rake db:migrate --trace
(in C:/Murali Rubby/demo/library)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
== CreateBooks: migrating
====================================================
-- create_table(:books)
rake ab...
2006 Jun 22
2
MVC architecture
...creat a GUI accessible via the web with ruby to interface some
matlab implementation ... so I extended Ruby with C++ and then matlab :)
that works perfectly: I have finaly a Ruby class I can call whenever I
want to lunch my matlab algorithm ;)
the point is now I have to make the GUI in HTML with Rubby on rails and
Damn! I don''t get how works the MVC architecture in Ruby (I already used
a PAC architecture with JAVA) but with rails ... I don''t get when I can
call my function :(
I create a model (where my Ruby/matlab class is called) but how I am
supposed to call this functin...
2006 Jan 10
3
ROR setup problems with Suse + apache
hello,
I am tying to run ROR on apache 2 with suse linux 9.3,
and I do not succeed with it.
I set rubby und rails and all scripts are running fine.
my Document root :
/srv/rails/demo/public
I did not setup FastCGI because I could not run it with
normal CGI jet.
my Virtual Server runs on 192.168.0.111
ServerName rails
DocumentRoot /srv/rails/demo/public
<Directory /srv/rails/demo/public>...
2006 Aug 11
0
Uisng Design Pattrens in Yor Rails Appslications
Hi Rubby Haxckers!
I has been a busy pesron since we is been here last.
I has put up some leet coder on deisgn pattrens for yoo to use in your
Rails
Appslications.
http://railsblob.blogspot.com/2006/08/uisng-design-pattrens-in-yor-rails.html
Don''t tell the Javacs, as they might Steal Them and w...
2006 Aug 31
0
Mongrel-users Digest, Vol 7, Issue 58
Hi,
regarding running PHP+Ruby: the php app/files are under the same folder
where the rubby applications are. So therefore, I guess, they are also under
the same virtual host.
I have tried and it is true that if they are running under a different
virtual host there is no problem.
I guess the php code is being send to the mongrels ... wich don''t expect php
code (but rather ruby)...
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi,
I just realice that I can''t run php code anymore once I installed my dear
mongrels (under an Apache Proxy Balancer).
I''m just trying to run the clasic phpinfo() in the following file
/var/rubyapp/public/phpinfo.php ... but instead of being executed the code
is being displayed as plain text ... This is the ouput :))
<?PHP phpinfo(); ?>
anyone can give a