similar to: [JOBS] Unique Developer Opportunity at Anideo (Singapore)

Displaying 20 results from an estimated 200 matches similar to: "[JOBS] Unique Developer Opportunity at Anideo (Singapore)"

2008 Dec 19
0
MySpace.com clone - is it possible with Ruby on Rails?
Hi, I wanna know wich of the well known frameworks is the best choice for myspace-clone community website. CakePHP ? Zend Framework? Symfony? Ruby on Rails :) ? Django? or maybe Kohana? Prado? or something else? Is it better to use PHP or Ruby or Python? I will pay a webdesigner for this job, but I want to know which lang and framework is in your opinion the best for this kind of application.
2006 Jul 12
10
Rails: Good for everything?
My department is in a battle right now. We have some very por PHP people and very pro Rails people. The php guys make a good argument that Rails is good for new applications where we dictate the DB schema. PHP shines where we go into an existing application, or a new one where multiple databases or possibly legacy systems are involved. The PHP guys basically say Rails is good for Web 2.0
2007 Jul 14
1
DO NOT REPLY [Bug 4786] New: deletes files in parent directory when destination directory doesn't exist
https://bugzilla.samba.org/show_bug.cgi?id=4786 Summary: deletes files in parent directory when destination directory doesn't exist Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
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
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/.
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,
2007 Feb 13
1
cakePHP Programmierer gesucht
Für die Entwicklung einer Online Community suchen wir einen erfahrenen cakePHP Programmierer in Heimarbeit und Vollzeit. - fundierte cakePHP Kenntnisse. - svn Routine. - zeitlich ab sofort verfügbar. - 2-3 Monate, ggf. länger. - Kurz-Bewerbung per E-Mail. - Bezahlung wahlweise pauschal nach Milestones oder Stundensatz. Bitte senden Sie uns einen Link auf eine Demo Page Ihrer bisherigen Arbeit,
2015 Jul 17
1
CakePHP in CentOS7
Hello everyone, is there anyone who got CakePHP running in his CentOS7 machine? I did it like the installation guide on cakephp.org says but I ran into file permission problems for error.log and cache configuration errors. The skeleton application is not running. Regards Tim
2013 Jun 06
1
Unable to ping google... but can ping bing...
Hello all, this is what happens when I attempt to ping both search engines: http://bin.cakephp.org/view/168484871 One has 100% packet loss, the other none. Here is my route -n: http://bin.cakephp.org/view/219711338 Also, this is my iptables -L output: http://bin.cakephp.org/view/2102713387 This is a 64-bit virtual machine running on Azure, OpenLogic CentOS 6.3. If more info is needed,
2007 Jan 31
2
rspec + CakePHP
Hi, I am in a situation where I am going to have to rewrite a working Ruby on Rails application in CakePHP with PHP5. I have a whole bunch of specs written with rspec, and I was wondering if it would be possible to somehow use these specs to test the Models and Controllers that I am rewriting in CakePHP. I am going to be basically just exactly duplicating the Rails application, with identical
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
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
2009 Jul 19
1
admin rounting
Hello everyone, I''ve recently switched from CakePHP to rails. In CakePHP there is a feature called admin routing where your route would look like: /admin/controller/action/ which would map to a method admin_action() in the specified controller. Is something like this available in Rails as well or would I always have to create a separate controller? thanks for your help Marc
2016 May 31
0
Using ntlm_auth with a non-Squid application
Hi Gaetano, Good plan, I'd be very interested in your work as I am starting to look at symfony here, also! I do have ntlm_auth working perfectly using Samba 4 (and with badlock patches). I use it with freeradius, not squid. An extract from my /etc/raddb/modules/mschap, if it helps: ntlm_auth = "/usr/local/samba/bin/ntlm_auth --request-nt-key
2013 May 20
1
Where did yum install monodevelop?
Hello all, I'm running CentOS 6.4. Today I tried installing monodevelop and this is the result of the installation: http://bin.cakephp.org/view/258829139 Now. When I went to my terminal and ran monodevelop... nothing. When I tried to locate the actual executable by running find . -name "*monodevelop*" (kinda overkill, but figured that I'd get this option out of the way), I
2011 Feb 14
4
Begining with RoR, litle questions
Hello, First, sorry about my english. I come from lamp+symfony world, i understand the MVC design and so on... my questions... 1. Should learn ruby 100% before entering the documentation for RoR? 2. Works with apache as module? 3. What about DB abstraction? something similar to PDO in php? Appreciate a few links in addition to the official. In short, a little guidance of where to start PD:
2016 May 31
3
Using ntlm_auth with a non-Squid application
Hello my goal is to write an authentication module for the Symfony php framework, which would provide SSO capabilities to browsers that are logged in an MS AD domain and support the NTLMv2 protocol. Ideally this module would run on linux servers, and be portable, i.e. require as few non-php tools and network/firewall settings as possible (that's why I eschewed the existing Apache modules
2010 Sep 17
6
Rails base model
I''m very new to Ruby and to Rails. I''m coming from PHP and CakePHP. I would like to create a base model from which all other models will inherit from. I have done this: class AppModel < ActiveRecord::Base end and class Post < AppModel end I''m getting the following error: Table ''blog_development.app_models'' doesn''t exist My
2007 Mar 08
0
[JOB] Full Time Ruby on Rails Position in Phoenix, AZ
Description: We are looking for a skilled Ruby on Rails/PHP developer that can join our team and assist us in day-to-day projects as well as the development and maintenance of our upcoming, top-secret web app! This is an in-house, full-time, hourly position. Required Skills: - Ruby on Rails - AJAX web browser client technologies, ie. Javascript, CSS, DOM+XHTML, XML, CSS, JavaScript, Web Services.
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