Displaying 5 results from an estimated 5 matches for "find_links".
Did you mean:
  find_link
  
2011 Oct 08
1
Rails view spec expectations/matchers
>From looking at the RSpec Rails documentation 
(https://www.relishapp.com/rspec/rspec-rails/docs/view-specs/view-spec) it 
seems like rendered is just a string and you can''t really do any 
assert_select type stuff out of the box.
After Googling around, it seems that the RSpec authors decided that if you 
want that functionality, you should just use Capybara or some such... is 
that
2009 Jan 09
1
Is there a problem with webrat?
webrat (0.3.4)
I have this in the view:
<div id="list_entity_1">
  <tr>
    <td>Just An Entity</td>
    <td>000001</td>
    <td id="show_entity_1"><a href="/entities/1">Show Entity</a></td>
    <td id="edit_entity_1"><a href="/entities/1/edit">Edit
Entity</a></td>
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
Hi everyone!
Im trying to install mechanizer from
http://github.com/tenderlove/mechanize.
I`ve clone the project into /tmp folder. When I do rake inside the
folder /tmp/mechanizer it gives me this error:
mac159180:mechanize renatosis$ rake
(in /private/tmp/mechanize)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w
-Ilib:bin:test:. -e ''require "rubygems";
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
.../dev/null
+++ b/server/server.egg-info/top_level.txt
@@ -0,0 +1 @@
+ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
new file mode 100644
index 0000000..cb01cf9
--- /dev/null
+++ b/server/setup.cfg
@@ -0,0 +1,32 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+
+[easy_install]
+find_links = http://www.pylonshq.com/download/
+
+[nosetests]
+with-pylons=test.ini
+
+# Babel configuration
+[compile_catalog]
+domain = ovirtserver
+directory = ovirtserver/i18n
+statistics = true
+
+[extract_messages]
+add_comments = TRANSLATORS:
+output_file = ovirtserver/i18n/ovirtserver.pot
+width = 80...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...rver/server.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
deleted file mode 100644
index cb01cf9..0000000
--- a/server/setup.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
-[easy_install]
-find_links = http://www.pylonshq.com/download/
-
-[nosetests]
-with-pylons=test.ini
-
-# Babel configuration
-[compile_catalog]
-domain = ovirtserver
-directory = ovirtserver/i18n
-statistics = true
-
-[extract_messages]
-add_comments = TRANSLATORS:
-output_file = ovirtserver/i18n/ovirtserver.pot
-width = 80...