[Rails] Does anyone know RoR reporting tools?

2014-10-19 Thread piyhawat sudsri
I am new RoR developer. By now, I've learn rails MVC concept and build some application. I've tried to export the data on screen to report (pdf or excel file) but do not work yet. If anyone have any idea pls let me know. -- You received this message because you are subscribed to

Re: [Rails] Does anyone know RoR reporting tools?

2014-10-19 Thread amit gupta
You can use the gems to export pdf like prawn or pdfkit and for excel you can use spreadsheet gem... Regards, Amit Kumar Gupta On 19 Oct 2014 14:51, piyhawat sudsri pyjuni...@gmail.com wrote: I am new RoR developer. By now, I've learn rails MVC concept and build some application.

[Rails] ANN: Raptor, a new Ruby web server, ~4x faster than Unicorn, ~2x faster than Puma, Torquebox

2014-10-19 Thread Ruby Raptor
Hi fellow Rails users. :) We're the authors of Raptor http://www.rubyraptor.org/, a new Ruby web server that's *up to 4x faster* than Unicorn, and up to 2x faster than Puma/Torquebox. It has taken us a lot of blood, sweat and tears to write, and we're wrapping up for a release in the near

Re: [Rails] ANN: Raptor, a new Ruby web server, ~4x faster than Unicorn, ~2x faster than Puma, Torquebox

2014-10-19 Thread Colin Law
On 19 October 2014 19:31, Ruby Raptor i...@rubyraptor.org wrote: Hi fellow Rails users. :) We're the authors of Raptor, a new Ruby web server that's up to 4x faster than Unicorn Do you realise that that statement means that under no circumstances will it be more that 4x times faster, may never

Re: [Rails] Does anyone know RoR reporting tools?

2014-10-19 Thread Sampath Munasinghe
PRAWN ITS WORTH TO TRY HIGHCHARTS On Sun, Oct 19, 2014 at 10:11 PM, amit gupta amitg3...@gmail.com wrote: You can use the gems to export pdf like prawn or pdfkit and for excel you can use spreadsheet gem... Regards, Amit Kumar Gupta On 19 Oct 2014 14:51, piyhawat sudsri

Re: [Rails] Ajax bootstrap modal in rails 4.. Newbie here!

2014-10-19 Thread Sampath Munasinghe
Use customer has_many: :projects accepts_nested_attributes_for :projects and then make customer view to handle project data or ( if u need above approach ) add customer id to above _form.html. if u need further help, please let me know. :) On Sat, Oct 18, 2014 at 11:43 PM, Colin Law