What is the advisability of running Perl on Rails?

Rails is a great platform, but it just doesn't have the story Perl makes, so I thought it might be an interesting idea to put them together. Anyone with a lot of Rails experience sees problems with this?

+3
source share
6 answers

Rails is not a platform. Rails is a web framework written for and for the Ruby programming language.

+19
source

This is completely impracticable.

"Rails" is a framework written in Ruby.

"Ruby on Rails" has always struck me as the reverse logic.

"Launching Perl on Rails" will thus be pointless terminology,

Perl On Rails (which is written in ruby).

Rails Perl, . Rails Ruby, Perl.

, Catalyst, CPAN,

+13

-- "Perl on Rails" . , . , .

, , , , , . Rails , . , Perl Ruby , Rails, , Perl.

+7

Rails Ruby, Perl on Rails Rails, Perl, no?

Perl - MVC-? google "mvc framework perl"

, Beeb, Perl Rails, .

, Perl , , , COBOL ALGOL. FORTRAN Rails? ? ? Bueller?

+2

, , PHP Rails: TRAX Akelos, Rails ( ?).

( ) Rails Ruby , Ruby (), . , MVC (, Catalyst), , Rails.

+1

It seems that one could deploy rails next to the mod_perl application, for example. Catalyst, on the same apache virtual host using a phusion passenger. But the mod_perl application needs to handle the sub-URIs, while the phusion passenger processes the site root.

You just have to use the SetHandler directive for a specific location and use the PerlModule directive to indicate which perl module is processing the request

0
source

All Articles