Displaying 20 results from an estimated 40000 matches similar to: "Version reporting mis-match"
2007 Aug 17
4
RSpec --format --html:/path/to/file.html
Greetings everyone. I''m learning RSpec and am pretty fresh to Ruby/Rails,
but am so excited I can''t help jumping in. I''m running before I can walk
here. :-)
Yesterday I tried outputting test results to HTML instead of colorized
plain text. It looked like there were some entries in the change log for
the 1.0.5 release allowing RSpec to do what I wanted.
I tried
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa
David, are there any other RSpec books in the works?
With Regards,
Cody Skidmore
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site:
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
ruby script/generate rspec
And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error:
(in
2007 Aug 18
1
Formatting runner output as HTML
I found documentation on Runner & calling Spec on the command line. I''m
able to run it on multiple models or a single one and format the output as
HTML now. Previously I used the Rake task expecting it to behave the same
way passing --format html:path/to/file.html or setting it somehow in
spec.opts. But I''m not quite there yet. Should the Rake task work the same
way or is
2006 Mar 01
3
Using aspects to apply authentication
Greeting. I was wondering if anyone is using AOP (Aspect Oriented
Programming) to ensure login and authentication before allowing someone
access to controllers and models.
I found two versions of RCR 321 that discuss cut-based AOP, but as far
as I can tell there isn''t an implementation of the RCR as an AOP
framework.
Additionally, I tried to dig up information on Aspect4r and
2006 Mar 13
32
DRY principle form validations
We are wondering how you''d validate a credit card number or a SSN
without writing Javascript and Ruby code.
Would it be through Rails'' AJAX support?
--
Posted via http://www.ruby-forum.com/.
2008 Jan 15
5
broken URL on rspec.info
Hey folks. I was looking for the mailing list archive up on rspec.info.
I clicked on the "community" link and received the URL
"http://ey01-s00414/community/". This isn''t correct, obviously. The hint
shows it as, "http://rspec.info/community".
Where is the mailing list archive? How far back does it go? I''d really
like to read back through it
2007 Sep 20
2
FW: FW: Specifying spec and output format inline?
One more try?
I just want the script to save the rspec output to an html file when the
script is run. In this case, the script will be run from SciTE using
F5, rather than by command line.
Is there a way to specify this within the ruby script?
________________________________
From: rspec-users-bounces at rubyforge.org
[mailto:rspec-users-bounces at rubyforge.org] On Behalf Of Adam Reed
2006 Mar 10
9
Observers?
Hello all!
I''m having an issue with Observers, and I''m hoping someone knows the
answer.
Here is the definition:
app/models/vehicle_observer.rb
> class VehicleObserver < ActiveRecord::Observer
> def after_save(vehicle)
> breakpoint
> if vehicle.has_new_mil_indication?
> UserMailer.deliver_mil_notice(vehicle)
> end
> end
> end
2006 Mar 14
4
Rails Developer Positions in San Diego
We are looking for fulltime Rails Developers to join a tremendous rails only
development team in San Diego. Please send resume and examples of work to
info@mingle.com.
Pay is based upon experience and there is an opportunity for options.
Cheers,
Mike
Mike C. O''Brien
CEO
Mingle, LLC
701 B Street, Suite 1150
San Diego, CA 92101
mcob@mingle.com
619-922-6970 Cell
619-822-2471 Office
2008 Jan 17
6
Webistrano on Windows
Greetings. I just read a note on Webistrano''s website about Webistrano
not running on Windows.
Does anyone know if there''s a patch to get it running? I''d like to use
this tool, but I''m using Windows XP for the time being and need to
deploy from there.
When I tried running Webistrano for the first time last night it threw
an exception when trying to start the
2007 Aug 13
3
Rspec compatibility issue
I''m trying to get Rspec working. Using the installing 1.0.7 & the Rails
plugin, I tried one of the examples on Rspec''s website and produced the
following error:
############################################################################
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 1.0.7 (r2332)
RSpec on Rails : r2331
Make sure
2006 Mar 15
9
Rails 1.1 is coming!
"Rails 1.1 is coming" - Feb 26, 2006 post in rails-core
* http://www.ruby-forum.com/topic/55991
Final Drive Candidates (highlighted for review by core members)
* http://dev.rubyonrails.org/report/19
Potential Rails 1.1 Blockers
* http://dev.rubyonrails.org/report/10
Did you know you can run many different versions of Rails on the same
physical server? This means you can test
2007 Sep 05
5
RSpec for dummies screencast?
Does anyone know of any RSpec screencasts for dummies, like me :)
I have a Java background, but I have never written a java test in my
life. I''ve never learned about TDD or BDD so I''m totally blank on
everything that has anything to do with testing and stuff.
Where should I start?!? ;)
Christian...
--~--~---------~--~----~------------~-------~--~----~
You received this
2007 Sep 23
62
moving from aptana to 3rdRail
How? I have a project full of gems etc etc how can I move it in
3rdRail? I hope I don''t have to do it manually for every single file..
any help appreciated
--~--~---------~--~----~------------~-------~--~----~
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
2006 Mar 02
9
FastCGI vs. Simple CGI
I''ve seen several postings where FastCGI is being used with RoR
projects, yet, most of the material I''ve read (Dave Thomas'' book, online
articles, etc) recommend not using FastCGI anymore because it is a
dormant project and hasn''t been updated since 2003 (I think???).
So, I went out and got Simple CGI instead. It had to be compiled and
installed from
2007 Feb 02
3
rails command version pegging?
Hello,
Is it possible to declare the version of Rails used with the seminal
"rails /path/to/my_app" command?
For example, I now have 1.2.1 and 1.1.6 installed on my machine. If I
run "rails my_app" I get 1.2.1 produced skeleton code. Is there a way
to get 1.1.6 results?
Regards,
Andy Koch
--~--~---------~--~----~------------~-------~--~----~
You received this
2006 Jul 27
1
Flex and Rails
Hello everyone. Sorry if this was posted alreay. I tried to search the
forum, but the search feature doesn''t appear to work.
I was looking for articles about building RoR/Flex applications and
found the following URL:
http://www.liverail.net/articles/2006/05/06/rubyonrails-1-1-and-flex-2-0-pt-2
The problem is most of the website doesn''t appear to work now. Does
anyone
2007 Jun 06
7
RadRails vs. Textmate
Is there anyone out there can give me a comparison between RadRails/
Aptana and Textmate? I have been using skEdit for all of my general
coding stuff, but I am now looking into getting a new editor for my
Ruby/Rails work. I know that most Mac users swear by Textmate, but I
would really like to hear some comparisons between RadRails, Textmate,
and even skEdit as well.
What your thoughts and
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
Good day all.
This is one of the most frustrating days I have had with Rails in quite some
time now (almost 8 months actually).
Yesterday I complete my development and testing and everything is peachy.
I head home for the evening and do my things there.
This morning, I come back in and do my typical morning routine of starting
up eclipse and the usual "ruby script/server" command in