Displaying 10 results from an estimated 10 matches for "tcrails1".
2006 Apr 07
2
Functional testing Pretty Urls
Anyone know how to how to test pretty urls (set through routes.rb)? I want
to don''t use get :action, because the routing changes how a certain action
is requested. How does one go about testing this?
Thanks,
Tim Case
tim@karmacrash.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 30
3
act_as_dom_tree
im thinking about extracting this into a plugin, but it currently relies
a couple gems and another rails plugin. is there a dependency management
feature with ./script/plugin? i never could get it to check anything out
of SVN let alone install dependent stuff...
--
Posted via http://www.ruby-forum.com/.
2006 Apr 04
4
Freezing Architecture-Dependent Gems such as Rmagick, Ferret, Unicode
A lot has been made recently about the need to freeze your gems for
production deployment on a shared server so your application can depend on
it''s own gem version instead of being subjected to whatever gem is installed
on the server, but does this rule of thumb come with an exception?
Architecture dependent gems such as RMagick, Ferret and Unicode have
dependencies that cannot be
2006 May 25
13
.NET developer trying to understand some Rails basics
Hi All,
I''ve been a ASP.NET developer for the last few years and consider it to
be a pretty productive environment to work with. However, the
object-relational mapping (ActiveRecord) and simplicity of the Rails
framework and Ruby in general really appeals to me. .NET currently
doesn''t have something like Rails'' ORM - atleast not out-of-the-box.
Here''s my
2006 Jun 05
18
Ideas for Rails Shirt Graphics
I''ve had a couple ideas for Ruby on Rails shirt graphics for a little
while now:
1. "Fuck You" superimposed over, oh, probably a Ruby gem. Or Rails of
some sort.
2. "Ruby on Rails" superimposed over rails of cocaine. Maybe also with a
graphic of a crazed looking coder.
Anybody got graphics? Or can make them? Heh!
Joe
--
Posted via http://www.ruby-forum.com/.
2006 Oct 25
7
rest nested resources - Help please
I can''t believe I''m back again with another rest question. I did go through
the peepcode podcast.
I thought though you can have multiple nested resources, is that not true ?
I have this set up
map.resources :candidates do |candidate|
candidate.resources :canbackgrounds
candidate.resources :canpositions
end
I just coded up teh canpositions and now all
2006 Apr 30
13
Programming with designers in mind
Gents,
We''re hard at work on a new Rails app. We''re a small group of
developers...not a web designer in the bunch. We know CSS enough to be
dangerous, but we shy away from the "softer" skills (all the while
envious of those with that capability).
We intend to grow our application in terms of functionality, but I need
to make sure we keep an eye towards
2006 Jun 21
48
Freelance Rate
Hi,
Not sure where to address this question ... but I guess this is a good
start. I am a freelance Rails developer - and have been developing Rails
apps professionally for about a year now. I just want to get an idea of
what you other freelancers charge yourselves out at. I have been
charging the equivalent of about $28/hour, but get a sense that I
could/should charge a whole lot more. I am
2006 May 10
1
RESTful Web Services
Hi, could someone post a good link explaining exactly what these are, and
why I should care about them?
Thanks,
Tim Case
tim@karmacrash.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060510/76274e95/attachment.html
2006 Mar 27
0
acts_as_taggable not loading in dev environment?
It seems in my development environment I keep throwing:
undefined local variable or method `acts_as_taggable'' for Item:Clas
Indicating that the acts_as_taggable pluggin is not loading, yet in my test
enviroment I can run tests against act_as_taggable methods for that very
same class just fine.
Has anyone else experienced this?
Tim Case
tim@karmacrash.com
-------------- next part