<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Access &amp;amp;amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx</link><description>Prior to joining the team here this summer I was a partner in a couple app development shops in Toronto ( M7 Database &amp;amp; Unspace ) that specialized in a software + services approach to development. We blended Access with Ruby on Rails to create better</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5680210</link><pubDate>Fri, 26 Oct 2007 01:16:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5680210</guid><dc:creator>D. Bruce Moore</dc:creator><description>&lt;p&gt;I would love to hear about the challenges of merging Ruby and Access! &amp;nbsp;Any chance of getting details?&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5680315</link><pubDate>Fri, 26 Oct 2007 01:22:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5680315</guid><dc:creator>Russell Sinclair</dc:creator><description>&lt;p&gt;One thing that we at M7 have added to the mix since Ryan left is using a Ruby XML feed to drive data into Access. The online application used some interesting methods to get around dynamic field population and application versioning. The Unspace group provided us with an XML feed that simplified the data structure for us so that we could simply load XML datasets using ADO and bring the data into access tables. Where we used queries on linked tables before, we have now moved to loading data using XML feeds. &lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5687267</link><pubDate>Fri, 26 Oct 2007 11:06:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5687267</guid><dc:creator>AlexDybenko</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;doing the same approach, but using ASP.NET and Telerik controls. Of course, not so easy as in Access, but it looks and functions almost the same way, customers like this, can easy switch from web to access and back&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5689284</link><pubDate>Fri, 26 Oct 2007 13:39:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5689284</guid><dc:creator>Garry Robinson</dc:creator><description>&lt;p&gt;Great that Ryan jumped to the Access team, his experiences with the Web and Access will be terrific. When I was in Seattle, Ryan inspired me to get into MSXML so that I could talk to basecamphq. &amp;nbsp;I am building a really useful invoicing system called ThickToast that works with Basecamp. &amp;nbsp;See picture www.thicktoast.com&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5728096</link><pubDate>Sun, 28 Oct 2007 06:30:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5728096</guid><dc:creator>Zac Woodall</dc:creator><description>&lt;p&gt;What Gary said. &amp;nbsp;It is great to have Ryan on board. &amp;nbsp;Attitudes are changing around here... traditional software isn't, well, traditional anymore. &amp;nbsp;People like Ryan are beginning to crop up here and there, and I think us oldschoolers are more receptive to their ideas now than we have been at any point in the past.&lt;/p&gt;
&lt;p&gt;For those who are looking, Ryan's influence will be clearly apparent in Access 14. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5779774</link><pubDate>Tue, 30 Oct 2007 15:11:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5779774</guid><dc:creator>Mark Jones</dc:creator><description>&lt;p&gt;I'd like to hear more about the Ruby on Rails integration. We have a web interface for our Access app (ASP and ASP.NET), but because our back end is SQL Server it communicates directly with the data on the server, so it doesn't actually 'integrate' with the Access app at all.&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5780547</link><pubDate>Tue, 30 Oct 2007 16:24:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5780547</guid><dc:creator>Steve Goldring</dc:creator><description>&lt;p&gt;If I understand Russell correctly, the Access front end no longer maintains a direct connection to the back end. ADO (in Access VBA?) is used to consume XML fed from the web. Apparently the Access application does not need to share any data with the web - it merely consumes what the web feeds it. &lt;/p&gt;
&lt;p&gt;If this is correct, there's nothing too special here. I look forward &amp;quot;in the coming weeks&amp;quot; to other examples. I'm interested to hear about using Access as a front end to a SQL Server database (for example) on a website - where both the website and the Access database work with the SQL data. Or is this, architecturally, simply a bad idea?&lt;/p&gt;
</description></item><item><title>re: Access &amp; Ruby on Rails: Software + Services</title><link>http://blogs.msdn.com/access/archive/2007/10/25/access-ruby-on-rails-software-plus-services.aspx#5806042</link><pubDate>Thu, 01 Nov 2007 01:20:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5806042</guid><dc:creator>Ryan McMinn</dc:creator><description>&lt;p&gt;Hey Steve, The factor site also does what you mention using Access as a front end for a web hosted MYSQL server (works just as well with MSSQL). The latest post about releaseme.ca is the same model where both the Rails app and Access talk to the same web hosted database.&lt;/p&gt;
</description></item></channel></rss>