Displaying 20 results from an estimated 5000 matches similar to: "Begining with RoR, litle questions"
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally
making the choice to move over to RoR. This MVC stuff is all very new to
me. As i have no trouble understanding ruby code... or any code for that
matter.. my challange comes in getting my head around the MVC stuff. Is
there any demos articles that you guys have seen that takes a site or a
business breif and explains where
2006 Sep 08
2
rails equivalent to symfony admin generator?
I''m an experienced PHP programmer (don''t know Ruby yet), and I''m playing
around with Symfony (PHP MVC framework similar to Rails) and I found
myself asking if there''s really any reason to use it over Rails.
From what I''ve seen just about every feature in Rails is superior except
one very important thing - Symfony''s admin generator. This is
2008 Jan 10
10
Webmail Recommendation
Hi,
I want to install webmail. I am using Dovecot with Exim4.
Recommendations requested please.
Thanks
Peter Sparkes
2006 Jun 11
47
Ruby on Rails and CakePHP Comparison
>From a development standpoint, what are the features that make Ruby on
Rails a better choice compared to CakePHP?
--
Posted via http://www.ruby-forum.com/.
2005 Oct 21
21
PHPonRails ?
I''ve have a very tight schedule project that MUST (not my option), be
developed in PHP. Is there a Rails based framework for this platform?
I like the Rails way of things, but in this case, I cannot choose the
programming language, so please don''t offend me :-)
Thanks in advance,
Alessandro
_______________________________________________
Rails mailing list
2008 Jan 18
18
Rails versus PHP in complex HTML/CSS
I have done a bunch of Rails stuff on my own and my company uses PHP.
I often have to integrate very complex HTML/CSS into PHP. I know that
the PHP looks more closer to the HTML than Rails because Rails has
alot of link_to and other macro like calls that generate alot of stuff
that you don''t see in the template. I am wondering if that could make
it any tricker to generate the complex sort
2006 Feb 06
4
Basic MVC in RoR question
Ok, Here''s my controller:
def create
trainingplan = Trainingplan.createplan(@params[:startdate],
@params[:enddate], @params[:hoursperweek], @params[:programtype])
end
My model is:
class Trainingplan <ActiveRecord::Base
def self.createplan(stardate, enddate, hoursperweek, programtype)
stardate = startdate
enddate = enddate
hoursperweek = hoursperweek
programtype
2008 Jun 25
5
Symfony like "forward404"
Hi community,
as I''m a previous PHP and especially symfony programmer, I often try
to find features of symfony in rails. Now I''m looking for a method
which forwards to a 404 error page (but with stack trace and so on in
development mode). I tried to manually render public/404.html, but if
I do so, I miss the stack trace. Is there a method like this or are
rails programmers using
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi,
As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some
situations. Unfortunately, some applications like OwnCloud require a
more recent version of PHP.
Up until recently, I've been using PHP 5.6 packages from the Webtatic
repository. Despite the bad press this third party repo seems to have,
it has been working perfectly for me for a few years. Here's the PHP 5.6
packages
2007 Feb 26
24
Ruby/rails port of Cocoon/hibernate
Hi,
I''m currently running an apache/jboss cocoon/flow/hibernate/ajax
paypal (directpayment) project and am looking into the possibility of
porting it across to ruby/rails. For that reason I would like to know
the following:
1. Can I call my java classes or would I be looking at a complete
rewrite in ruby?
2. How effective is ruby in terms of seperation of concerns regarding
design from
2003 Oct 28
2
litle question (proxy transparent+authtenticate+shorewall)
Hi,
I try configure squid proxy transparent and shorewall
In my squid.conf have this configuration:
http_port 8000
acl all src 0.0.0.0/0.0.0.0
acl password REQUIRED
http_access allow password
http_access deny all
authentica_program /usr/lib/squid/ncsa_auth /etc/squid/passwd
In my rules have:
REDIRECT loc 8000 tcp 80 - !MY_IP_EXTERNAL
ACCEPT fw net tcp 80
I try
2009 Aug 04
2
php-pdo
I wish to use PostgreSQL with PHP+PDO. I haven't use PDO before.
I have the php-pdo package installed on my CentOS 4.7 server:
# rpm -qa |grep pdo
php-pdo-5.1.6-3.el4s1.10
Now when I try connect to the PostgeSQL db with this code:
<?php
print "PDO test<br />";
try {
$db = new
PDO("pgsql:host=192.168.0.180;port=5432;dbname=mydb;user=test;password=test");
1998 Jul 07
0
(Off Topic, a litle) WinFrame/WinCenter, other Multi-User NT
I'm looking for experiences with the various Multi-User NT products with
SAMBA, and in general.
My intent is to set up a single Multi-User NT box as a shared
email/productivity program environment
for my six full time UNIX users.
My environment is such that I'll be using Outlook 97 to talk to MS
Exchange 5.5 servers, and running
MS Office Pro 97 (among other) tools from SGI 6.4
2004 Sep 10
1
[Flac-users] a litle stupid quession
sorry for this, but I want know: flac commandline syntax. support ordinary win. com.line ?
other words:
if I tape at encoding options --cuesheet=*_cdimage.cue, flacenc look it as '*_cdimage.cue' or as ''any'_cdimage.cue'?
best ragards...
"Opossum" <darckopossum@yandex.ru>
2006 Dec 06
1
Big litle endian issues in 1.6 beta 5
Hi All,
Attached is a proposed patch, which should solve some issues with mixed
endians. Unfortunately I was not able to access the latest code on the
CVS to see what other fixes might be there.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pack_generic.diff
Type: text/x-patch
Size: 2816 bytes
Desc: not available
Url :
2006 Dec 06
1
Big litle endian issues in 1.6 beta 5
Hi All,
Attached is a proposed patch, which should solve some issues with mixed
endians. Unfortunately I was not able to access the latest code on the
CVS to see what other fixes might be there.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pack_generic.diff
Type: text/x-patch
Size: 2816 bytes
Desc: not available
Url :
2006 May 05
7
Problem with autocomplete
Hello,
I''m using scriptaculous library (in symfony) v. 1.6.1
Great library !!!!!
I have a problem.
While in IE6 it''s all ok (the autocomplete field works perfectly) in FF
1.5.0.2 the field apparently isn''t working. If I try the example in the
scriptaculous homepage (v. 1.4.0_pre4 of Prototype) doesn''t work with
FF, while the simple online demo, that uses
2008 Sep 10
1
Samba + NFS + APACHE + PHP5 + Symfony
Hello All, I'm new here so I expect to learn a lot using this mail list.
Let's directly to my problem.
I have here 2 servers, one running Apache + php5 + Symfony, and other server with Samba and nfs.
The web-server mount the data from the samba-server by nfs. there are developers that create and edit the data on the samba-server, but the Apache and Symfony create and edit data too,
2006 Apr 19
24
Why Ruby on Rails
Our company is mainly made up off application developers but we have a
lot of web work coming up so we are deciding which route to take at the
moment. We initially identfied ASP.NET 2.0 with the ATLAS AJAX
framework because of the RAD features, easy to learn etc.
I had read some stuff on ROR and our Boss who is open minded allowed me
to create a sample application with ROR. He was impressed
2009 Aug 02
2
Multiple app directories
Hi,
I''m wondering if there is possibility to make multiple ''apps'' under
one Rails Application. That is multiple app directories but sharing
the same server, the same configuration, etc. One might be ''admin'' and
the other — ''user''.. Some directories (models) might be shared via
symlink. The reason is that I don''t want to have