On Dec 21, 9:00 pm, Ken Wagner <[email protected]>
wrote:
[...]
> My browser(s) are: Google Chrome for quick looks, Firefox 3 for more
> intent work. I also test using IE 7 and Safari.

OK.  All of those browsers should support history.go(-1).  If it's not
working, then make sure that JavaScript is turned on.

Actually, I realize that a better solution would be <%= link_to
'Back', :back, :onclick = "history.go(-1); return false;" %>.  This
way, if you have JavaScript off, at least you still get the
link_to :back functionality.

>
> I find learning how to use Rails, Javascript, ruby, etc a challenge as
> there's such a scattered lot of sites to find out how to understand and
> use Rails. Most amazing are the ways in which it actually works. Once
> learned, I get lots done very quickly. It's finding the stuff that's
> such a bear. But, I am persistent.

Yes, it can be frustrating.  http://www.railsbrain.com is your friend:
the Rails API in a much more readable format than on the official
Rails site.  http://www.javascriptkit.com is great for JS reference.
And lots of documentation is available at http://www.ruby-doc.org .

>
> Thus far I am comfortable with MySQL (love it),

That will wear off. :)  Investigate PostgreSQL when you get a chance
-- it's a much better database for most things.  But mySQL is
certainly quite adequate to learn on, and many companies do use it for
their primary DB system.

> ruby, the
> script/generator, rake tasks, migrations, css, html.

Great.  That's a very good start.  Have you started playing with
Capistrano yet?

>
> I find the Rails documentation frustrating because so much is left out.

Left out?  What do you mean?  Do you have a concrete example?

> Then I spend hours testing, digging and reading. Maybe I am just
> thick-headed.
>
> So, off to learn javascript, et. al.

Best,
--
Marnen Laibow-Koser
[email protected]
http://www.marnen.org
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to