I just did a pull, on page 'Getting Started with Rails' I noticed all code sample section are messed up, missing newline? is this a css error?
I am seeing:
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.string :name t.string :title t.text :content t.timestamps end end def self.down drop_table :posts end end
When I should see
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.string :name t.string :title t.text :content
On Fri, Oct 29, 2010 at 8:34 AM, Rajinder Yadav <devguy...@gmail.com> wrote: > I just did a pull, on page 'Getting Started with Rails' I noticed all code > sample section are messed up, missing newline? is this a css error?
> I am seeing:
> class CreatePosts < ActiveRecord::Migration def self.up create_table :posts > do |t| t.string :name t.string :title t.text :content t.timestamps end end > def self.down drop_table :posts end end
On Fri, Oct 29, 2010 at 5:03 AM, Xavier Noria <f...@hashref.com> wrote: > On Fri, Oct 29, 2010 at 8:34 AM, Rajinder Yadav <devguy...@gmail.com> wrote:
>> I just did a pull, on page 'Getting Started with Rails' I noticed all code >> sample section are messed up, missing newline? is this a css error?
>> I am seeing:
>> class CreatePosts < ActiveRecord::Migration def self.up create_table :posts >> do |t| t.string :name t.string :title t.text :content t.timestamps end end >> def self.down drop_table :posts end end
yes that looks good, however the one I built locally last night after a git pull is showing everything as a big continuous line? I've done this many times in the past followed by a
rake generate_guides
the other guide pages seem ok, I am using FF 3.6.12
I can check again when I get home, I'll do a clean clone also and report back.
> On Fri, Oct 29, 2010 at 8:34 AM, Rajinder Yadav<devguy...@gmail.com> wrote:
>> I just did a pull, on page 'Getting Started with Rails' I noticed all code >> sample section are messed up, missing newline? is this a css error?
>> I am seeing:
>> class CreatePosts< ActiveRecord::Migration def self.up create_table :posts >> do |t| t.string :name t.string :title t.text :content t.timestamps end end >> def self.down drop_table :posts end end
> I see it OK in
i deleted the output folder and generated the guide again, everything looks ok now.
On Saturday, October 30, 2010, Rajinder Yadav <devguy...@gmail.com> wrote: > On 10-10-29 05:03 AM, Xavier Noria wrote:
> On Fri, Oct 29, 2010 at 8:34 AM, Rajinder Yadav<devguy...@gmail.com> wrote:
> I just did a pull, on page 'Getting Started with Rails' I noticed all code > sample section are messed up, missing newline? is this a css error?
> I am seeing:
> class CreatePosts< ActiveRecord::Migration def self.up create_table :posts > do |t| t.string :name t.string :title t.text :content t.timestamps end end > def self.down drop_table :posts end end
> I see it OK in
> i deleted the output folder and generated the guide again, everything looks ok now.
> -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Documentation" group. > To post to this group, send email to rubyonrails-docs@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-docs+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-docs?hl=en.