I've got a site where an outside company is going to be providing the design and layout of the site. They will need access to the CSS file and have to update it. I don't want to give them access ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2403931...
Zones:
RubyOnRailsDate Answered: 02/28/2009 Rating: 8.6 Views: 0
I want to be able to create a new model object that behaves exactly the same as another model object. An example is this:
TableA -> is the main database
AltA -> is the first "SQL-view-like" mo...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2403705...
Zones:
RubyOnRailsDate Answered: 02/28/2009 Rating: 9.3 Views: 0
The code below always throws a routing error. If I add an else statement and put the two lines after the if block in the else the code runs fine. Why?
The best I can tell the reason for the err...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2458624...
Zones:
RubyOnRailsDate Answered: 09/07/2009 Rating: 7.8 Views: 0
I am getting "undefined method `symbol_path' for #<ActionView::Base:0xb712d830>", when I try to create a new item. I am using RESTful scheme.
Where is the problem? Any clues?
Also any help on...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2421103...
My background is in visual basic 6 and little asp (earlier visual foxpro, clipper ) with the strong SQL store proc.I have been a programmer for about 15 yrs and now stay home mom for past 3 1/2 yea...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/Q_23211348.html
I have been developing an application in rails from where i can send emails.
I have several email addresses
e.g a yahoo mail address or a gmail address or private registered domain mail address.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2352714...
I am having following problem while running unit tests.
1. The test file contains:
require File.dirname(__FILE__) + '/../test_helper'
class RegionTest < Test::Unit::TestCase
I receive follo...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2429502...
I am trying to create a null object in my application. I would like to
assigned a null user object for anonymous/ mot-logged-in user, i.e. if
session variable has nil data. Attached is my user mo...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/RubyOnRails/Q_2423060...
There is little documentation but I found this tutorial:
http://blog.railsdevelopment.com/pages/effect/queue/
<script type="text/javascript">
Event.observe(window, 'load', function() { // ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22138844.html
Hey Guys,
How you think Java, Rails and ASP.NET(C#) Compare with each other.
Which one you prefer?
Which one is an enterprise development language?
http://www.experts-exchange.com/Programming/Editors_IDEs/Java/Q_23045231.html