|
5.1.5 simple_format issue
|
| |
In section 5.1.5 when the simple_format helper is use in the show view for the ticket description, y...
|
|
Re: Javascript method delete and confirm not working
|
| |
I got the same problem, test passing but it was not working in the real app. I'm using Rails 3.1.0rc...
|
|
Re: 8.2.2 Using nested Attributes
|
| |
Sure, here you go:
class Ticket < ActiveRecord::Base
belongs_to :project
belongs_to :user...
|
|
Re: jQuery and a few other corrections
|
| |
Agreed. As you mentioned, you could probably place some sidebar/footnote on the book pointing to som...
|
|
Re: 8.2.2 Using nested Attributes
|
| |
[i]So basically this is the complete feature, in bold is the first create ticket that is breaking:[/...
|
|
Re: jQuery and a few other corrections
|
| |
Probably it would be good to have both options though.
+1 for jQuery.
|
|
8.2.2 Using nested Attributes
|
| |
At the end of this section (after I place the has_attached_file :asset inside the asset model and I ...
|
|
Re: Chap 7.1.1
|
| |
Sure here it is:
And /^"([^\"]*)" can view the "([^\"]*)" project$/ do |email, project|
Permiss...
|
|
Re: Chap 7.1.1
|
| |
OK I finally found the problem.
The problem was basically that I was missing the Project.find_by_...
|
|
Re: Chap 7.1.1
|
| |
Ok So I got passed the problem with the user id (seems like I was using a short string on the passwo...
|