Extracting SQL statements from the rails development log
13 views
Skip to first unread message
Gurdipe Dosanjh
unread,
Jun 19, 2012, 3:46:12 PM6/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi
I need to extract all the sql statements from the the rails development log.
Is there a quick way to do this using a regular expression or another method?
Kind Regards
Gurdipe
Robert Walker
unread,
Jun 19, 2012, 6:54:14 PM6/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Gurdipe Dosanjh wrote in post #1065210:
> I need to extract all the sql statements from the the rails development
> log.
>
> Is there a quick way to do this using a regular expression or another
> method?