Displaying 10 results from an estimated 10 matches for "kozmo".
2007 Oct 22
1
installing rspec/rspec_on_rails as system wide generator (or similar)
...all,
What would be the best/easiest way of installing rspec as a system
wide generator so I''m not having to download it or ./script/plugin
install it every time?
Thanks,
Alastair
-----
Alastair Moore
Freelance web design, development and consultancy
t. 07983 983945
e. alastair at kozmo.co.uk
w. http://www.kozmo.co.uk
skype. alastair_kozmo
2006 Aug 25
7
acts_as_ferret with conditions
...ind_by_contents(params
[:search], :conditions => [''area_id = ?'', @area])
and it seems the condition isn''t being applied. Does anyone have any
pointers?
Cheers,
Alastair
------
Alastair Moore
Standards compliant web development with Ruby On Rails, PHP and ASP
www.kozmo.co.uk
07738 399038
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2007 Oct 10
9
Rspec Textmate bundle errors
...from /tmp/temp_textmate.YtFHjY:4
Would anyone have any ideas what the problem might be? All the paths
are correct as I can run ruby scripts from within textmate.
Cheers in advance!
Alastair
-----
Alastair Moore
Freelance web design, development and consultancy
t. 07983 983945
e. alastair at kozmo.co.uk
w. http://www.kozmo.co.uk
skype. alastair_kozmo
2007 Oct 30
7
RSpec Texmate Bundle errors
I''ve the same problem as Alastair when running rspec command :
http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
../spec/mate/runner.rb:34:in `run'': undefined method `parse'' for
Spec::Runner::OptionParser:Class
I fixed this for me by changing the offending line to :
::Spec::Runner::CommandLine.run(argv, STDERR, stdout)
(see
2006 Aug 26
3
order of saving/validating
...en
uploaded and as such, it will never pass the
self.property_images.count > 0 validation.
Does anyone have any suggestions on how I can get round this problem?
Many thanks in advance!
Alastair
------
Alastair Moore
Standards compliant web development with Ruby On Rails, PHP and ASP
www.kozmo.co.uk
07738 399038
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2007 Oct 17
15
Any tips on teaching BDD with RSpec?
Hi
I hope this is not OT. I''m training my replacement at work to do BDD
Rails development. He''s done a CS/maths degree but has no
professional programming experience, so he''s never NOT done a project
without BDD. In a way I am jealous of his unspoilt situation :)
I''ve gone about things this way:
* first teach him some Ruby (he did mainly Java at
2006 Aug 31
1
Peculiar validation error: undefined local variable or method 'fieldWithErrors'
..., if I remove the {:class => ''inputMedium''} option, the form
processes fine. This occurs when I have validates_presence_of :postcode
Any ideas??
Many thanks in advance,
Alastair
------
Alastair Moore
Standards compliant web development with Ruby On Rails, PHP and ASP
www.kozmo.co.uk
07738 399038
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2006 Aug 24
2
Handling sub-domains
I want users to have their own landing pages: http://username.domain.com.
Since this is dynamic (any user will have a subdomain), is there a way
to do this without creating a DNS record for each of them?
Can you DNS records be dynamic?
--
Austin Govella
Thinking & Making: IA, UX, and IxD
http://thinkingandmaking.com
austin.govella-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Aug 25
8
Tutorials
Getting a bit frustrated with the documentation of RoR I ask you if you
can recommend a good tutorial that I''ve missed :-)
The current problem that I''m stuck with is forms and list and how to
display or not to display columns.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2005 Dec 19
7
Error handling!
Hello all,
I''m in the beginning states of learning ruby on rails development and
have got to a part where I''m a little stuck! Basically writing a simple
blog application, just to try something completely different! ;-)
I have a page which displays the current blog entry, it''s comments and
at the bottom of the page, a form to add a comment. So far, so good.