similar to: RSpec for dummies screencast?

Displaying 20 results from an estimated 4000 matches similar to: "RSpec for dummies screencast?"

2006 Jul 26
4
MasterView rails-optimize (x)html friendly template engine - Release 0.2.4
MasterView is a rails-optimized (x)html friendly template engine plugin that provides another option to the existing rails view templates (rhtml and rxml). The main idea is to provide a template engine that would provide all the power of layouts, partials, and rails helpers but still be editable/styleable in a WYSIWYG editor. It was also a major goal that the syntax of these attribute directives
2007 Oct 13
1
Formatted Routes?
Is anyone using formats with the url generator in trunk? I can''t figure it out and it seems to be unimplemented in the router code. I want to do something like url(:articles, :format => "xml") # => /articles.xml or url(:formatted_articles, :format => "xml") -- Geoffrey Grosenbach ........................ PeepCode Screencasts http://peepcode.com
2007 Jun 27
5
Mosquito Fixtures Won''t Load
I can''t get fixtures to load correctly in a Mosquito test. The first fixture loads in the unit test, but the rest don''t load at all. File structure: tracker/ tracker.rb test/ test_tracker.rb fixtures/ tracker_measurements.yml tracker_projects.yml Relevant test code: require ''rubygems''
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
MasterView rails-optimized (x)HTML friendly template engine plugin - Release 0.2.0 The MasterView development team is pleased to announce the general availability of MasterView release 0.2.0. MasterView is a rails-optimized (x)html friendly template engine plugin that provides another option to the existing rails view templates (rhtml and rxml). The main idea is to provide a template engine that
2006 Jul 12
2
(Re-)designing a CMS
Hello Rails-list, I''m working on a CMS in Rails. The company that I work for currently uses a CMS written in PHP, and I want to mimick it in Rails, and improve along the way. The PHP variant works with templates like this: In the root of the webdir, there are the template files, named cms_news.html for example. This page contains custom tags, in the form of definitions and
2007 Jul 16
6
Advice regarding extending RedCloth
Hello, I am in a bit of a bind. I need to reliably parse mediawiki markup to html, and the only parser that I can find (mediacloth) has a lot to be desired, so I would like to extend something that works and parse mediawiki markup. My question to this list is should I start working on RedCloth or SuperRedCloth or is there a difference as far as extending them? Also does anyone know of a write up
2007 Sep 16
4
"Not Implemented" doesn''t show
I''m going through Peepcode''s Rspec Basics for an overview. He''s just doing a simple spec: class PeepCode end describe PeepCode do it "should be awsome" do end end So running spec spec/simple_spec.rb should produce according to his screen cast: 1 example, 0 failures, 1 not implemented but I only recieve: 1 example, 0 failures Also spec
2006 Jul 26
7
RHTML in database?
Hi, is it possible to store RHTML templates or partials in database? thanks, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2007 Mar 06
4
[PIMP] Topfunky''s httperf PeepCode screencast (Zed A. Shaw)
Hi, Thanks Zed - this is very interesting. One item in particular caught my eye: Does anyone on this list have any comments or validation that Rails 1.2.1 is 2-4 times as slow as Rails 1.1.6? Topfunky provided a link that purports what looks like really horrible performance and memory characteristics for Rails 1.2.1, even v. 1.1.6:
2007 May 08
2
Extending SuperRedCloth
Fellows of the cloth -- I''m writing code that subclasses RedCloth and emits styled text that is not HTML. For example, I''m going to be emitting RTF and other formats from Textile or Markdown. I''ve got it working quite well with plainclothed RedCloth, but I can''t seem to override any of the methods in SuperRedCloth. Here''s a sample:
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
2007 Oct 15
18
Merbivore.com - Mockups
There''s been some discussion on the IRC channel about getting a site for Merb going. Since the culture around the project is pretty casual, I figured I''d just throw a few ideas together, see what you guys think. So, firstly here are three example pages, just to show off the general look and feel. http://mr-eel.com/tmp/merb/01_frontpage.gif
2006 Jun 27
3
User websites with templates.
Hi, I''m very new to Rails and have a general question. What technique would you use to allow users who have a uniform set of data to create very un-uniform websites from that data? One set of data, many different website/output possibilities. It would have to go beyond CSS. I''m assuming there will potentially be some level of scripting involved for each template. The goal is
2007 Aug 08
3
rspec with autotest on a windows machine
Hello all, I''m new to rSpec but after reading a couple of tutorials I''ve become enamored. Anyway, I am at minute 42 of the rSpec basics screencast ( peepcode.com) and I''m having the following error running autotest w/rSpec: D:\ruby\projects\forecaster>autotest loading autotest/rails_rspec c:\ruby\bin\ruby -rrubygems -e "require ''redgreen''"
2008 Jan 18
9
new in ruby and rspec testing
Hi to all I''m a new in ruby and RoR programming. And my problem is Rspec. I don''t understand how to write test files in rspec. Maybe it''s because I don''t know ruby good. Can you send me links to fine examples/screencasts/e-books and other stuff. I found some on google but it not enough :( Thanks for replie''s -- Posted via http://www.ruby-forum.com/.
2009 Oct 23
10
Rspec Tutorial
Hi Everybody, Greetings!! I want to use rspec for my applications. Please guide me with the Rspec tutorial. I want a good example to start with. Please help me by providing good tutorials on Rspec to start with. I actually followed the example from http://rspec.info Please guide me on more examples. Waiting for your reply. --~--~---------~--~----~------------~-------~--~----~ You received
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on rubyforge ("gem install tent_steak"). This version introduces a handful of new form helpers, a couple method renames, editable HTML tables, and some application bootstrappers for kickstarting Camping and initializing ActiveRecord. It''s still in active development, and I''d very much appreciate
2008 Mar 15
4
* Please help a RoR Newbie!!*
Hi Everyone! I''ve only just started with Ruby so am a touch lost. THis morning i downloaded the quick win (locomotive) and, once i swith that on, I can view the Ruby start page at localhost:3000 My problem is, I''m not that great with finding my way round terminal. I can do basic cd .. etc to view files, but am VERY LOST!! :-) the Ruby page says: # Create your databases and
2006 Feb 20
2
OT: screencast Editor for MacOs X?
Hi all, On MacOS, we have SnapZ Pro to RECORD screencasts. Is there a comfortable - *1 - screencast Editor, like CamTasia on Windows? At the very minimum I want to cut parts of the movies, insert "slides" and superpose drawings (frames, arrows, ..) or text? Alain *1 : not FinalCut, obviously. -- Posted via http://www.ruby-forum.com/.
2006 Mar 15
2
Capistrano/Switchtower screencast
Just a quickie, Hope I''m not going crazy here but I''m sure I''ve seen a screencast for capistrano recently... maybe posted on a blog somewhere. Can anyone remember where it is? Thanks -henry