Displaying 20 results from an estimated 5000 matches similar to: "Controllers - model vs. use case centric"
2010 Apr 13
1
People Centric recherche plusieurs développeurs Ruby on Rails
Un bon job de Developpeur Expérimenté Ruby on Rails, sur logiciel
marketing digital, équipe pro, Paris 2, Sté Cotée, Paris Rou
SiliconValley.
Veuillez consulter le lien suivant pour plusieurs détails:
http://www.people-centric.fr/2010/01/27/type/6368-job-developpeur-ruby.html/fr/
Cordialement,
Roxana Stefan Malene
Chargée de recrutement en IT
Mail:
2009 Mar 10
1
Making a backend-centric application
Is Rails usable for a backend/server-centric application? The
application is supposed to just sit there and grab data from various
sources at certain times, process them, stuff them in a database.
These data will then be presented in different ways, via a web-
frontend, webservices (rest), json and such.
Would Rails be a usable way to do this, or should I go a different
route? If so, what route
2006 May 25
5
[OT] Rails hosting question -- video centric
This is OT in the sense that it''s yet another hosting question and not
strictly a problem I''m having with Rails. Basically, I trust and
appreciate the knowledge of the folks on this list so I''m hoping for
some insight.
I have a new project that I''ll be starting up soon. It''s basically
going to feed videos. The webapp piece is trivial. I''m
2007 Dec 06
2
Implementation of rest in ROR
Hi all,
I am new to ROR world. I know the REST conceptually but find the
difficulties in implementation can anybody guide me that which is the
best book which i have to read. also some good links of implementation
of rest in ROR.
If anybody made a small application to restful in rails please forward
me that application.
i found some demo but i didn''t understand for what purpose they
2007 Nov 02
2
Test that controller includes helpers?
Is there an easy way to spec that a controller should include helpers
other than its own? I was thinking I could just spec responds_to for
methods I''m interested in in the view, but that seems like crossing a
separation boundary, that the controller maybe doesn''t need to know about?
Thanks,
Steve
2006 Jul 12
0
Rails and Theme Centric Design
I''ve been developing a system in PHP5 that began as a loose MVC
architecture. At some point though, we decided to introduce themes, and
we didn''t want people confined to having to have specific ''pages'' in
their theme for the site to operate. Rather we wanted a series of basic
API calls that users could access in their themes and get data. These
api calls
2004 Feb 13
0
FTE Programmer Wanted - FreeBSD Centric
Tax term: FULLTIME
Pay rate: TBD
Length: FT
Job description:
Senior PHP / PERL Programmer w/ MySQL Exp.
Send Resume to: jobs@jupiterhosting.com
Jupiter Hosting is looking for a Senior PHP / PERL Programmer with MySQL
experience on the FreeBSD platform.
Yes, we know the language and scripting is transferable across platforms,
but we are specifically looking for a programmer that
2011 Jan 14
1
[LLVMdev] Compiler Centric Career Opportunities in finance
Hi --
I'm working with a number of finance companies in New York City and Chicago which are looking to develop languages and platforms in order to process extremely large datasets. As such, we are looking for people with experience and / or interest in programming language and compiler design -- hence my posting on the LLVM mailing list.
Goldman Sachs most famously developed Slang and
2012 May 11
14
What is the point of using :format in routes?
Today I had a strange behavior that made me suspect of jQuery at first,
but then it happened that I''ve faced two gotchas, one from CoffeeScript
and one from Rails itself.
I have something like this:
routes.rb
post ''/fields/:id.:format'' => ''fields#show'', as: :field,
constraints: {id: /\d+/}
post ''/fields/remove/:id''
2006 Nov 02
5
nesting content from multiple controllers
Hi guys.
Here''s something I''ve been struggling with for a while: if you want to
nest a login box on, say, a welcome page, but the login stuff is
handled by the login controller while the welcome page is the welcome
controller, what are your options? Iframe?
Krister
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2007 Sep 20
11
Proposed API change for respond_to
Ez (or someone) asked on #merb tonight whether respond_to was the
right API for
what it does. After some discussion and pasties, I offer the
following proposed
API for content negotiation and response format selection:
First, what does respond_to do right now? I see at as performing 3
distinct
operations:
1. parse params[:format] and the accepts header to find out what
format the
2006 Aug 03
1
Why doesn''t redirect_to handle rjs?
Is there a good reason why redirect_to doesn''t check responds_to, so
it can handle redirects in rjs calls? I''ve done something like this
in my app controller, seems to work ok...
alias_method :redirect_to_orig, :redirect_to;
def redirect_to(options = {}, *parameters_for_method_reference)
respond_to do |accepts|
accepts.html do
redirect_to_orig
2009 Jan 11
0
PAW Update: Predictive analytics workshops and more case studies
Hi everyone,
Predictive Analytics World's program for Feb 18-19 in San Francisco
(www.predictiveanalyticsworld.com) has grown a bit since my post several
weeks ago, and is looking better than ever. The conference covers today's
commercial deployment of predictive analytics, across industries and across
software vendors. In a nutshell, PAW is a warehouse of case studies.
In breaking
2006 Jun 05
1
Unobtrusive javascript...what if?
What if...you could produce accessible, unobtrusive javascript, using
Rails built-in javascript/prototype helpers, with just one extra line
of code in your layout, a plugin, and one small enhancement to the
helpers. Something like this:
[php]
<% form_remote_tag :controller => ''foo'', :action => ''bar'',
:unobtrusive => true %>
# which produces
2007 Jan 18
4
problems testing a rails controller
I''m trying to test a rails controller, but my mock
isn''t working. Everything looks right to me. Can
someone take a look at it and see if I''m missing
something obvious
http://pastie.caboo.se/33883
Domain.should_receive(:find_domain).once.and_return(domain)
That line in the spec is failing but I don''t see why.
If I comment out that line the test passes so it is
2015 Nov 04
2
navigation mode(s) in rgl
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to
hear from the broader community of any insights.
In rgl my understanding is that there's only one rotation-navigation mode,
where you left-click hold and the view pivots abound the centre of the
scene.
In other tools, including Google Earth, that is the default behaviour but
there's also a
2007 Mar 06
15
mocking missing methods
Hi folks.
So I''m using mocha on a ruby project, and I really like it. One thing
I''ve noticed is that it can be a bit "surprising" when I''m mocking
methods that don''t exist on an object, and I think there''s an easyish fix.
At the moment, you use sheep = mock() to create a mock sheep. What I''d
like to do is something like sheep =
2007 Feb 28
2
backgroundrb 0.2.1 not supported on windows platform?
Hi all,
I want to execute certain ruby script periodically in
my rails application running on windows platform.
I wanted to try out backgroundrb, but it seems that
the support for Windows is deprecated with release
0.2.0 of BackgrounDRb.
The latest release is 0.2.1 & the plugin still doesnt
support windows platform. Can anyone throw more light
on this?
Also, can anyone suggest any
2007 Nov 22
6
Packages - a great resource, but hard to find the right one
There have been several constructive responses to John Sorkin's
comment, but none of them are fully satisfactory. Of course, if you
know the name of the function you are looking for, there are lots of
ways to search — provided that everyone calls the function by a name
that matches your search. If you think there might be a function,
but you don't know the name, then you have
2006 Nov 15
3
Set port to which Asterisk should send its answer
Hi,
I'm sending the following message from port X to port 5060 of another box running Asterisk, and it is answering back to port X from port 5060. Shouldn't Asterisk use the Via header to find out where to answer, and in this case send its answer to port 4000?
OPTIONS sip:192.168.0.103 SIP/2.0\r\n
Via: SIP/2.0/UDP 192.168.1.130:4000;branch=0.0\r\n
CSeq: 4711 OPTIONS\r\n\r\n
Thanks,