Francesco Rodriguez
|
00fef0a76c
|
update AS/values and AS/xml_mini docs [ci skip]
|
2012-09-14 23:02:37 -05:00 |
|
Vijay Dev
|
7c90d91c3c
|
Clean up module docs [ci skip]
Removed some useless docstrings and no-doc'ed some.
|
2012-03-07 01:04:14 +05:30 |
|
Nick Sutterer
|
7091d800b8
|
fixed a missing require that causes trouble when using AS in a non-rails env.
|
2011-01-18 23:28:51 +01:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Xavier Noria
|
f17159b029
|
edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord"
|
2010-06-14 23:22:04 +02:00 |
|
wycats
|
48c1d8c341
|
Provide a better error if the parsed REXML document has no root [#3803 state:resolved]
|
2010-03-28 23:21:35 -07:00 |
|
Joshua Peek
|
3b325d624c
|
require reporting before attempting to "shush"
|
2009-09-13 10:53:12 -05:00 |
|
Jeremy Kemper
|
c2018b4b7b
|
Shush, rexml
|
2009-09-13 05:57:44 -07:00 |
|
Pratik Naik
|
e033b5d037
|
Merge docrails
|
2009-07-25 16:03:58 +01:00 |
|
Brian Lopez
|
69bc2043f9
|
enable *real* IO parsing for the libxml, nokogiri and rexml backends [#2659 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-06-09 09:01:50 -05:00 |
|
Brian Lopez
|
53dda29f8b
|
Add support for parsing XML and JSON from an IO as well as a string [#2659 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-05-17 10:37:52 -05:00 |
|
Jeremy Kemper
|
f28bd9557c
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
|
Jeremy Kemper
|
96af8b69a4
|
Avoid need for Enumerable#sum extension
|
2009-03-28 23:55:18 -07:00 |
|
Jeremy Kemper
|
87d82ef76e
|
Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.
Delegate parsing to a switchable backend.
|
2009-03-09 13:00:57 -07:00 |
|
Jeremy Kemper
|
146511e018
|
Revert "Revert "XmlMini supports different backend parsers, starting with libxml""
Will change to require a known-working libxml-ruby.
This reverts commit a995a738ca .
|
2009-03-09 12:39:20 -07:00 |
|
David Heinemeier Hansson
|
a995a738ca
|
Revert "XmlMini supports different backend parsers, starting with libxml"
Spews a ton undefined method `default_keep_blanks=' for XML:Module errors.
This reverts commit 822c41d69d .
|
2009-03-09 19:00:21 +01:00 |
|
Bart ten Brinke
|
822c41d69d
|
XmlMini supports different backend parsers, starting with libxml
[#2084 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-03-08 13:41:25 -07:00 |
|