Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
As I'm just learning Ruby, I sometimes need to jog my memory. Perhaps this will be useful to others, too. See the [http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/syntax.html manual] or the [http://www.rubycentral.com/book/ book] for more detail. | As I'm just learning Ruby, I sometimes need to jog my memory. Perhaps this will be useful to others, too. See the [[http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/syntax.html|manual]] or the [[http://www.rubycentral.com/book/|book]] for more detail. |
Line 3: | Line 3: |
[[TableOfContents]] | <<TableOfContents>> |
Line 6: | Line 6: |
* [http://www.zenspider.com/Languages/Ruby/QuickRef.html Ruby QuickRef] * [http://www.glue.umd.edu/~billtj/ruby.html Things That Newcomers to Ruby Should Know] * [http://ruby-pdf.rubyforge.org/pdf-writer/demos/Ruby-Library-QuickRef.pdf Ruby Libarary QuickRef] (2-page PDF) * [http://blog.nanorails.com/pages/rails_1.1_cheat_sheet Rails 1.1 cheat sheet] |
* [[http://www.zenspider.com/Languages/Ruby/QuickRef.html|Ruby QuickRef]] * [[http://www.glue.umd.edu/~billtj/ruby.html|Things That Newcomers to Ruby Should Know]] * [[http://ruby-pdf.rubyforge.org/pdf-writer/demos/Ruby-Library-QuickRef.pdf|Ruby Libarary QuickRef]] (2-page PDF) * [[http://blog.nanorails.com/pages/rails_1.1_cheat_sheet|Rails 1.1 cheat sheet]] |
Line 27: | Line 27: |
[http://rubyonwindows.blogspot.com/2007/04/automating-excel-with-ruby-defining.html#comment-3801075022718276883 ref] on [*x] syntax | [[http://rubyonwindows.blogspot.com/2007/04/automating-excel-with-ruby-defining.html#comment-3801075022718276883|ref]] on [*x] syntax |
Line 71: | Line 71: |
* Interactive Ruby Interpreter at [http://www.ruby.ch/en/rubymain.shtml Ruby.CHannel] | * Interactive Ruby Interpreter at [[http://www.ruby.ch/en/rubymain.shtml|Ruby.CHannel]] |
TypeError
'dict' object is not callable
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1309 self.page.send_page()
- 1310 else:
- 1311 handler(self.page.page_name, self)
- 1312
- 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function execute>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'RubyCheatSheet'
/home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/diff.py in execute (pagename=u'RubyCheatSheet', request=<MoinMoin.request.request_cgi.Request object>)
- 184 from MoinMoin.util import diff_html
- 185 request.write(f.rawHTML(diff_html.diff(request, oldpage.get_raw_body(), newpage.get_raw_body())))
- 186 newpage.send_page(count_hit=0, content_only=1, content_id="content-below-diff")
- 187 else:
- 188 from MoinMoin.util import diff_text
- newpage = <MoinMoin.Page.Page object>
- newpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page object>>
- count_hit undefined
- content_only undefined
- content_id undefined
/home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_id': 'content-below-diff', 'content_only': 1, 'count_hit': 0})
- 1199 format_args=pi['formatargs'],
- 1200 do_cache=do_cache,
- 1201 start_line=pi['lines'])
- 1202
- 1203 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
/home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'As I\'m just learning Ruby, I sometimes need to j...respond_to?("join")}}}\n\n\n----\nCategoryCheatSheet\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})
- 1287 try:
- 1288 code = self.loadCache(request)
- 1289 self.execute(request, parser, code)
- 1290 except Exception, e:
- 1291 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page object>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
- request = <MoinMoin.request.request_cgi.Request object>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
- code = <code object <module> at 0x7f9684eaa5b0, file "RubyCheatSheet", line 2>
/home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7f9684eaa5b0, file "RubyCheatSheet", line 2>)
- 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1319 try:
- 1320 exec code
- 1321 except "CacheNeedsUpdate": # convert the exception
- 1322 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0x7f9684eaa5b0, file "RubyCheatSheet", line 2>
/home/gdinwiddie/idiacomputing.com/public_html/RubyCheatSheet in
()
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
- message = "'dict' object is not callable"
System Details
- Date: Sat, 05 Apr 2025 21:04:47 +0000
- Platform: Linux pdx1-shared-a3-05 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
- Python: Python 2.7.18 (/usr/bin/python)
- MoinMoin: Release 1.8.7 (release)