Displaying 13 results from an estimated 13 matches for "assert_javascript".
2007 Apr 19
4
render_to_string in a model ?
I have a batch job that will call script/runner, I would like in this
call to create html formated email and save it to the database. This is
easy enough in a controller with
yournewhost.email = render_to_string :action => "email_newhost_ready",
:layout => false
But render_to_string is only available in controller action pack, is
there a easy way to render_to_string in a Model? Or
2008 Dec 03
2
Rails functional test how to assert json result?
As title, I want to have my functional test check results from a json
render result, how can I achieve this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this:
NoMethodError in Register#confirm
Showing app/views/register/confirm.rhtml where line #4 raised:
undefined method `namen'' for nil:NilClass
I get this error when someone does somethinh like:
http://.........../register/confirm?email=jkdsfadslkjflksd
If I make:
remail = params[:email]
@user = Request.find(:first,
2007 Jul 07
6
Help in upgrading from 1.1.6 to 1.2.3
Hi, I was developing a rails app with version 1.1.6 that just worked
fine.
I decided to upgrade to 1.2.3 and then, I keep getting that horrible
message:
"Application error
Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html"
Now, before starting script/server I modiffied config/environment.rb
and
2007 Jun 27
5
Regexp not matched
Sorry, meant to post this in the rails forum. Anyways, how would I write
a rescue method to recover from a failed regexp parsing with error
"regexp not matched"
-Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post
2007 Jul 23
1
readline (LoadError)
hi,
i''m a noob in ror, today i bought a book to learn ror.
i do everthing that stand''s in this book, and the shit does''t work!
i use Aptana IDE with RadRails
the problem is:
Loading development environment.
/usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to
load -- readline (LoadError)
from /usr/lib/ruby/1.8/irb/completion.rb:10
from
2007 Jul 10
3
need to add XTHML class attribute, link_to's html options?
I need to add a class attribute to the elements generated by link_to
for my CSS to style the links.
How can I do that?
<%= link_to "Artworks", :controller => "artwork", :action => "list" %>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Jun 13
2
Delete the fixtures on a functionnal test
Hi,
Since couple a day, I block with the delete of my fixtures in my
functionnals test. In my controller, I need test a redirect if there
are no value.
But i load my fixtures in start of my test and in a specific test I
want delete all. Only in this method, not in other method. In API, I
discover the method delete_existing_fixtures, who seem the good
practice, but I can''t find how use
2007 Jul 06
3
assert_equal - problems returning value from controller
Hi,
I have the following assert_equal that is returning false.
@q seems to be returning niil, but is set in the controller, how can I
get hold of this value in my tests?
assert_equal ''derby'', @q
Thanks
Mark
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Jul 14
3
observe_field, does this generate HTML?
I don''t have Rails installed at the moment, I''d like to check myself,
but it''s just a simple curiosity.
observe_field fits into replacement tags <%= %>, which caught my
attention because as far as I know it''s just javascript observing a
field and should not stick anything into HTML. Is <%= merely used as an
enabling method, or will there actually be
2007 Jul 19
8
Where do I put code for my own types?
Sorry for all the questions today...
Beyond the obvious things--models, controllers, helpers, and other
framework-related types--where should I put the code for my own types?
For example, I was thinking of writing my own AJAX-friendly paginator,
but I don''t know where to put the code for that sort of thing.
I would prefer to keep things object-oriented, so I would rather do a
lot of
2007 Jul 28
19
Harry Potter 5 - The order of the Phoenix
*Harry Potter 5 <http://www.gobsmack.info/Harry-Potter/>* *The Order of the
Phoenix*
*Harry Potter and His friends *
**
*Wallpapers, Story and Video download*
*Harry Potter 5 - The Order of the
Phoenix<http://www.gobsmack.info/Harry-Potter/>
*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2007 Jul 04
18
PHP vs RubyOnRails newbie concerns/questions
Hi all,
I''m planning to bring a new app. to market, and I''m more the designer
and business manager than the programmer for this project. We are
deciding that technologies to use, and so I asked my programmer to
take a look at RubyOnRails. Below are his first impressions. Could
anyone with more experience on these matters kindly offer any response
to the issues he raises?
much