Displaying 3 results from an estimated 3 matches for "bluvshteyn".
2006 Jul 23
1
Rails Job Oppening in NYC
Hi everyone,
Bank that I''m working for is looking for a Rails developer.
If you''re interested attach your resume so i could forward it to my
employer.
Sincerely:
Gregory Bluvshteyn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/be0a37b6/attachment.html
2006 Jul 27
4
How To Test For W3C compliance locally and possibly to include it in to Continuous integraition process
...ce, I am able to check the
production
code but i would like to test my code before it goes to production.
So if anyone was able to have that check done locally, possibly
including some sort of tests in to the integration process, I would
truly appreciate knowledge exchange.
Sincerely:
Gregory Bluvshteyn
2006 Jul 23
8
embedding subversion version information into HTML
Hi,
Say I want to display the subversion release number in the footer of
each page in order to track what version of a site I''m looking at.
I know subversion has a substitution keyword (LastChangedRevision)
that inserts the last known revision in which that file .changed.
So, if I stick $LastChangedRevision$ into
views/layouts/application.rhtml, it''ll show the last time that