Displaying 15 results from an estimated 15 matches for "remed".
Did you mean:
reed
2008 Dec 12
2
jruby em
What repository should I pull from to get the latest snapshot of the
EM java code for jruby?
cr
2007 Oct 23
2
sample app using Sequel?
I''m a new merb user. Rather than ask a bunch of questions on this
list, I''d like to ask if anyone can point me to a sample merb
application preferably using trunk (or close to it) and preferably
using Sequel for the ORM.
If I can''t figure out how to bull my way through things from a
sample, I''ll come back and ask my newbie questions. Thanks!
cr
2010 Dec 13
1
Re: Help testing regression
Hi! I also need regression testing. Sadly, while try to install wine into my Ubuntu 10.10, for some old versions of Wine like wine-1.0, i get errors like
Code:
/usr/bin/install -c -m 644 `basename __install__/avifile.dll16` /usr/local/lib/wine/`basename __install__/avifile.dll16`
/usr/bin/install: omitting directory `avifile.dll16'
make[1]: *** [__install__/avifile.dll16] Error 1
make[1]:
2008 Jun 11
3
help with test design
I''m having trouble figuring out how to drive the design of a class.
I''m hoping I can get a hint or two from the more experienced BDDers on
this list.
I''m writing an adapter class that sits between a 3rd party library and
my business logic. I would like to extract some information from
objects available from the 3rd party lib and covert them into ruby
objects.
2010 Oct 06
2
rspec2 observations
Just a few observations now that I have completed the upgrade from RSpec-1 to RSpec-2.
1. In my project (2800 examples across about 40 files), MRI 1.9.2-p0 takes roughly 3 times longer to complete the spec run. Runtimes grew from 2.2s (rspec 1.3.0) to 6.1s (2.0.0.rc).
2. Rubinius 1.1.0 runs RSpec-2 without error.
3. JRuby 1.5.1 runs RSpec-2 without error.
4. Both Rubinius and JRuby print a
2006 Jun 23
3
Yet another problem with NoMethodError in Store#display_cart
Hi everybody,
I''ve search a lot on google to help me with this one without success. I
know that some people had the same problem as I have, but there
solutions doesn''t seems to work for me.
I''m trying to do the depot example in the AWDwR book. But now I''m stock
with a problem that I can''t solve. I get this error:
<--- begin error here --->
2006 Jul 27
7
WebService
Hi all!
how do I make a WebService using rails?
thaks !
--
Cordialmente,
Carlos J?nior <junior@boanoitebh.com>
(31) 9244-6543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/f52d1e1c/attachment.html
2008 Mar 11
2
for a beginner - good rspec examples?
I''m learning to use rspec and I want to see some good examples.
Any recommendations of open source projects that demonstrate the use
of rspec?
So far I''ve found:
1) the Caboose sample app (http://sample.caboo.se/)
2) the Altered Beast forums app (http://beast.caboo.se/forums/1/topics/4650
)
Any others come to mind?
I''m especially interested in seeing
2006 Aug 07
9
[OT] Rails is built into OS X 10.5
This coming out of WWDC. Pretty cool to see this kind of thing happen.
--
J "Brien" | HybridIndie Productions | http://hybridindie.com |
hybridindie@gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/380ae29c/attachment.html
2006 Jul 26
4
Which is the best place to put business logic ?
Hello, I wonder if it''s better to put business logic in the controller
or in the model (I presume model is better)
Eg. client controller, disable_account action
client = Client.find(params[:id])
client.send_pending_invoices()
client.login_enabled = false
client.receive_newsletter = false
or
client = Client.find(params[:id])
client.disable_account() # and put the whole stuff in this
2008 Feb 03
2
Ruby IO on brand new xserve with Leopard Server
Hi
I''m using princexml pdf generation in one of our apps and bump into
this very weird problem. On our ubuntu box and local machines
(MacBook Pro) pdfs are generated flawlessly. On the production xserve
(running the rails app in production mode on a mongrel cluster), a
2.8 GHz Quad-Core Intel Xeon, strange things start happening. The
following sections give back nil values in
2006 Jun 06
4
no view involved...
The canonical example of using BackgrounDRb involves updating a
progress bar on some user''s web page. Therefore, the long running
background process has some affiliation with a view.
How can backgroundrb be used for long running processes that are NOT
associated with a controller/view? Is this even possible? I
understand the nature of Rails is such that it does "just in
2006 Jun 21
48
Freelance Rate
Hi,
Not sure where to address this question ... but I guess this is a good
start. I am a freelance Rails developer - and have been developing Rails
apps professionally for about a year now. I just want to get an idea of
what you other freelancers charge yourselves out at. I have been
charging the equivalent of about $28/hour, but get a sense that I
could/should charge a whole lot more. I am
2007 Oct 24
0
[Q] capistrano recipe for deployment
Anyone have a working (or even semi-functional) capistrano recipe for
deploying merb apps?
If not, I guess I''ll have to write one... ;-)
cr