Re: [Rails] Rails saving on LDAP (or directly on a mailserver)

2010-01-18 Thread Jerry Van Baren
Simone R. wrote: Hi everybody, [snip] My idea (i'm helping my frined on the computer and web parts) is to have all this people registering themself on the gym website and have theyr account saved on an LDAP server ( the badge & access system will run on LDAP) there is some way to use LDAP as

Re: [Rails] Re: Why do so many Ruby/Rails developers use Macs?

2010-01-07 Thread Jerry Van Baren
Jarin Udom wrote: Rails: Makes common decisions for you so you can focus on the end result. Works great for 99% of cases, but if you want to do your own thing for special cases it's not hard to do. OS X: Makes common decisions for you so you can focus on the end result. Works great for 99% of ca

Re: [Rails] Problem with downloading a generated Excel sheet

2010-01-04 Thread Jerry Van Baren
Ahmed Abdelsalam wrote: > Hello, > > I'm using the spreadsheet/excel gem to generate an excel sheet that I > want user to be able to download it once it's generated. Please take a > look on the below code: [snip] > workbook.close > send_file "#{RAILS_ROOT}/public/reports/#{file}"