Groups
Groups
Sign in
Groups
Groups
Ruby on Rails: България
Conversations
About
Send feedback
Help
.irbrc
0 views
Skip to first unread message
Петьо Иванов
unread,
Jul 30, 2008, 11:09:03 AM
7/30/08
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 Ruby on Rails: България
не помня откъде съм го прицапкал това, ама май никой не го знае. Поне
Стефан и Сава не го знаеха. Та го поствам:
~/.irbrc
<pre>
<code>
script_console_running = ENV.include?('RAILS_ENV') &&
IRB.conf[:LOAD_MODULES] && IRB.conf[:LOAD_MODULES].include?
('console_with_helpers')
rails_running = ENV.include?('RAILS_ENV') && !(IRB.conf[:LOAD_MODULES]
&& IRB.conf[:LOAD_MODULES].include?('console_with_helpers'))
irb_standalone_running = !script_console_running && !rails_running
if script_console_running
require 'logger'
Object.const_set(:RAILS_DEFAULT_LOGGER, Logger.new(STDOUT))
end
</code>
</pre>
това показва лог на sql заявките в script/console...
Stanislav Bozhkov
unread,
Jul 30, 2008, 1:48:09 PM
7/30/08
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 ruby-on-rai...@googlegroups.com
Хм, на мен винаги май ми ги показва
--
Internet Entrepreneur
gsm:
+359 897 941 631
site:
http://svejo.net
Stefan Kanev
unread,
Jul 30, 2008, 4:56:13 PM
7/30/08
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 ruby-on-rai...@googlegroups.com
В конзолата, предприемачо, не в лога. ;)
Stanislav Bozhkov
unread,
Jul 31, 2008, 2:25:53 AM
7/31/08
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 ruby-on-rai...@googlegroups.com
Аха, ясно.
Би било полезно, но аз вече съм свикнал да си отварям лога в отделна конзола и да си го следя там...
Мерси все пак.
Reply all
Reply to author
Forward
0 new messages