Displaying 3 results from an estimated 3 matches for "nagri".
Did you mean:
nagrik
2010 Sep 21
9
Packaging for Rails applications
...the spec and
tests folder, I would like to avoid having test/specs code on my production
servers.
Is there a set way of packaging rails application for deployment ? I am
using capistrano, so is there a way in capistrano to package so that
test/spec are ignored while deploying ?
Regards,
Amiruddin Nagri,
Bangalore, 560008, KA
India
Y! IM : amir_nagri-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
GTalk : amir.nagri-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email...
2010 Sep 21
3
RSpec beta 22 with Rails 3
...end it out to the rspec users mailing
list, I am not able to run spec:rcov task, can somebody guide if I have
forgotten any configuration for rcov.
Here is the link to sample app with reproducible behavior which I am getting
while running ''rake spec:rcov'' => http://github.com/anagri/rspecsample
Regards,
Amiruddin Nagri,
Bangalore, 560008, KA
India
Y! IM : amir_nagri at yahoo.com
GTalk : amir.nagri at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100921/b536fd8e/attachment...
2010 Jul 02
17
Doesn't work erb engine
I''m new in RoR:)
I have controller and view (/app/controllers/greeting_controller.rb
and /app/views/greeting/index.rhtml /.erb/.html.erb - doesn''t match).
greeting_controller.rb source:
class GreetingController < ApplicationController
def index
@message = "Hello world!"
end
end
index.rhtml source:
<html>