similar to: rspec + CakePHP

Displaying 20 results from an estimated 1000 matches similar to: "rspec + CakePHP"

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
2006 Jul 21
2
mongrel, memcache and sessions
Hi, I''m using mongrel-0.3.13.3 with memcache-client-1.0.3 for storing sessions. It was working fine with actionpack-1.12.0, but when I upgraded to actionpack-1.12.3, I started getting a "can''t convert String into Hash" error from memcache.rb from memcache-client. I was able to fix it by changing the way the MemCache object was created in
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/.
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,
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
2008 Jul 08
3
undefined method `name' ...........
Hi Community.... I''m new in this game, so this might be a easy question, but I have done my google, without result, so I will try this.... I''m learning ROR, and I''m using Patrick Lens ''Ruby on Rails'' book. (This is written for ror 1.x - and I''m using NetBeans 6.1 - ror 2.x - this might be the problem...) But... I have made this
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
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
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
2006 Mar 13
2
Rails : Objects, Patterns and Practice
I''m currently learning Rails and reading PHP5 Objects, Patterns, and Practice. Its a great intoduction to Singletons, Factories etc but can anyone recommend a similar resource for Rails or failing that Ruby. ? thanks Tony -- Posted via http://www.ruby-forum.com/.
2007 Jul 02
3
list box poupulation using php,mysql and ptototype
I have some problems with php and Prototype.I am trying to implement listbox population (second dropdown box values depend on first dropdown) using php,Mysql and Prototype.But i have no idea how to implement . I hope you all have sucessfully done this, please show me an example --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
Can anyone recommend good books, online tutorials, or any other learning materials for Javascript - specifically Object Oriented Programming using JS? I want the rest of my dev team to be able to help me code in JS, specifically using prototype and scriptaculous. I''ve been using JS for so long, and I kinda "grew up" on OOP programming but my whole team is Coldfusion
2010 Feb 16
0
[JOBS] Unique Developer Opportunity at Anideo (Singapore)
Anideo, a Singapore and US based web products company founded by 3 Harvard graduates, one of whom started Facebook.com is currently hiring!. You will be creating, coding, and building cutting-edge web applications that will be used by millions of people. Anideo retains its Silicon Valley start-up culture with flexible work schedules, a relaxed office environment and unique hacker perks. The 3
2006 Feb 14
4
Fine grained access control
Hi, I''m building an application which is going to require quite fine grained access control. Deciding if a user is allowed to access an action will probably require checking quite number of different rules, so a simple role-based system won''t be flexible enough. The approach I think I will try first is, if it''s possible, to ignore permission issues inside the
2009 Oct 19
9
Can (should) each :user have his own table?
I was reading this article a while back http://www.sitepoint.com/blogs/2008/06/06/did-rails-sink-twitter/ and it got me thinking. If I wanted to set up my app so that each user has his/her own table, how would I go about doing that? "create_table :users" just creates a table in the database for a list of all the users (which I guess I''d want in addition to their individual
2006 Apr 19
3
Determining screen size and/or resolution?
What''s the easiest or best way to determine the screen size from within a controller or view in Rails? My "divs" look great at 1280x800, but not so hot on 800x600. I want to dynamically alter the layout based on the resolution. Any hints regarding screen size or alternate ways of handling this issue would be appreciated. Thanks! -------------- next part -------------- An
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
2007 Apr 02
19
Pref for beginner book: Wrox (Holzner) or Ruby for Rails?
I''m a beginner. I''ve done the apple tutorial, Agile ROR (the depot app, I stopped after that, a little to advanced with no base knowledge of Ruby), Why''s guide and my copy of Chris Pine''s book today. After Pine, I''m going to buy either the Wrox book or Ruby for Rails book. I did a search and there''s not too much on the Wrox book (Holzner)
2013 Aug 29
4
linkedin gem
Hi, I am following this post * http://www.sitepoint.com/ruby-social-gems-linkedin/* for using linked gem and API for getting profile and other stuff But at the end I am getting this error: => Booting WEBrick => Rails 3.2.13 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting