-
It would be so cool if mechanize could click on Javascript links. Do you have any thoughts on this and how hard it would be to do? Between Rhino and a bunch of other tools, it seems like all the neces…
-
I'm filling a form field of Rails type, e.g.
When I try to fill out the field with:
fill "user_email", :with => "joe@example.com"
fill "user_password", :with => "pw"
Then the RackTest driver will co…
-
On opening the website "http://www.yahoo.com" in default or firefox or firefox3 mode the website is not opened properly. However when I open it in internet_explorer mode the website opens properly.
I …
-
I have this only index definition in my project:
define_index do
indexes :title, :as => :title_pt, :sortable => true
indexes :subtitle, :as => :subtitle_pt
indexes :body, :as => …
-
Is there any way when creating a Celerity connection that I can present myself as a specific browser to the server (in effect tweaking the user agent)? I have a web app that requires IE 7/8 or Firefo…
-
Rakefile also needs the following to build jar:
require 'java'
Once the jar is built, I try (as recommended):
$ export JAVA_OPTS="-d32"
$ jruby -J-XstartOnFirstThread -r pkg/celerityviewer-swt-mac-…
-
I'm sure this is something stupid I've done, but after upgrading rspec-\* from 2.5.0 to 2.6.0 all my specs fail with the following stack trace:
```
Failure/Error: Unable to find matching line from b…
-
Hi,
after reading http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails this morning I thought the current rails.js might need an update, too. However, after playing around w…
-
including section, aside, nav, address, time, progress:
Use http://html5doctor.com/glossary/ as a reference
-
I noticed my Steak/Cabybara/Culerity/Celerity specs broke the other day with this commit:
http://github.com/rspec/rspec-core/commit/c467c03ecac4ed7310c6fa27e551d7f19e93ae1a
Specifically they were bo…