mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-20 23:20:57 +00:00
1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
[{"user_id": 6812, "stars": [], "topic_id": 8285, "date_created": 1298457826.8180859, "message": "I'm migrating a Rails app from Ruby 1.8.7 + Rails 2.3.8 to Ruby 1.9.2 + Rails 3", "group_id": 109, "id": 186661}, {"user_id": 6812, "stars": [], "topic_id": 8285, "date_created": 1298457879.1869569, "message": "It's already working in Rails3+Ruby1.8.7 and now I'm migrating the Ruby version. Any good resources on the breaking changes in Ruby 1.9.2?", "group_id": 109, "id": 186667}, {"user_id": 2142, "stars": [], "topic_id": 8285, "date_created": 1298461666.2026219, "message": "the biggest issue is encoding clashes, but rails should handle that for you, then I would say string character iteration. str[0] => 24 in 1.8 but \"a\" in 1.9", "group_id": 109, "id": 186987}, {"user_id": 4221, "stars": [], "topic_id": 8285, "date_created": 1298462091.9238491, "message": "Then there's always Sam Ruby's presentation: http://slideshow.rubyforge.org/ruby19.html#2", "group_id": 109, "id": 187018}, {"user_id": 2142, "stars": [], "topic_id": 8285, "date_created": 1298461596.348376, "message": "I started this some time ago : http://redmine.ruby-lang.org/projects/ruby-19/wiki/MigrationIssuesFrom18", "group_id": 109, "id": 186980}, {"user_id": 4221, "stars": [], "topic_id": 8285, "date_created": 1298462008.5045569, "message": "I'm assuming the Eigenclass blog on the differences is too verbose, but it really is one of the more complete (most?) references on it that I could find: http://eigenclass.org/hiki/Changes+in+Ruby+1.9", "group_id": 109, "id": 187012}, {"user_id": 6812, "stars": [], "topic_id": 8285, "date_created": 1298466882.3285921, "message": "@klauern @zimbatm thanks!", "group_id": 109, "id": 187415}, {"user_id": 4221, "stars": [], "topic_id": 8285, "date_created": 1299438484.875468, "message": "Just found this on @drnic's Twitter stream. https://github.com/cldwalker/one9", "group_id": 109, "id": 281451}, {"user_id": 4221, "stars": [], "topic_id": 8285, "date_created": 1299438516.309526, "message": "This appears to be very similar to python's 2to3 program", "group_id": 109, "id": 281454}, {"user_id": 8991, "stars": [], "topic_id": 8285, "date_created": 1299892152.455956, "message": "I've found some things like, {}.to_s is no longer the empty string", "group_id": 109, "id": 329337}, {"user_id": 8991, "stars": [], "topic_id": 8285, "date_created": 1299892433.816798, "message": "MyModule.constants is now a list of symbols rather than a list of strings.", "group_id": 109, "id": 329346}] |