[Rails] Re: application playback module

2015-07-15 Thread Zdravko Balorda
Thanks! This seems very useful. For changes without going through Rails app, well I'm not sure when enough is enough. At db level one can not catch the current_user. But anyway this will do. Thanks, guys. Regards, Zdravko -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] No puedo utilizar actvie_admin en Rails 4

2015-07-15 Thread Guillermo Navarro
Cuando intento acceder al active_admin en el localhost me aparece el error de la imagen, el punto es que he tratado de corregir con varios métodos y al final me aparece otro error. Me gustaría saber si alguien ha instalado active_admin y devise juntos en ruby on rails 4.2.3 y como lo hicieron, porq

[Rails] Hybris Training for Java Developers

2015-07-15 Thread Naveen Krishna
ActivMaxis: is a leading IT Online Training Provider. We are providing Hybris Online Training by certified trainers having 8+ years experience in IT. Sap Hybris Online Training will help you to learn the future of ecommerce. Hybris Training course is designed to make you an expert in Hybris. To Re

[Rails] Re: can't install rails - gem is asking for a zlib

2015-07-15 Thread Benjamin Lu
Hi guys, I have the same issue on CentOS Linux release 7.1.1503: # gem install rails ERROR: Loading command: install (LoadError) cannot load such file -- zlib ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass == # g

Re: [Rails] application playback module

2015-07-15 Thread Paul Makepeace
On Wed, Jul 15, 2015 at 10:31 AM, Scott Ribe wrote: > On Wed, Jul 15, 2015 at 12:36 AM, Zdravko Balorda > wrote: > > > The aim is to find an exact point when some specific change in the > > database has occurred and who did it, and to document it. > > Given your statement about legal requirement

Re: [Rails] application playback module

2015-07-15 Thread Scott Ribe
On Wed, Jul 15, 2015 at 12:36 AM, Zdravko Balorda wrote: > The aim is to find an exact point when some specific change in the > database has occurred and who did it, and to document it. Given your statement about legal requirements, I think it would be highly inappropriate to attempt to do that

Re: [Rails] Re: application playback module

2015-07-15 Thread Hassan Schroeder
On Wed, Jul 15, 2015 at 12:36 AM, Zdravko Balorda wrote: > The aim is to find an exact point when some specific change in the > database has occurred and who did it, and to document it. OK, that sounds less like "playback" and more like "audit" - keeping a running record of attribute value chang

[Rails] No content response (204); content length/Transfer-Encoding headers; passenger with apache

2015-07-15 Thread Tolstov Georgij
Hello. I am not sure, it's right place for question. We use passenger with apache. Api responds with 204 via "head :no_content" -- ActionController/Head.html response (tcpdump output): HTTP/1.1 204 No Content^M > Date: Wed, 15 Jul

[Rails] Passenger with apache; Transfer-Encoding and Content-Length headers; head :no_content

2015-07-15 Thread Tolstov Georgij
Hello. I am not sure, it's right place for question. We use passenger with apache. Api responds with 204 via "head :no_content" -- ActionController/Head.html response (tcpdump output): HTTP/1.1 204 No Content^M Date: Wed, 15 Jul 2015 13:05:41 GMT^M Server: Apache/2.4.7 (Ubuntu)^M

[Rails] Re: Reg:Convesion of string to date

2015-07-15 Thread Elizabeth McGurty
http://ruby-doc.org/stdlib-2.1.1/libdoc/date/rdoc/Date.html http://apidock.com/ruby/DateTime/strftime require 'date' Date.parse('Jun 28 2015').strftime('%m/%d/%Y') irb(main):003:0> Date.parse('Jun 28 2015').strftime('%m/%d/%Y') => "06/28/2015" On Wednesday, July 15, 2015 at 8:06:07 AM UTC-4, VID

Re: [Rails] Reg:Convesion of string to date

2015-07-15 Thread Fernando Kakimoto
Have you tried : require 'active_support/time' Time.parse('2015-07-15') Att, Fernando On Wed, Jul 15, 2015 at 9:06 AM, VIDYA SAGAR POGIRI < vidyasagarpog...@gmail.com> wrote: > Hi i want to convert my string into date using ruby > > Jun 28 2015 to 06/28/2015. Can you help > > -- > You received

[Rails] Reg:Convesion of string to date

2015-07-15 Thread VIDYA SAGAR POGIRI
Hi i want to convert my string into date using ruby Jun 28 2015 to 06/28/2015. Can you help -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-

[Rails] Re: merge two flv files

2015-07-15 Thread Debra Lake
arpit jain wrote in post #615808: > Hi all. > I am using ffmpeg to convert my video files to flv format. > Now i need to merge or join two flv files. > Any suggestions?? > > Thanks > Arpit Here is a step by step guide on how to join multiple FLV files at: http://www.faasoft.com/articles/join-flv-

[Rails] Re: application playback module

2015-07-15 Thread Zdravko Balorda
Hi! You've got there a few good points! I was hoping that playback could be based on requests only. More I think of it, it would need to save responses, too. To answer your questions: 1. Errors perhaps need not to be saved. Although, when everything is saved it may lead to a huge amount of space,