Most rspec rails related news are at:
More rspec rails related news:
Spork, Rails 3, and rspec-rails play nice together blog.alastairdawson.com 12 Aug 2011 | 11:13 am
Getting the following error when starting up spork? Add the following to your Gemfile under test and make fix!
rspec-mocks and rspec-rails-2.10.1 are released! davidchelimsky.net 5 May 2012 | 06:34 pm
These are patch releases recommended for anybody who has already upgraded to 2.10. rspec-mocks-2.10.1 full changelog Bug fixes fix regression of edge case behavior fixed failure of object.should_...
rspec-2.10 is released! davidchelimsky.net 4 May 2012 | 01:29 pm
API Docs (RDoc) http://rubydoc.info/gems/rspec-core http://rubydoc.info/gems/rspec-expectations http://rubydoc.info/gems/rspec-mocks http://rubydoc.info/gems/rspec-rails Cucumber docs http://rel...
rspec-rails は Gemfile で development グループにも入れてあげよう codnote.net 6 Oct 2012 | 02:58 pm
なんか rspec-rails でテストが生成されないなーと思ってたらこういう事だった。ちゃんとREADME読めっていう話ですね! https://github.com/rspec/rspec-rails#configure It needs to be in the :development group to expose generators and rake tasks without ...
what is rails templates ? rubyonrailsthrissur.wordpress.com 20 Mar 2013 | 01:33 pm
generators can be used inside an application, they can also be used to generate applications too, This kind of generator is referred as a “template”. example gem(“rspec-rails”, :group => “test”) gem(“...
Rspec rails views tips andreacfm.com 22 Apr 2012 | 12:00 pm
In the last days I faced some new challenge in testing rails views with rspec. Here is what I learned. I am useing the veru handy rails controller prepend_view_path helper to be able to choose dynami...
Hyundai Accent CRDi Australias Most Affordable Diesel Car autoweb.com.au 20 Jan 2012 | 10:00 am
The Hyundai Accent sees the current all-petrol line-up expanded with the addition of an efficient common-rail turbo diesel engine, delivering new levels of performance and economy to the Active model ...
Why Arel? magicscalingsprinkles.wordpress.com 29 Jan 2010 | 12:35 pm
The upcoming version 3 of Ruby on Rails will feature a sexy new querying API from ActiveRecord. Here is an example: User.order('users.id DESC').limit(20).includes(:items) You can see that all querie...
Introducing Cache Money magicscalingsprinkles.wordpress.com 11 Dec 2008 | 07:25 pm
Pre-requisite: please read my article on Write-through caching to understand why this is useful. Most caching solutions in the Rails world involve something like Cache-Fu: an alternative API to Activ...
Write-Through Cacheing is an Essential Part of a Healthy Scaling Strategy magicscalingsprinkles.wordpress.com 24 Nov 2008 | 08:05 pm
The debate around “Does Rails scale?” I’ll leave to the armchair architects. But one thing I know is that having one 100% Beef Database doesn’t scale. With replication you can scale your database. Wi...