octokit 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/.rspec +3 -0
  2. data/Rakefile +3 -10
  3. data/changelog.markdown +3 -0
  4. data/lib/octokit/client.rb +1 -2
  5. data/lib/octokit/client/authentication.rb +4 -0
  6. data/lib/octokit/client/commits.rb +1 -1
  7. data/lib/octokit/client/connection.rb +4 -2
  8. data/lib/octokit/client/issues.rb +8 -8
  9. data/lib/octokit/client/network.rb +3 -3
  10. data/lib/octokit/client/objects.rb +1 -1
  11. data/lib/octokit/client/organizations.rb +3 -2
  12. data/lib/octokit/client/pulls.rb +9 -3
  13. data/lib/octokit/client/repositories.rb +23 -10
  14. data/lib/octokit/client/request.rb +10 -10
  15. data/lib/octokit/client/timelines.rb +11 -9
  16. data/lib/octokit/configuration.rb +21 -19
  17. data/lib/octokit/version.rb +1 -1
  18. data/octokit.gemspec +4 -6
  19. data/spec/faraday/response_spec.rb +33 -0
  20. data/spec/fixtures/blob.json +1 -0
  21. data/spec/fixtures/blob_metadata.json +1 -0
  22. data/spec/fixtures/blobs.json +1 -0
  23. data/spec/fixtures/branches.json +1 -0
  24. data/spec/fixtures/collaborators.json +1 -0
  25. data/spec/fixtures/comment.json +1 -0
  26. data/spec/fixtures/comments.json +1 -0
  27. data/spec/fixtures/commit.json +1 -0
  28. data/spec/fixtures/commits.json +1 -0
  29. data/spec/fixtures/contributors.json +1 -0
  30. data/spec/fixtures/delete_token.json +1 -0
  31. data/spec/fixtures/emails.json +1 -0
  32. data/spec/fixtures/followers.json +1 -0
  33. data/spec/fixtures/following.json +1 -0
  34. data/spec/fixtures/issue.json +1 -0
  35. data/spec/fixtures/issues.json +1 -0
  36. data/spec/fixtures/labels.json +1 -0
  37. data/spec/fixtures/languages.json +1 -0
  38. data/spec/fixtures/network.json +1 -0
  39. data/spec/fixtures/network_data.json +1 -0
  40. data/spec/fixtures/network_meta.json +1 -0
  41. data/spec/fixtures/organization.json +1 -0
  42. data/spec/fixtures/organizations.json +1 -0
  43. data/spec/fixtures/public_keys.json +1 -0
  44. data/spec/fixtures/pull.json +1 -0
  45. data/spec/fixtures/pulls.json +1 -0
  46. data/spec/fixtures/raw.txt +7 -0
  47. data/spec/fixtures/repositories.json +1 -0
  48. data/spec/fixtures/repository.json +1 -0
  49. data/spec/fixtures/tags.json +1 -0
  50. data/spec/fixtures/team.json +1 -0
  51. data/spec/fixtures/teams.json +1 -0
  52. data/spec/fixtures/timeline.json +1237 -0
  53. data/spec/fixtures/tree.json +1 -0
  54. data/spec/fixtures/tree_metadata.json +1 -0
  55. data/spec/fixtures/user.json +1 -0
  56. data/spec/fixtures/users.json +1 -0
  57. data/spec/fixtures/watchers.json +1 -0
  58. data/spec/helper.rb +66 -0
  59. data/spec/octokit/client/commits_spec.rb +31 -0
  60. data/spec/octokit/client/issues_spec.rb +155 -0
  61. data/spec/octokit/client/network_spec.rb +31 -0
  62. data/spec/octokit/client/objects_spec.rb +75 -0
  63. data/spec/octokit/client/organizations_spec.rb +233 -0
  64. data/spec/octokit/client/pulls_spec.rb +43 -0
  65. data/spec/octokit/client/repositories_spec.rb +330 -0
  66. data/spec/octokit/client/timelines_spec.rb +41 -0
  67. data/spec/octokit/client/users_spec.rb +273 -0
  68. data/spec/octokit/client_spec.rb +12 -0
  69. data/spec/octokit_spec.rb +14 -0
  70. data/spec/repository_spec.rb +53 -0
  71. data/test/helper.rb +2 -0
  72. data/test/octokit_test.rb +14 -2
  73. metadata +147 -89
  74. data/lib/octokit/event.rb +0 -76
@@ -0,0 +1 @@
1
+ {"blob":{"name":"README.mkd","data":"RailsAdmin\n==========\nRailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.\n\nRailsAdmin started as a port of [MerbAdmin](http://github.com/sferik/merb-admin) to Rails 3\nand was implemented as a [Ruby Summer of Code project](http://www.rubysoc.org/projects)\nby [Bogdan Gaza](http://github.com/hurrycane) with mentors [Erik Michaels-Ober](http://github.com/sferik),\n[Yehuda Katz](http://github.com/wycats),\n[Luke van der Hoeven](http://github.com/plukevdh), and [Rein Henrichs](http://github.com/reinh).\n\nIt currently offers the following features:\n\n* Display database tables\n* Create new data\n* Easily update data\n* Safely delete data\n* Automatic form validation\n* Search\n* Authentication (via [Devise](http://github.com/plataformatec/devise))\n* User action history\n\nSupported ORMs:\n\n* ActiveRecord\n\n_[Information](https://github.com/sferik/rails_admin/issues/105) about support for other ORMs._\n\nHelp\n----\nIf you have a question, you can ask the [official RailsAdmin mailing list](http://groups.google.com/group/rails_admin)\nor ping sferik on IRC in [#railsadmin on irc.freenode.net](http://webchat.freenode.net/?channels=railsadmin).\n\nScreenshots\n-----------\n![List view](https://github.com/sferik/rails_admin/raw/master/screenshots/list.png \"List view\")\n![Edit view](https://github.com/sferik/rails_admin/raw/master/screenshots/edit.png \"Edit view\")\n\nInstallation\n------------\nIn your `Gemfile`, add the following dependency:\n gem 'devise' # Devise must be required before RailsAdmin\n gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'\nRun:\n $ bundle install\nAnd then run:\n $ rails generate rails_admin:install_admin\nThis task will install RailsAdmin and [Devise](http://github.com/plataformatec/devise) if you\ndon't already have it installed. [Devise](http://github.com/plataformatec/devise) is strongly\nrecommended to protect your data from anonymous users.\n\nIf you plan to use Devise, but want to use a custom model for authentication\n(default is User) you can provide that as an argument for the installer. For example\nto override the default with a Member model run:\n $ rails generate rails_admin:install_admin member\n\nIf you want to use the CKEditor, you need to [download it](http://ckeditor.com/download) from source\nand unpack the 'ckeditor' folder into your default 'public/javascripts' folder. If you're using any\nnon-Windows system, you can try to use the automatic downloader:\n $ rake admin:ckeditor_download\n\nWhen running RailsAdmin in production the images, stylesheets, and javascript assets may return 404\nnot found error's depending on your servers static assets configuration. To prevent this issue you\ncan copy assets directly into your application by running:\n $ rake admin:copy_assets\n \nUsage\n-----\nStart the server:\n $ rails server\nYou should now be able to administer your site at <http://localhost:3000/admin>\n\nConfiguration\n-------------\nRailsAdmin provides its out of the box administrative interface by inspecting your application's\nmodels and following some Rails conventions. For a more tailored experience, it also provides a\nconfiguration DSL which allows you to customize many aspects of the interface.\n\nThe configuration code should be placed in an initializer file, for example:\n config/initializers/rails_admin.rb\n\n### General\n\nYou can customize authentication by providing a custom block for `RailsAdmin.authenticate_with`.\nTo disable authentication, pass an empty block:\n\n RailsAdmin.authenticate_with {}\n\nYou can exclude models from RailsAdmin by appending those models to `excluded_models`:\n\n RailsAdmin.config do |config|\n config.excluded_models << ClassName\n end\n\n### Navigation ###\n\n* hiding a model\n* setting the model's label\n* configuring the number of visible tabs\n\n**Hiding a model**\n\nYou can hide a model from the top navigation by marking its `visible` option\nas false within the model's navigation configuration section:\n\nBy passing the value as an argument:\n\n RailsAdmin.config do |config|\n config.model Team do\n navigation do\n visible false\n end\n end\n end\n\nOr by passing a block that will be lazy evaluated each time the option is read:\n\n RailsAdmin.config do |config|\n config.model Team do\n navigation do\n visible { false }\n end\n end\n end\n\nThese two examples also work as a generic example of how most of the\nconfiguration options function within RailsAdmin. You can pass a value as an\nargument `option_name value`, or you can pass in a block which will be\nevaluated each time the option is read. Notable is that boolean options' reader\naccessors will be appended with ? whereas the writers will not be. That is, if\nyou want to get the Team model's visibility in navigation, you use\n`RailsAdmin.config(Team).navigation.visible?`.\n\nBack to navigation configuration - there is also an alias method that can be used:\n\n RailsAdmin.config do |config|\n config.model Team do\n hide_from_navigation\n end\n end\n\nAnd also a reverse alias method to make it visible again:\n\n RailsAdmin.config do |config|\n config.model Team do\n show_in_navigation\n end\n end\n\nBoth also accept a block:\n\n RailsAdmin.config do |config|\n config.model Team do\n # Hide Team from navigation on Sundays\n hide_from_navigation do\n Time.now.wday == 0\n end\n end\n end\n\n*NOTE* - The hide_from_navigation method was originally implemented as\n hide_in_navigation but that name is now deprecated - you should\n change your code to use hide_from_navigation.\n\n**Setting the model's label**\n\nIf you need to customize the label of the model within the navigation tab, use:\n\n RailsAdmin.config do |config|\n config.model Team do\n navigation do\n label \"List of teams\"\n end\n end\n end\n\nRemember, you can also pass the value as an argument or as a block as with the\nbefore mentioned visibility options. Besides that, the label also has a\nshorthand syntax:\n\n RailsAdmin.config do |config|\n config.model Team do\n label_for_navigation \"List of teams\"\n end\n end\n\nwhich allows both forms of configuration value passing as well.\n\n**Configuring the number of visible tabs**\n\nYou can configure the number of tabs visible in the top navigation:\n\n RailsAdmin.config do |config|\n config.navigation.max_visible_tabs 3\n end\n\nLinks to the rest of the models will be rendered in a drop down menu next to the\ntabs. Even though this option is not model specific, it shares the same\nsemantics as the earlier ones - you can also pass in a block or pass the value\nas an argument by omitting the equals sign.\n\n### List view\n\n* Number of items per page\n* Number of items per page per model\n* Fields\n * Visibility and ordering\n * Label\n * Output formatting\n * Sortability\n * Column CSS class\n * Column width\n * The object_label method\n\n**Number of items per page**\n\nYou can configure the default number of rows rendered per page:\n\n RailsAdmin.config do |config|\n config.list.default_items_per_page = 50\n end\n\n**Number of items per page per model**\n\nYou can also configure it per model:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n items_per_page 100\n end\n end\n end\n\n**Fields - Visibility and ordering**\n\nBy default all fields are visible, but they are not presented in any particular\norder. If you specifically declare fields, only defined fields will be visible\nand they will be presented in the order defined:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name\n field :created_at\n end\n end\n end\n\nThis would show only \"name\" and \"created at\" columns in the list view.\n\nIf you need to hide fields based on some logic on runtime (for instance\nauthorization to view field) you can pass a block for the `visible` option\n(including its `hide` and `show` accessors):\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name\n field :created_at\n field :revenue do\n visible do\n current_user.roles.include?(:accounting) # metacode\n end\n end\n end\n end\n end\n\nNote that above example's authorization conditional is not runnable code, just\nan imaginary example. You need to provide RailsAdmin with your own\nauthorization scheme for which you can find a guide at the end of this file.\n\n**Fields - Label**\n\nThe header of a list view column can be changed with the familiar label method:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name do\n label \"Title\"\n end\n field :created_at do\n label \"Created on\"\n end\n end\n end\n end\n\nAs in the previous example this would show only columns for fields \"name\" and\n\"created at\" and their headers would have been renamed to \"Title\" and\n\"Created on\".\n\n**Fields - Output formatting**\n\nThe field's output can be modified:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name do\n formatted_value do\n value.to_s.upcase\n end\n end\n field :created_at\n end\n end\n end\n\nThis would render all the teams' names uppercased.\n\nThe field declarations also have access to a bindings hash which contains the\ncurrent record instance in key :object and the view instance in key :view.\nVia :object we can access other columns' values and via :view we can access our\napplication's view helpers:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name do\n formatted_value do\n bindings[:view].tag(:img, { :src => bindings[:object].logo_url }) << value\n end\n end\n field :created_at\n end\n end\n end\n\nThis would output the name column prepended with team's logo using the `tag`\nview helper. This example uses `value` method to access the name field's value,\nbut that could be written more verbosely as `bindings[:object].name`.\n\nFields of different date types (date, datetime, time, timestamp) have two extra\noptions to set the time formatting:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name\n field :created_at do\n date_format :short\n end\n field :updated_at do\n strftime_format \"%Y-%m-%d\"\n end\n end\n end\n end\n\nThis would render all the teams' \"created at\" dates in the short format of your\napplication's locale and \"updated at\" dates in format YYYY-MM-DD. If both\noptions are defined for a single field, `strftime_format` has precedence over\n`date_format` option. For more information about localizing Rails see\n[Rails Internationalization API](http://edgeguides.rubyonrails.org/i18n.html#adding-date-time-formats)\nand [Rails I18n repository](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale).\n\n**Fields - Sortability**\n\nYou can make a column non-sortable by setting the sortable option to false:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name\n field :created_at do\n sortable false\n end\n end\n end\n end\n\n**Fields - Column CSS class**\n\nBy default each column has a CSS class set according to field's data type. You\ncan customize this by:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name\n field :created_at do\n css_class \"customClass\"\n end\n end\n end\n end\n\nThis would render the \"created at\" field's header and body columns with a CSS class named\n\"customClass\".\n\n**Fields - Column width**\n\nBy default columns' widths are calculated from certain pre-defined,\ndata-type-specific pixel values. If you want to ensure a minimum width for a\ncolumn, you can:\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n field :name do\n column_width 200\n end\n field :created_at\n end\n end\n end\n\n**Fields - The object_label method**\n\nList section has a configuration option `object_label` which configures\nthe title of a single database record.\n\nBy default it queries if the record in question has columns named \"name\" or\n\"title\". If neither is found it returns the model's classname appended with its\ndatabase identifier.\n\nThis value is used in a number of places in RailsAdmin - for instance as the\noutput of belongs to associations in the listing views of related models, as\nthe option labels of the relational fields' input widgets in the edit views of\nrelated models and as part of the audit information stored in the history\nrecords - so keep in mind that this configuration option has widespread\neffects.\n\n RailsAdmin.config do |config|\n config.model Team do\n list do\n object_label do\n \"#{bindings[:object].name} - #{bindings[:object].league.name}\"\n end\n end\n end\n end\n\nThis would output \"Team's name - Team's league's name\" in all the places\nmentioned in paragraph above example.\n\n### Create and update views\n\n* Field groupings\n * Visibility\n * Labels\n * Syntax\n* Fields\n * Rendering\n * Overriding field type\n * Available field types\n * Creating a custom field type\n * Creating a custom field factory\n\n**Field groupings**\n\nBy default RailsAdmin groups fields in the edit views (create and update views)\nby including all database columns and belongs to associations to \"Basic info\"\ngroup which is displayed on top of form. Below that are displayed all the other\nassociations a model has, one group per association.\n\nThe configuration accessors are `edit`, `create` and `update`. First one is a\nbatch accessor which configures both create and update views. For consistency,\nthese examples only include the batch accessor `edit`, but if you need differing\ncreate and update views just replace `edit` with `create` or `update`.\n\n**Field groupings - visibility**\n\nField groups can be hidden:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n group :default do\n hide\n end\n end\n end\n end\n\nThis would hide the \"Basic info\" group which is accessed by the symbol :default.\nAssociations' groups can be accessed by the name of the association, such as\n:fans or :players. The hide method is just a shortcut for the actual `visible`\noption which was mentioned in the beginning of the navigation section.\n\n**Field groupings - labels**\n\nField groups can be renamed:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n group :default do\n label \"Team information\"\n end\n end\n end\n end\n\nThis would render \"Team information\" instead of \"Basic info\" as the groups label.\n\n**Field groupings - syntax**\n\nAs in the list view, the edit views' configuration blocks can directly\ncontain field configurations, but in edit views those configurations can\nalso be nested within group configurations. Below examples result an\nequal configuration:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n group :default do\n label \"Default group\"\n end\n field :name do\n label \"Title\"\n group :default\n end\n end\n end\n end\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n group :default do\n label \"Default group\"\n field :name do\n label \"Title\"\n end\n end\n end\n end\n end\n\nIn fact the first examples `group :default` configuration is unnecessary\nas the default group has already initialized all fields and belongs to\nassociations for itself.\n\n**Fields**\n\nJust like in the list view, all fields are visible by default. If you specifically\ndeclare fields, only defined fields will be visible and they will be presented\nin the order defined. Thus both examples would render a form with\nonly one group (labeled \"Default group\") that would contain only one\nelement (labeled \"Title\").\n\nIn the list view label is the text displayed in the field's column header, but\nin the edit views label literally means the html label element associated with\nfield's input element.\n\nNaturally edit views' fields also have the visible option along with\nhide and show accessors as the list view has.\n\n**Fields - rendering**\n\nThe edit view's fields are rendered using partials. Each field type has its own\npartial per default, but that can be overridden:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n field :name do\n partial \"my_awesome_partial\"\n end\n end\n end\n end\n\nThe partial should be placed in your applications template folder, such as\n`app/views/rails_admin/main/_my_awesome_partial.html.erb`.\n\nOne can also completely override the rendering logic:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n field :name do\n render do\n bindings[:view].render :partial => partial.to_s, :locals => {:field => self}\n end\n end\n end\n end\n end\n\nThat example is just the default rendering method, but it shows you that you\nhave access to the current template's scope with bindings[:view]. There's also\nbindings[:object] available, which is the database record being edited.\nBindings concept was introduced earlier in this document and the\nfunctionality is the same.\n\n**Fields - overriding field type**\n\nIf you'd like to override the type of the field that gets instantiated, the\nfield method provides second parameter which is field type as a symbol. For\ninstance, if we have a column that's a text column in the database, but we'd\nlike to have it as a string type we could accomplish that like this:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n field :description, :string do\n # configuration here\n end\n end\n end\n end\n\nIf no configuration needs to take place the configuration block could have been\nleft out:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n field :description, :string\n end\n end\n end\n\nA word of warning, if you make field declarations for the same field a number\nof times with a type defining second argument in place, the type definition\nwill ditch the old field configuration and load a new field instance in place.\n\n**Fields - Available field types**\n\nRailsAdmin ships with the following field types:\n\n* belongs_to_association\n* boolean\n* date\n* datetime\n* decimal\n* file_upload _does not initialize automatically_\n* paperclip_file _initializes automatically if Paperclip is present_\n* float\n* has_and_belongs_to_many_association\n* has_many_association\n* has_one_association\n* integer\n* password _initializes if string type column's name is password_\n* string\n* text\n* time\n* timestamp\n* virtual _useful for displaying data that is calculated a runtime\n(for example a method call on model instance)_\n\n**Fields - Creating a custom field type**\n\nIf you have a reuseable field you can define a custom class extending\n`RailsAdmin::Config::Fields::Base` and register it for RailsAdmin:\n\n RailsAdmin::Config::Fields::Types::register(:my_awesome_type, MyAwesomeFieldClass)\n\nThen you can use your custom class in a field:\n\n RailsAdmin.config do |config|\n config.model Team do\n edit do\n field :name, :my_awesome_type do\n # configuration here\n end\n end\n end\n end\n\n**Fields - Creating a custom field factory**\n\nType guessing can be overridden by registering a custom field \"factory\", but\nfor now you need to study `lib/rails_admin/config/fields/factories/*` for\nexamples if you want to use that mechanism.\n\n### Mass Assignment Operations ###\n\n* Mass assign for every model configuration\n* Mass assign for every section (create, list, navigation and update)\n* Mass assign by field type\n\n**Mass assign for every model configuration**\n\nMass assignment operations are used to pass in configuration blocks for\nmultiple targets at once. For instance, the code below configures every models'\nlabel displayed uppercased in the list view.\n\n RailsAdmin.config do |config|\n config.models do\n list do\n label do\n label.upcase # in this context label refers to default label method\n end\n end\n end\n end\n\n**Mass assign for every section (create, list, navigation and update)**\n\nIf one would like to assign that same behavior for all the different views in\nRailsAdmin (create, list, navigation and update) one could pass the label\ndefinition one level higher:\n\n RailsAdmin.config do |config|\n config.models do\n label do\n label.upcase\n end\n end\n end\n\nNaturally this also works for a single model configuration:\n\n RailsAdmin.config do |config|\n config.model Team do\n label do\n label.upcase\n end\n end\n end\n\n**Mass assign by field type**\n\nOne can also assign configurations for all fields by type. For instance\nmodifying the date presentation of all datetime fields in all sections can be\naccomplished like this:\n\n RailsAdmin.config do |config|\n config.models do\n fields_of_type :datetime do\n strftime_format \"%Y-%m-%d\"\n end\n end\n end\n\nAuthorization\n-------------\n\nRails Admin has no specific authorization requirements so you can use\nwhichever authz framework best suits your needs.\n\n### Declarative Authorization\n\n[Declarative Authorization](https://github.com/stffn/declarative_authorization)\nworks well with Rails Admin. You need to hook\ndeclarative_authorization's code into Rails Admin's controllers and\nwrite appropriate authorization declarations.\n\nYou can hook declarative_authorization into Rails Admin using code\nlike this in an initializer (e.g., config/initializers/rails_admin.rb):\n\n require \"rails_admin/application_controller\"\n\n module RailsAdmin\n class ApplicationController < ::ApplicationController\n filter_access_to :all\n end\n end\n\nBy default, access to the controllers will be denied to all users, so\nyou need to write some authz rules so that the appropriate users can\nget access. These rules will vary, but here's an example:\n\n authorization do\n role :admin do\n has_permission_on :rails_admin_history, :to => :list\n has_permission_on :rails_admin_main, :to => [:index, :show, :new, :edit, :create, :update, :destroy, :list, :delete, :get_pages, :show_history]\n end\n end\n\nThis will allow the :admin role to do everything, and will prevent all\nother roles from doing anything.\n\nContributing\n------------\nIn the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.\n\nHere are some ways *you* can contribute:\n\n* by using alpha, beta, and prerelease versions\n* by reporting bugs\n* by suggesting new features\n* by [translating to a new language](https://github.com/sferik/rails_admin/tree/master/config/locales)\n* by writing or editing documentation\n* by writing specifications\n* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace)\n* by refactoring code\n* by resolving [issues](http://github.com/sferik/rails_admin/issues)\n* by reviewing patches\n\nSubmitting an Issue\n-------------------\nWe use the [GitHub issue tracker](http://github.com/sferik/rails_admin/issues) to track bugs and\nfeatures. Before submitting a bug report or feature request, check to make sure it hasn't already\nbeen submitted. You can indicate support for an existing issuse by voting it up. When submitting a\nbug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any\ndetails that may be necessary to reproduce the bug, including your gem version, Ruby version, and\noperating system. Ideally, a bug report should include a pull request with failing specs.\n\nSubmitting a Pull Request\n-------------------------\n1. Fork the project.\n2. Create a topic branch.\n3. Implement your feature or bug fix. *NOTE* - there's a small test app located in the spec/dummy_app directory that you can use to experiment with rails_admin.\n4. Add documentation for your feature or bug fix.\n5. Run `bundle exec rake doc:yard`. If your changes are not 100% documented, go back to step 4.\n6. Add specs for your feature or bug fix.\n7. Run `bundle exec rake spec`. If your changes are not 100% covered, go back to step 6.\n8. Commit and push your changes.\n9. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)\n\nContact\n-------\nIf you have questions about contributing to RailsAdmin, please contact [Erik Michaels-Ober](http://github.com/sferik) and [Bogdan Gaza](http://github.com/hurrycane).\n","size":25325,"sha":"94616fa57520ac8147522c7cf9f03d555595c5ea","mode":"100644","mime_type":"text/plain"}}
@@ -0,0 +1 @@
1
+ {"blobs":[{"name":".gitignore","size":279,"sha":"5efe0eb47a773fa6ea84a0bf190ee218b6a31ead","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":".rspec","size":46,"sha":"f5a48e7ea5d8c1068efbb2b5b39471447a892dd5","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":".yardopts","size":57,"sha":"80b49ec64346a5575f355af14a2616a83cdbf7e3","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"Gemfile","size":927,"sha":"676ca26fae4277be5d2da7e1e223a4dd36370479","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"LICENSE.mkd","size":1062,"sha":"0420edbdb00ab6055455d62f2cd2db404d35a147","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"README.mkd","size":25325,"sha":"94616fa57520ac8147522c7cf9f03d555595c5ea","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"Rakefile","size":567,"sha":"82c041b5a84f9d0221c2695379956cbc8c2a3cbd","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/controllers/rails_admin/application_controller.rb","size":1248,"sha":"2247b418ad5d89ae7c4c7fd8be04098c90111fb2","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/controllers/rails_admin/history_controller.rb","size":1547,"sha":"11de53eed701b5c92635aa2f8d9c84150d746dd0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/controllers/rails_admin/main_controller.rb","size":11019,"sha":"76b116a526af516163b108d25df959f685032b53","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/helpers/rails_admin/application_helper.rb","size":4299,"sha":"08657b55a2c5fea6e0b2fb0d248409024ddc5c69","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/helpers/rails_admin/main_helper.rb","size":2615,"sha":"fce052c16be425e6caed6dde01a80aaf400beab4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/models/rails_admin/blank_history.rb","size":369,"sha":"f3f72c82a83be64a167dd07ef62087cc8c6f23dd","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/models/rails_admin/history.rb","size":1770,"sha":"c872970da7c7d27f94e6821ee6c70b4dad416db9","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/layouts/rails_admin/_flash.html.erb","size":244,"sha":"8032f5e79d25bbe167babc40dae54ff41b04d9cb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/layouts/rails_admin/dashboard.html.erb","size":1522,"sha":"cccadb1e1100613ac077ab9bdb6e28ac792a063c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/layouts/rails_admin/delete.html.erb","size":1548,"sha":"d4b367dba38f92f26d7a51308d326a6fabacdb21","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/layouts/rails_admin/form.html.erb","size":3426,"sha":"1336ada45f839b771c81c31a0a4069e814bf9b94","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/layouts/rails_admin/list.html.erb","size":2137,"sha":"7262a6679c852b6dc5e0caed7fe35807e482a295","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/history/show.html.erb","size":4778,"sha":"3bd75ba005ee5e9f90436d37f4becff6c35b9c60","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_belongs_to_association.html.erb","size":581,"sha":"0713e0de9c3cc04637ac96b3afd20c7bdb96e6b5","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_boolean.html.erb","size":284,"sha":"bb82baf047fb41d47435aa6804356cef426fe040","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_date.html.erb","size":278,"sha":"824885a8338cb4768876ec171d3cfe09472d9016","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_datetime.html.erb","size":278,"sha":"824885a8338cb4768876ec171d3cfe09472d9016","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_delete_notice.html.erb","size":1297,"sha":"92cb92c95845f45833562d0cdf9395d4f6e8fb20","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_edit_submit_buttons.html.erb","size":465,"sha":"709d899fe55ebc859feed0586d9e0eb7df76bc7f","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_field.html.erb","size":329,"sha":"e1973e42297c09188c98271954da5da25fce0d29","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_float.html.erb","size":294,"sha":"eafc7377f15065ffbdff18c3ace69e67f6b721bd","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_form_section.html.erb","size":269,"sha":"0b5eb800004937f2acbb1a9c67648fea48e4f7fc","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_has_and_belongs_to_many_association.html.erb","size":2972,"sha":"52231d450dcb9d4435f8b45896eb546f24778d42","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_has_many_association.html.erb","size":2972,"sha":"52231d450dcb9d4435f8b45896eb546f24778d42","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_has_one_association.html.erb","size":628,"sha":"9176b1bf7c4ba36c7ab0c5350a50d888eeabaa47","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_history.html.erb","size":403,"sha":"8b83e7aff02ae7558532103140fb14d9050e586e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_integer.html.erb","size":292,"sha":"58094896648abcb79a14e5b3c943607479c3e9ed","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_navigation.html.erb","size":1061,"sha":"f78e8792164c099eb577b8512ff37cd7ddf4e6fb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_new_submit_buttons.html.erb","size":627,"sha":"f1c9071628862d36412811cd4892ec3448adb570","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_paperclip_file.html.erb","size":626,"sha":"5b4f681cb4f2f302b35ce4c6f5acdb48047a43bb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_password.html.erb","size":278,"sha":"666bcdad51fdfa82722cb54eecbb5d1f0dd82967","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_string.html.erb","size":329,"sha":"aed755ae88630e546baeaf29e8b89ad95f12d7be","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_text.html.erb","size":735,"sha":"6bec339d644c3d881c0665df6f767ffe10b0f348","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_time.html.erb","size":306,"sha":"32b432eb8bae70cf276da9e538edb5662a152e59","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_timestamp.html.erb","size":273,"sha":"4a9a6c15c46d50f19aec96fd086c1916c78123c5","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/_user_info.html.erb","size":415,"sha":"30a07b91e75ab814c2a39020215b8e5196e77daf","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/authentication_not_setup.html.erb","size":112,"sha":"42fffd887374e59d0fe182d31f8ae9e6c1027843","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/bulk_delete.html.erb","size":1024,"sha":"884f0b1d6f16aa60b88fd75db95882822bf8a0a4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/delete.html.erb","size":1155,"sha":"a01631046cf9c9d3174df4b68a27f08775cafb67","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/edit.html.erb","size":1157,"sha":"f93400f209a178eeb25b51ade4f32146672b5244","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/file_upload.html.erb","size":245,"sha":"ba7f3181e212e3455e317242970d5fa234a829e7","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/general_history.html.erb","size":0,"sha":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/history.html.erb","size":152,"sha":"8301f82a08ff159fee611d441425715066736d54","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/index.html.erb","size":3534,"sha":"f788dbce503d1fdf129cfc71919483457319a1c4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/list.html.erb","size":5312,"sha":"da909989f6e2a7a5eddabb82711346f408893335","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"app/views/rails_admin/main/new.html.erb","size":498,"sha":"d2af861301a7c51ffbf45d3ca4828c042c9f3af6","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"config/initializers/devise_patch.rb","size":184,"sha":"5bf86e90280e62c61318eb213dec9012d7bd7b45","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"config/locales/devise.bg.yml","size":2451,"sha":"21749c15b17a10d8e8269dcf158bb3cc21501a50","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.de.yml","size":1955,"sha":"cfbf6569710a53fbe203af319595274237232f0d","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.en.yml","size":1850,"sha":"5e4e433215c5b3b571cf5034dad1781c64304457","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.es.yml","size":1960,"sha":"39177a314947599d417d77e1fa8c09c7ef317423","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.fi.yml","size":1811,"sha":"75d0a4abb59fe4534cbc4dedfcbea762c36b6e3e","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.pt-BR.yml","size":1892,"sha":"eef22c8cb922836ae4ee2f7d6eedadf87ba9ea47","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.pt-PT.yml","size":2008,"sha":"5ef7cee8598b242aa4f6f63cf8d82d449eda0d53","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.ru.yml","size":3205,"sha":"278a447bda28a10867aecd06e57bc9855407c6cb","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.tr.yml","size":1984,"sha":"e2e75922ca01631650f95f376af2eaaa5c39f890","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/devise.uk.yml","size":2740,"sha":"c715ddf74da8fd270831d1bdf75508cb1ea94b4f","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.bg.yml","size":2124,"sha":"41b224c48801c58faf3a5df7dfe3c1e8e49b12f4","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.da.yml","size":1491,"sha":"0fde4ff4f1fdd41ecf01d5a1cdd4a4195b475de3","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.de.yml","size":1847,"sha":"9d2117691d4efe96581955abdea2542dacc57290","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.en.yml","size":1732,"sha":"ac1e8edc08fa1876c19bad19ed3548706b6b64da","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.es.yml","size":1612,"sha":"f34903f17fa76497c40e9656d5d4f55f0f9bbafe","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.fi.yml","size":1586,"sha":"f0b3b0d299f8fb8ca12e77a9636496431c694dc9","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.fr.yml","size":1552,"sha":"ba89f24f4d51671316d0fdf1b4a91ca0cc7dbc38","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.lv.yml","size":1610,"sha":"4119f9ea8c713335af1d5b4e84319e3cce67d284","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.pl.yml","size":1692,"sha":"ff670845123b36b6d27fd4355458f1722b4ce32d","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.pt-BR.yml","size":1852,"sha":"bce91b036b10e07405256f5bbb8b325c882725f4","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.pt-PT.yml","size":1786,"sha":"39540149b0fc8038c1a4cb23cd8e1cb44a7d9baa","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.ru.yml","size":2158,"sha":"461631537035ac95d80e47d47c02a10e34dce645","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.tr.yml","size":1740,"sha":"2a0ed9ead7557f69925cbd97c3aef3c56fbd5612","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/locales/rails_admin.uk.yml","size":2019,"sha":"8c3d8f40513c4c3983cfe635bda853314e186529","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"config/routes.rb","size":1307,"sha":"723f430b92a0eeb040222dfa25560d8d6edfc200","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/generators/rails_admin/USAGE","size":439,"sha":"5f579b6c15d49630a9b50f4be7325d8f2b5ba559","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/generators/rails_admin/install_admin_generator.rb","size":2515,"sha":"4e5987200cca8f6cd13d04ba25d2d071ed592e00","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/generators/rails_admin/install_migrations_generator.rb","size":685,"sha":"2e82a80ff06d6f7dd140ad8ff79d1fb106a8b383","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/generators/rails_admin/rails_admin_generator.rb","size":568,"sha":"2acca7fca8ea4f2a8f1ff57499f6bb7602051a9d","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/generators/rails_admin/templates/migration.rb","size":447,"sha":"7884b5df76385a4dcb866da2c7d09b68ff81a0be","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin.rb","size":3425,"sha":"d36b4ba90e5fd730a44170894208ae1c881e0371","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/abstract_history.rb","size":5162,"sha":"91a97c8231d63aa73dac8f52c0e33ba77950566b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/abstract_model.rb","size":1804,"sha":"d894de6edb0a32ec7e69bd0ba737a0322b93f92b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/adapters/active_record.rb","size":4455,"sha":"fdc0c7d91af5497304bb3f611a0150d3bf96d466","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config.rb","size":2836,"sha":"7c3699267d26f4165d68de5a70ece3e080684fb4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/base.rb","size":3100,"sha":"55b5e932f6459f333ac3caf55dec942e6a281855","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields.rb","size":3955,"sha":"df74058f659d7e37b973547bfe4cf3ee85e0081e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/association.rb","size":2240,"sha":"a47b8131147560a8745678e1257e48e403a11223","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/base.rb","size":6175,"sha":"909d1c2f2ab0361a15d90c6a5eab84ef1e0d19fb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/factories/devise.rb","size":1589,"sha":"06056d8c8f54b78709a79276206e783a4f2d086c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/factories/paperclip.rb","size":1178,"sha":"aeb69a6bec111ff4c9c9190426b8d9e0dd88478e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/factories/password.rb","size":678,"sha":"a543ade4dc430f4d122d1faf60873580c7a78457","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/group.rb","size":1735,"sha":"83298dd7b8bc9fe97516df83a1dd909c78614780","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/groupable.rb","size":760,"sha":"f0393a93eabe151df1d4b3e94d368d891811b720","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types.rb","size":635,"sha":"10e03a8e6e1655cedb7552011001ae809708b308","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/all.rb","size":971,"sha":"d05062f944d990b078e679a6fe7b9cf406da3520","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/belongs_to_association.rb","size":1391,"sha":"3c25ea98278cbfc66c334586b433f40cc2eb4fac","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/boolean.rb","size":879,"sha":"3f308ae98a0a673e3f350e8b23f37780d4348e5b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/date.rb","size":369,"sha":"39e58fb736813cd564dfa987f2e777a0781b0dc0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/datetime.rb","size":937,"sha":"a41e91b3fac12b232b47c30fe158597761994887","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/decimal.rb","size":404,"sha":"01e32aaa4464473b373415385e7fd786e49524b4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/file_upload.rb","size":532,"sha":"71b237aaa9e6afe12533e0477c98dd4fe8799056","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/float.rb","size":319,"sha":"a9559629c5c70c1182a4bc0ad4ff1c887847201a","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/has_and_belongs_to_many_association.rb","size":505,"sha":"d5d3051899d5cb4847c3a78d37a355ec60e79d65","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/has_many_association.rb","size":493,"sha":"59542a7702b2fe38b41b6cbd4d6ad2269873056b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/has_one_association.rb","size":718,"sha":"f75ed8a02c86ba6c5ab50dabb10a720d6c8fa761","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/integer.rb","size":523,"sha":"f9e5ad8d8e440e646acc84b8ce0394639c476989","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/paperclip_file.rb","size":400,"sha":"c64127484a631c66302180af0c6e1b9a82fa9c85","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/password.rb","size":946,"sha":"141f6fc8f5f90d22375d17671341b717ab7a2e10","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/string.rb","size":785,"sha":"5d276e106d856c5b7c3925718d84b27f3a4427de","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/text.rb","size":782,"sha":"2b570f0f940bff2c16b90c29dff7100e8c6e0f80","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/time.rb","size":656,"sha":"28748c780eb8c78f5d5ec870cf4c75b55b167677","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/timestamp.rb","size":375,"sha":"b2256087a14c350afaff324de51341215ff9d2f0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/fields/types/virtual.rb","size":1138,"sha":"dbdd4a1474f9d698b6207cefc14828320344a603","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/has_fields.rb","size":2289,"sha":"b19b5d44ccda11df4a90e0ce94e399c35c4a7139","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/has_groups.rb","size":1017,"sha":"4cbd8bed9cf928bc83c521d0dc44a86239fb27cc","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/hideable.rb","size":601,"sha":"0da47d6271002a7b68e721933e01be38c874d43a","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/labelable.rb","size":730,"sha":"2883b9379132020c519996d957f1369fa75ff883","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/model.rb","size":1915,"sha":"bf15125ec5de08d8f21ccc77fe63480b04d97e47","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/sections.rb","size":2424,"sha":"677bdb49413f92c7ca7becbbb32c623167a1a6d6","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/sections/create.rb","size":241,"sha":"8cdecc60cefdafd74e0e4b6d42006002a6a4dda6","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/sections/list.rb","size":1201,"sha":"9d046c9fc9138aa9bba3e9948944f5faea6a2f5a","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/sections/navigation.rb","size":949,"sha":"4145cdcf827695e04a66759b7ad250d3d5cefbf7","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/config/sections/update.rb","size":1604,"sha":"04a6a1567a51e03c923586656f416926e0c03462","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/engine.rb","size":349,"sha":"66a143f2def2ba1919b5e7e984770c7bf6f69e4e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/generic_support.rb","size":258,"sha":"ea049a8eb7c22bf0dee177db1fe7e4ce438b8a1e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/railties/extratasks.rb","size":1200,"sha":"5dd6820de1339432fc00a441076b6d04006be9fa","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/railties/tasks.rake","size":1884,"sha":"e7111e1a64bc17f4272ed1f7c42f84c3c3a4fb90","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/rails_admin/version.rb","size":42,"sha":"6d9cac886a9ab6115aef7024cecc3d446303eaa1","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/tasks/.gitkeep","size":0,"sha":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"lib/tasks/download.rake","size":909,"sha":"7b83c1132e432c98eb194329955cdc46d672add3","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/404.html","size":728,"sha":"9a48320a5f1c025b6cc9819ab539a6d17fcbaf81","mode":"100644","mime_type":"text/html","type":"blob"},{"name":"public/422.html","size":711,"sha":"83660ab1878ba9adc6477ed910333e32bb6b46ce","mode":"100644","mime_type":"text/html","type":"blob"},{"name":"public/500.html","size":728,"sha":"b80307fc1664db7814f02603257704f9873d9e67","mode":"100644","mime_type":"text/html","type":"blob"},{"name":"public/favicon.ico","size":0,"sha":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","mode":"100644","mime_type":"image/vnd.microsoft.icon","type":"blob"},{"name":"public/images/rails_admin/arrow_left.png","size":1232,"sha":"7dc7ea20f69cbc4b448b2a0fb1fd6568392353d5","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/arrow_right.png","size":1217,"sha":"3b7f1ab0889a562fa4242c7e43040468524106d6","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/background.png","size":215,"sha":"7d4853e8216c603fe939882cb8f068ef5079da95","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/bullet_arrow_down.png","size":201,"sha":"9b23c06d7b4f4689dc8c9fd4e9d4d1f199fe376f","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/bullet_arrow_up.png","size":201,"sha":"24df0f42129c291ddb3dd50c8ba2884dc23a2c43","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/bullet_black.png","size":211,"sha":"57619706d10d9736b1849a83f2c5694fbe09c53b","mode":"100755","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/bullet_white.png","size":201,"sha":"a9af8d44bf3c001adc41e3774f526bd1d1448b1f","mode":"100755","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/calendar.png","size":3344,"sha":"518ca398694ca29d69c16a091a44e8781dc1aafb","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/clock.png","size":3637,"sha":"e02ee97a3081281fb2415b6e086acd13b3cb068c","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/cross.png","size":655,"sha":"1514d51a3cf1b67e1c5b9ada36f1fd474e2d214a","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/fast_btn.png","size":1162,"sha":"35a3330b4dbbd2f6b2c46d10ccacef1713d9ae17","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/handler.png","size":1683,"sha":"f2ad8d6a1f5b802c0e0c2a594dae407431b295e9","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/logo.png","size":2114,"sha":"603b12c3dc483efc72985519065930b6f3498faf","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/magnifier.png","size":615,"sha":"cf3d97f75e9cde9c143980d89272fe61fc2d64ee","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/menu_hover.png","size":196,"sha":"bdeb8e3320c2c0352d60acfac11cd4ec9b145812","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/navigation_more.png","size":50688,"sha":"bdc72f405d41a3089253b26ae76ba6da55396cfc","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"public/images/rails_admin/selector-add.gif","size":606,"sha":"50132d1c439494a0a19e1d280385f03d3ac5599b","mode":"100644","mime_type":"image/gif","type":"blob"},{"name":"public/images/rails_admin/selector-addall.gif","size":358,"sha":"d6e7c639bb2ec270122861f054289845281fae26","mode":"100644","mime_type":"image/gif","type":"blob"},{"name":"public/images/rails_admin/selector-remove.gif","size":398,"sha":"2b9b0a2ac35a2051834bb9a49a7d57aaeebdcb48","mode":"100644","mime_type":"image/gif","type":"blob"},{"name":"public/images/rails_admin/selector-removeall.gif","size":355,"sha":"5a4421926d9c352abcf3b114ccd296197b9c9fdf","mode":"100644","mime_type":"image/gif","type":"blob"},{"name":"public/javascripts/ckeditor/config.js","size":1143,"sha":"2882a47ef0f3be89d6d5471925643bc6607f5ba4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/application.js","size":149,"sha":"564f862d95b883e167abcce9e21f9e0c60e75219","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/associations.js","size":6163,"sha":"ecd63a860949754b8042ad86a1a7ca57596af652","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/builder.js","size":4744,"sha":"f1f42b9ac6b5073dd5f9b30adc34589f3fc353cb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/controls.js","size":34787,"sha":"7392fb664c08a6350e59eb6ac6bc2013af03428c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/dashboard.js","size":3200,"sha":"21fbeedd8d25a12284734f926da9d1e5af2c4a39","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/datepicker.js","size":31267,"sha":"bf56a033b4cf5609c336b8b538c296a1175f3fbb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/dragdrop.js","size":31056,"sha":"15c6dbca68ba56e5862fc38d2fd74e29aa699744","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/effects.js","size":38467,"sha":"c81e6c7d5f4bbb060089311f622bac99a41f6b5d","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/prototype-base-extensions.js","size":652,"sha":"9609ccc7cc9f45bc979bec55cbd9219e786c93de","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/prototype-date-extensions.js","size":8342,"sha":"add13b1e58cb6a638d48a3056c924c1bd93f541e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/prototype.js","size":164713,"sha":"4f22e85c2efd770c2f18811cd2ac4e54a6b5f8eb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/rails.js","size":5850,"sha":"4283ed89824f8493f6834c2d8237e0e3e8e4f80c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/scriptaculous.js","size":2936,"sha":"6bf437acc4b26a9071ba329c6ecb4e3b79c2c857","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/slider.js","size":10162,"sha":"eb83055824345e1becaec7c6346c6cd0d16db996","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/sound.js","size":2456,"sha":"379a88c123b9066af2c2c8d9f239b383a5ee9714","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/javascripts/rails_admin/unittest.js","size":20120,"sha":"5782f4d9a973cfcb8bf4068fc20d98e265d2c76c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/robots.txt","size":204,"sha":"085187fa58b1631e955f5d514d895a7721466797","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/stylesheets/.gitkeep","size":0,"sha":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"public/stylesheets/rails_admin/base.css","size":4594,"sha":"cb85fc3fb49f59a43bf25e35e6bf2ccf54542f4a","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"public/stylesheets/rails_admin/create.css","size":5992,"sha":"2ee6293218a7d351326eeaf6ce22d5748f7aca5a","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"public/stylesheets/rails_admin/dashboard.css","size":1947,"sha":"e7c376c1013c70d86dd765163c1b77a388c7f05a","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"public/stylesheets/rails_admin/datepicker.css","size":1839,"sha":"36dfeef71a1fbe951d2ad804dce4d20e9680fbf9","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"public/stylesheets/rails_admin/delete.css","size":2165,"sha":"2bd11cef4649db2599b593325dbef3281044fcfe","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"public/stylesheets/rails_admin/list.css","size":2655,"sha":"97c568997b3112c0dfa1e0a028c65911a32bc943","mode":"100644","mime_type":"text/css","type":"blob"},{"name":"rails_admin.gemspec","size":1649,"sha":"8a9a951fe90455905f4545a89629a4451d36bda6","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"screenshots/edit.png","size":44016,"sha":"c724d2b1634f332f64be514e6ff875f6a63c26ba","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"screenshots/list.png","size":124371,"sha":"746d8d2e9d2ed231b952f04381b4a7e2c33caf45","mode":"100644","mime_type":"image/png","type":"blob"},{"name":"spec/database_helpers.rb","size":335,"sha":"2122b1abe1cf4cf8397e9aad5107b15fec7a6a4c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/.gitignore","size":40,"sha":"af64fae5e7184715b9a62132e126bf892c116609","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/Gemfile","size":1029,"sha":"390d8b6a7472335179084d1909c6de3f90395dc4","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/Gemfile.lock","size":2020,"sha":"26d5e24790178c199c58555ba466af87841b8fbe","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/Rakefile","size":265,"sha":"9724472e645adf09f849643e300ffe733b1e0dc9","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/controllers/application_controller.rb","size":80,"sha":"e8065d9505d7ec6f727021c827de18a0a95737de","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/helpers/application_helper.rb","size":29,"sha":"de6be7945c6a59798eb0ace177df38b05e98c2f0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/division.rb","size":176,"sha":"22e3678b707b8c0d6c35c90f363520625980f0cc","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/draft.rb","size":413,"sha":"5c5219de964affb4a072bcd15ba009b30eca5157","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/fan.rb","size":143,"sha":"927da8014f963595f9c6566b8ce014c55df26262","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/league.rb","size":112,"sha":"3fadf3c1d126d259028a5f03a01fb8dc1f628e21","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/player.rb","size":323,"sha":"cf638a1b94060fe6f9b24bfdce9c6244f0e6ad70","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/rel_test.rb","size":167,"sha":"2a4f2ab8ecf3a9bc4d06cbadc01d7425e5e2b701","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/team.rb","size":662,"sha":"4f0bb6a40e03ee4245e32c29362c1b2691215697","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/models/user.rb","size":559,"sha":"65cd39ea5cf5822e5435b0308dde1487405194f6","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/app/views/layouts/application.html.erb","size":274,"sha":"2e8707b8270e4d5c108fbefbffda2dc3bd35c0aa","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config.ru","size":155,"sha":"1989ed8d0c2eedaa8067e1d7661b64e80324417d","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/application.rb","size":1960,"sha":"f49c9e0b3c224d188308cce105ef911f1a704659","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/boot.rb","size":175,"sha":"d032cb6157e5121ffeba59970f54a3ea8e3985e2","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/database.yml","size":538,"sha":"025d62a8d8102735fade34d52f66f95c3d46e0a6","mode":"100644","mime_type":"text/yaml","type":"blob"},{"name":"spec/dummy_app/config/environment.rb","size":149,"sha":"3da5eb91d0f62ba54131e197561e9b93274d9a04","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/environments/development.rb","size":985,"sha":"d240ca5c2ef53ff19b58495d866f7dde7b114079","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/environments/production.rb","size":1754,"sha":"f3d745bd822e8e697f05c035f7073f668fac2231","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/environments/test.rb","size":1509,"sha":"beb9043b61bcc70d4290c388ab160ad7cc27009d","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/backtrace_silencers.rb","size":404,"sha":"59385cdf379bd06a8d2326dcd4de6d5cd5d3f5b0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/devise.rb","size":6542,"sha":"1bf954fc9baa653df33f1d4044da710954e30fb9","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/inflections.rb","size":376,"sha":"9e8b0131f8ff7e3d3923697eca0b0ffdc77b19ce","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/mime_types.rb","size":205,"sha":"72aca7e441e1855f8c7a7ac1f1cbe5d42cd1235b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/rails_admin.rb","size":60,"sha":"60ff8f05ee2d86cacfafb0302e7b96bebc783980","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/secret_token.rb","size":496,"sha":"8fa2d286f0af193b6cbbcbd551ac8a34a17e896f","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/initializers/session_store.rb","size":401,"sha":"0441c9d355125411dd88dfdd4f82f3c6ac72ec40","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/locales","size":24,"sha":"e2515107e6cd18cfe142bbcdfa554c9d8b59d114","mode":"120000","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/config/routes.rb","size":98,"sha":"ff0bff1ab7d0340df74c857c5f4151e8c07cd934","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000001_create_divisions_migration.rb","size":271,"sha":"8704f61b37261043e1c52471a6862d16da0e51f5","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000002_create_drafts_migration.rb","size":383,"sha":"2f8383fdc64c14b36b41691aa1e33f72d317b3fb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000003_create_leagues_migration.rb","size":237,"sha":"bc9f8f990c13b28d6785dadae4248a7d088de850","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000004_create_players_migration.rb","size":501,"sha":"b2d1d2545fa058efe9be4e24749d90e7b49aae22","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000005_create_teams_migration.rb","size":545,"sha":"153ba3c82107a6ceec551200866741e932b5bff0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000006_devise_create_users.rb","size":643,"sha":"5ec6b7a5ea0f275ba7c46eac255f8d493eb2ea72","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000007_create_histories_table.rb","size":447,"sha":"7884b5df76385a4dcb866da2c7d09b68ff81a0be","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000008_create_fans_migration.rb","size":229,"sha":"dc9a3f9f28bb0e862d299c640d44b3e2c7ae55fb","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000009_create_fans_teams_migration.rb","size":223,"sha":"70f33952fc33d9dc096fb9ef2e3e7408c0131df7","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000010_add_revenue_to_team_migration.rb","size":213,"sha":"6fd9b3d6cf7380d10b601699e1d03a64eb57c1b8","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000011_add_suspended_to_player_migration.rb","size":213,"sha":"018616a839ebbc0b2bc91e43878b34e30ea7674e","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000012_add_avatar_columns_to_user.rb","size":526,"sha":"7cf8028583d1a50d0c8d114c7a29642745d41885","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/00000000000013_add_roles_to_user.rb","size":182,"sha":"71eed47aee105c0a561faa734a38372af2ae302f","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/migrate/20101223222233_create_rel_tests.rb","size":282,"sha":"9f560932183f46b680ad8077c003fc30e8c78e3c","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/db/seeds.rb","size":1110,"sha":"82b66e7b205f3988e0f73d6ca324ec75dc4646b3","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/public","size":12,"sha":"9dc090a027c1a7d00071d4f670140d41a8ca27f0","mode":"120000","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/script/rails","size":295,"sha":"f8da2cffd4de029d658fe2f7b9ec88f28dc34a9a","mode":"100755","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/test/performance/rendering_test.rb","size":829,"sha":"147720dcc787adede23a77153019d3c63ceeb61f","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/dummy_app/test/test_helper.rb","size":454,"sha":"8bf1192ffec252a4562218bdf299891a319b9cb9","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/bulk_delete/rails_admin_basic_bulk_delete_spec.rb","size":753,"sha":"83b7a9bc7c676c3f4b6052ccfbfe8a69492de01d","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/bulk_destroy/rails_admin_basic_bulk_destroy_spec.rb","size":2498,"sha":"f8607162e2df6352726e212e42525b877e257c4a","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/create/rails_admin_basic_create_spec.rb","size":6587,"sha":"648ae6319ed549f3a0dd8dcb9c26afcbf6caefed","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/delete/rails_admin_basic_delete_spec.rb","size":1346,"sha":"82a16f4ae4edf391e8b56dcc9a09396679dcc554","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/destroy/rails_admin_basic_destroy_spec.rb","size":1338,"sha":"bc379d1d47bc928d2a85f38eb6a0d906c0efecd2","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/edit/rails_admin_basic_edit_spec.rb","size":4586,"sha":"dfb4b426ae2c3b4be0c66653b234c5f7645039c2","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/list/rails_admin_basic_list_spec.rb","size":9149,"sha":"1f434be83c3648613382976cde168f291a43f43a","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/new/rails_admin_basic_new_spec.rb","size":3300,"sha":"a084bc928baff3b919c35da9a16494b5fdf2f423","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/basic/update/rails_admin_basic_update_spec.rb","size":8547,"sha":"0ba498b6d0db3582524eab8519e2f7e27c6bc5c9","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/config/edit/rails_admin_config_edit_spec.rb","size":15688,"sha":"5b85a0f0ae7ff43a262eaa284ba0f67c6a67a1ec","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/config/list/rails_admin_config_list_spec.rb","size":16278,"sha":"7d3ad35cb40237a75ef16e3613301c83d7ec7e89","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/config/navigation/rails_admin_config_navigation_spec.rb","size":3483,"sha":"7a5f15c770285321fdaabce57622f6d22ff57ff2","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/config/rails_admin_config_spec.rb","size":2132,"sha":"a8d0f3bcfc10f5780193718cf1c1ad2611f8bf65","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/history/rails_admin_history_spec.rb","size":1458,"sha":"e1dba55d95bf59f5715dc0142478a949bace7187","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/rails_admin_spec.rb","size":670,"sha":"ec9c03b52191a8ff3118ec50a22d1097fb15388b","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/requests/relation_spec.rb","size":703,"sha":"52982541f8e35847eaca5e55a826aedbc76f84c0","mode":"100644","mime_type":"text/plain","type":"blob"},{"name":"spec/spec_helper.rb","size":1918,"sha":"6152e73863dc0d977d4b318c035bb4823e75bf49","mode":"100644","mime_type":"text/plain","type":"blob"}]}
@@ -0,0 +1 @@
1
+ {"blobs":{"spec/dummy_app/public":"9dc090a027c1a7d00071d4f670140d41a8ca27f0","spec/dummy_app/config/application.rb":"f49c9e0b3c224d188308cce105ef911f1a704659","config/locales/rails_admin.pl.yml":"ff670845123b36b6d27fd4355458f1722b4ce32d","app/views/rails_admin/main/_field.html.erb":"e1973e42297c09188c98271954da5da25fce0d29","spec/dummy_app/db/migrate/00000000000006_devise_create_users.rb":"5ec6b7a5ea0f275ba7c46eac255f8d493eb2ea72","public/javascripts/rails_admin/prototype.js":"4f22e85c2efd770c2f18811cd2ac4e54a6b5f8eb","spec/requests/basic/new/rails_admin_basic_new_spec.rb":"a084bc928baff3b919c35da9a16494b5fdf2f423","lib/rails_admin/railties/tasks.rake":"e7111e1a64bc17f4272ed1f7c42f84c3c3a4fb90","public/favicon.ico":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","lib/generators/rails_admin/install_admin_generator.rb":"4e5987200cca8f6cd13d04ba25d2d071ed592e00","public/stylesheets/rails_admin/dashboard.css":"e7c376c1013c70d86dd765163c1b77a388c7f05a","spec/requests/config/navigation/rails_admin_config_navigation_spec.rb":"7a5f15c770285321fdaabce57622f6d22ff57ff2","spec/dummy_app/db/migrate/00000000000012_add_avatar_columns_to_user.rb":"7cf8028583d1a50d0c8d114c7a29642745d41885","spec/dummy_app/config/environments/test.rb":"beb9043b61bcc70d4290c388ab160ad7cc27009d","public/images/rails_admin/navigation_more.png":"bdc72f405d41a3089253b26ae76ba6da55396cfc","lib/rails_admin/engine.rb":"66a143f2def2ba1919b5e7e984770c7bf6f69e4e","app/views/rails_admin/main/file_upload.html.erb":"ba7f3181e212e3455e317242970d5fa234a829e7","lib/rails_admin/config/sections/list.rb":"9d046c9fc9138aa9bba3e9948944f5faea6a2f5a","app/views/rails_admin/main/_boolean.html.erb":"bb82baf047fb41d47435aa6804356cef426fe040","app/controllers/rails_admin/application_controller.rb":"2247b418ad5d89ae7c4c7fd8be04098c90111fb2","app/views/rails_admin/main/_new_submit_buttons.html.erb":"f1c9071628862d36412811cd4892ec3448adb570","spec/requests/relation_spec.rb":"52982541f8e35847eaca5e55a826aedbc76f84c0","app/views/rails_admin/main/_paperclip_file.html.erb":"5b4f681cb4f2f302b35ce4c6f5acdb48047a43bb","app/views/rails_admin/main/edit.html.erb":"f93400f209a178eeb25b51ade4f32146672b5244","app/helpers/rails_admin/application_helper.rb":"08657b55a2c5fea6e0b2fb0d248409024ddc5c69","lib/rails_admin/config/fields/types/float.rb":"a9559629c5c70c1182a4bc0ad4ff1c887847201a","lib/rails_admin/config/fields/types/datetime.rb":"a41e91b3fac12b232b47c30fe158597761994887","app/controllers/rails_admin/history_controller.rb":"11de53eed701b5c92635aa2f8d9c84150d746dd0","Gemfile":"676ca26fae4277be5d2da7e1e223a4dd36370479","spec/dummy_app/app/helpers/application_helper.rb":"de6be7945c6a59798eb0ace177df38b05e98c2f0","app/views/layouts/rails_admin/delete.html.erb":"d4b367dba38f92f26d7a51308d326a6fabacdb21","spec/dummy_app/config/initializers/mime_types.rb":"72aca7e441e1855f8c7a7ac1f1cbe5d42cd1235b","Rakefile":"82c041b5a84f9d0221c2695379956cbc8c2a3cbd","lib/rails_admin/config/labelable.rb":"2883b9379132020c519996d957f1369fa75ff883","app/views/layouts/rails_admin/list.html.erb":"7262a6679c852b6dc5e0caed7fe35807e482a295","spec/dummy_app/db/migrate/00000000000009_create_fans_teams_migration.rb":"70f33952fc33d9dc096fb9ef2e3e7408c0131df7","config/locales/devise.tr.yml":"e2e75922ca01631650f95f376af2eaaa5c39f890","public/images/rails_admin/selector-removeall.gif":"5a4421926d9c352abcf3b114ccd296197b9c9fdf","lib/rails_admin/config/fields/types/has_and_belongs_to_many_association.rb":"d5d3051899d5cb4847c3a78d37a355ec60e79d65","app/views/rails_admin/main/_edit_submit_buttons.html.erb":"709d899fe55ebc859feed0586d9e0eb7df76bc7f","lib/rails_admin/config/fields/types/decimal.rb":"01e32aaa4464473b373415385e7fd786e49524b4","spec/dummy_app/script/rails":"f8da2cffd4de029d658fe2f7b9ec88f28dc34a9a","config/locales/rails_admin.ru.yml":"461631537035ac95d80e47d47c02a10e34dce645","public/javascripts/rails_admin/effects.js":"c81e6c7d5f4bbb060089311f622bac99a41f6b5d","spec/requests/config/rails_admin_config_spec.rb":"a8d0f3bcfc10f5780193718cf1c1ad2611f8bf65","spec/dummy_app/Gemfile":"390d8b6a7472335179084d1909c6de3f90395dc4","spec/dummy_app/db/migrate/00000000000002_create_drafts_migration.rb":"2f8383fdc64c14b36b41691aa1e33f72d317b3fb","lib/rails_admin/config/fields/factories/paperclip.rb":"aeb69a6bec111ff4c9c9190426b8d9e0dd88478e","spec/dummy_app/app/views/layouts/application.html.erb":"2e8707b8270e4d5c108fbefbffda2dc3bd35c0aa","spec/requests/basic/update/rails_admin_basic_update_spec.rb":"0ba498b6d0db3582524eab8519e2f7e27c6bc5c9","app/views/rails_admin/main/_has_one_association.html.erb":"9176b1bf7c4ba36c7ab0c5350a50d888eeabaa47","lib/rails_admin/config/fields/factories/devise.rb":"06056d8c8f54b78709a79276206e783a4f2d086c","spec/dummy_app/db/migrate/00000000000001_create_divisions_migration.rb":"8704f61b37261043e1c52471a6862d16da0e51f5","config/locales/rails_admin.pt-PT.yml":"39540149b0fc8038c1a4cb23cd8e1cb44a7d9baa","public/images/rails_admin/bullet_black.png":"57619706d10d9736b1849a83f2c5694fbe09c53b","public/javascripts/rails_admin/associations.js":"ecd63a860949754b8042ad86a1a7ca57596af652","config/locales/devise.es.yml":"39177a314947599d417d77e1fa8c09c7ef317423","spec/dummy_app/app/models/rel_test.rb":"2a4f2ab8ecf3a9bc4d06cbadc01d7425e5e2b701","spec/requests/basic/list/rails_admin_basic_list_spec.rb":"1f434be83c3648613382976cde168f291a43f43a","spec/dummy_app/app/models/player.rb":"cf638a1b94060fe6f9b24bfdce9c6244f0e6ad70","public/robots.txt":"085187fa58b1631e955f5d514d895a7721466797","lib/rails_admin/abstract_model.rb":"d894de6edb0a32ec7e69bd0ba737a0322b93f92b","spec/dummy_app/.gitignore":"af64fae5e7184715b9a62132e126bf892c116609","config/locales/devise.bg.yml":"21749c15b17a10d8e8269dcf158bb3cc21501a50","app/views/rails_admin/main/_text.html.erb":"6bec339d644c3d881c0665df6f767ffe10b0f348","rails_admin.gemspec":"8a9a951fe90455905f4545a89629a4451d36bda6","public/images/rails_admin/cross.png":"1514d51a3cf1b67e1c5b9ada36f1fd474e2d214a","app/views/rails_admin/main/new.html.erb":"d2af861301a7c51ffbf45d3ca4828c042c9f3af6","config/locales/devise.pt-BR.yml":"eef22c8cb922836ae4ee2f7d6eedadf87ba9ea47","lib/rails_admin/config/fields/types/paperclip_file.rb":"c64127484a631c66302180af0c6e1b9a82fa9c85","spec/dummy_app/db/migrate/20101223222233_create_rel_tests.rb":"9f560932183f46b680ad8077c003fc30e8c78e3c","config/locales/rails_admin.da.yml":"0fde4ff4f1fdd41ecf01d5a1cdd4a4195b475de3","public/422.html":"83660ab1878ba9adc6477ed910333e32bb6b46ce","spec/dummy_app/test/performance/rendering_test.rb":"147720dcc787adede23a77153019d3c63ceeb61f","spec/dummy_app/db/seeds.rb":"82b66e7b205f3988e0f73d6ca324ec75dc4646b3","config/locales/rails_admin.de.yml":"9d2117691d4efe96581955abdea2542dacc57290","config/locales/rails_admin.pt-BR.yml":"bce91b036b10e07405256f5bbb8b325c882725f4","public/stylesheets/rails_admin/base.css":"cb85fc3fb49f59a43bf25e35e6bf2ccf54542f4a","spec/dummy_app/config/initializers/secret_token.rb":"8fa2d286f0af193b6cbbcbd551ac8a34a17e896f","spec/dummy_app/config/initializers/devise.rb":"1bf954fc9baa653df33f1d4044da710954e30fb9",".rspec":"f5a48e7ea5d8c1068efbb2b5b39471447a892dd5","lib/rails_admin/config/fields/types/integer.rb":"f9e5ad8d8e440e646acc84b8ce0394639c476989","spec/dummy_app/config/environments/development.rb":"d240ca5c2ef53ff19b58495d866f7dde7b114079","spec/dummy_app/db/migrate/00000000000005_create_teams_migration.rb":"153ba3c82107a6ceec551200866741e932b5bff0","lib/rails_admin/config/sections/navigation.rb":"4145cdcf827695e04a66759b7ad250d3d5cefbf7","app/views/rails_admin/main/delete.html.erb":"a01631046cf9c9d3174df4b68a27f08775cafb67","spec/dummy_app/db/migrate/00000000000013_add_roles_to_user.rb":"71eed47aee105c0a561faa734a38372af2ae302f","lib/rails_admin/config/fields/types/all.rb":"d05062f944d990b078e679a6fe7b9cf406da3520","app/views/rails_admin/main/index.html.erb":"f788dbce503d1fdf129cfc71919483457319a1c4","public/javascripts/ckeditor/config.js":"2882a47ef0f3be89d6d5471925643bc6607f5ba4","app/models/rails_admin/history.rb":"c872970da7c7d27f94e6821ee6c70b4dad416db9","lib/rails_admin/config/has_fields.rb":"b19b5d44ccda11df4a90e0ce94e399c35c4a7139","public/stylesheets/rails_admin/list.css":"97c568997b3112c0dfa1e0a028c65911a32bc943","lib/rails_admin/config/fields/types/file_upload.rb":"71b237aaa9e6afe12533e0477c98dd4fe8799056","app/views/rails_admin/main/_form_section.html.erb":"0b5eb800004937f2acbb1a9c67648fea48e4f7fc","lib/rails_admin/abstract_history.rb":"91a97c8231d63aa73dac8f52c0e33ba77950566b","public/images/rails_admin/arrow_right.png":"3b7f1ab0889a562fa4242c7e43040468524106d6","lib/rails_admin/adapters/active_record.rb":"fdc0c7d91af5497304bb3f611a0150d3bf96d466","spec/database_helpers.rb":"2122b1abe1cf4cf8397e9aad5107b15fec7a6a4c","config/locales/devise.fi.yml":"75d0a4abb59fe4534cbc4dedfcbea762c36b6e3e","app/controllers/rails_admin/main_controller.rb":"76b116a526af516163b108d25df959f685032b53","config/locales/devise.ru.yml":"278a447bda28a10867aecd06e57bc9855407c6cb","lib/rails_admin/config/fields.rb":"df74058f659d7e37b973547bfe4cf3ee85e0081e","spec/requests/basic/edit/rails_admin_basic_edit_spec.rb":"dfb4b426ae2c3b4be0c66653b234c5f7645039c2","app/views/rails_admin/main/authentication_not_setup.html.erb":"42fffd887374e59d0fe182d31f8ae9e6c1027843","lib/rails_admin/config/fields/types/belongs_to_association.rb":"3c25ea98278cbfc66c334586b433f40cc2eb4fac","public/stylesheets/.gitkeep":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","spec/dummy_app/config.ru":"1989ed8d0c2eedaa8067e1d7661b64e80324417d","lib/rails_admin/config/fields/types/time.rb":"28748c780eb8c78f5d5ec870cf4c75b55b167677","public/javascripts/rails_admin/application.js":"564f862d95b883e167abcce9e21f9e0c60e75219","lib/rails_admin/config/fields/groupable.rb":"f0393a93eabe151df1d4b3e94d368d891811b720","public/images/rails_admin/bullet_white.png":"a9af8d44bf3c001adc41e3774f526bd1d1448b1f","lib/generators/rails_admin/templates/migration.rb":"7884b5df76385a4dcb866da2c7d09b68ff81a0be","spec/requests/basic/delete/rails_admin_basic_delete_spec.rb":"82a16f4ae4edf391e8b56dcc9a09396679dcc554","spec/dummy_app/config/routes.rb":"ff0bff1ab7d0340df74c857c5f4151e8c07cd934","lib/rails_admin/version.rb":"6d9cac886a9ab6115aef7024cecc3d446303eaa1","public/images/rails_admin/bullet_arrow_down.png":"9b23c06d7b4f4689dc8c9fd4e9d4d1f199fe376f","app/views/rails_admin/main/_time.html.erb":"32b432eb8bae70cf276da9e538edb5662a152e59","app/views/rails_admin/main/bulk_delete.html.erb":"884f0b1d6f16aa60b88fd75db95882822bf8a0a4","app/views/rails_admin/main/_float.html.erb":"eafc7377f15065ffbdff18c3ace69e67f6b721bd","lib/rails_admin/generic_support.rb":"ea049a8eb7c22bf0dee177db1fe7e4ce438b8a1e","app/views/rails_admin/main/_string.html.erb":"aed755ae88630e546baeaf29e8b89ad95f12d7be","app/views/rails_admin/main/_date.html.erb":"824885a8338cb4768876ec171d3cfe09472d9016","app/views/rails_admin/main/_user_info.html.erb":"30a07b91e75ab814c2a39020215b8e5196e77daf","README.mkd":"94616fa57520ac8147522c7cf9f03d555595c5ea","spec/dummy_app/config/locales":"e2515107e6cd18cfe142bbcdfa554c9d8b59d114","public/javascripts/rails_admin/controls.js":"7392fb664c08a6350e59eb6ac6bc2013af03428c","spec/dummy_app/app/controllers/application_controller.rb":"e8065d9505d7ec6f727021c827de18a0a95737de","public/javascripts/rails_admin/dashboard.js":"21fbeedd8d25a12284734f926da9d1e5af2c4a39","lib/rails_admin/config/fields/types.rb":"10e03a8e6e1655cedb7552011001ae809708b308","public/images/rails_admin/menu_hover.png":"bdeb8e3320c2c0352d60acfac11cd4ec9b145812","public/images/rails_admin/selector-add.gif":"50132d1c439494a0a19e1d280385f03d3ac5599b","public/images/rails_admin/arrow_left.png":"7dc7ea20f69cbc4b448b2a0fb1fd6568392353d5","config/locales/rails_admin.tr.yml":"2a0ed9ead7557f69925cbd97c3aef3c56fbd5612","spec/dummy_app/Rakefile":"9724472e645adf09f849643e300ffe733b1e0dc9","spec/dummy_app/config/environment.rb":"3da5eb91d0f62ba54131e197561e9b93274d9a04",".gitignore":"5efe0eb47a773fa6ea84a0bf190ee218b6a31ead","public/500.html":"b80307fc1664db7814f02603257704f9873d9e67","app/views/layouts/rails_admin/dashboard.html.erb":"cccadb1e1100613ac077ab9bdb6e28ac792a063c","spec/requests/config/list/rails_admin_config_list_spec.rb":"7d3ad35cb40237a75ef16e3613301c83d7ec7e89","lib/rails_admin/config/fields/types/has_many_association.rb":"59542a7702b2fe38b41b6cbd4d6ad2269873056b","lib/rails_admin/config/fields/types/text.rb":"2b570f0f940bff2c16b90c29dff7100e8c6e0f80","public/javascripts/rails_admin/slider.js":"eb83055824345e1becaec7c6346c6cd0d16db996","lib/rails_admin/config/fields/types/has_one_association.rb":"f75ed8a02c86ba6c5ab50dabb10a720d6c8fa761","public/images/rails_admin/magnifier.png":"cf3d97f75e9cde9c143980d89272fe61fc2d64ee","spec/spec_helper.rb":"6152e73863dc0d977d4b318c035bb4823e75bf49","config/locales/rails_admin.es.yml":"f34903f17fa76497c40e9656d5d4f55f0f9bbafe","config/locales/devise.en.yml":"5e4e433215c5b3b571cf5034dad1781c64304457","app/views/layouts/rails_admin/_flash.html.erb":"8032f5e79d25bbe167babc40dae54ff41b04d9cb","lib/rails_admin/config/fields/types/date.rb":"39e58fb736813cd564dfa987f2e777a0781b0dc0","lib/rails_admin/config/sections/create.rb":"8cdecc60cefdafd74e0e4b6d42006002a6a4dda6","public/images/rails_admin/calendar.png":"518ca398694ca29d69c16a091a44e8781dc1aafb","public/javascripts/rails_admin/prototype-date-extensions.js":"add13b1e58cb6a638d48a3056c924c1bd93f541e","app/views/rails_admin/main/_belongs_to_association.html.erb":"0713e0de9c3cc04637ac96b3afd20c7bdb96e6b5","spec/dummy_app/db/migrate/00000000000010_add_revenue_to_team_migration.rb":"6fd9b3d6cf7380d10b601699e1d03a64eb57c1b8","spec/dummy_app/db/migrate/00000000000007_create_histories_table.rb":"7884b5df76385a4dcb866da2c7d09b68ff81a0be","screenshots/list.png":"746d8d2e9d2ed231b952f04381b4a7e2c33caf45","spec/requests/rails_admin_spec.rb":"ec9c03b52191a8ff3118ec50a22d1097fb15388b","public/javascripts/rails_admin/rails.js":"4283ed89824f8493f6834c2d8237e0e3e8e4f80c","config/locales/devise.uk.yml":"c715ddf74da8fd270831d1bdf75508cb1ea94b4f","spec/dummy_app/app/models/team.rb":"4f0bb6a40e03ee4245e32c29362c1b2691215697","screenshots/edit.png":"c724d2b1634f332f64be514e6ff875f6a63c26ba","lib/tasks/.gitkeep":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","spec/requests/basic/create/rails_admin_basic_create_spec.rb":"648ae6319ed549f3a0dd8dcb9c26afcbf6caefed","spec/dummy_app/db/migrate/00000000000004_create_players_migration.rb":"b2d1d2545fa058efe9be4e24749d90e7b49aae22","lib/rails_admin/config/has_groups.rb":"4cbd8bed9cf928bc83c521d0dc44a86239fb27cc","spec/dummy_app/db/migrate/00000000000011_add_suspended_to_player_migration.rb":"018616a839ebbc0b2bc91e43878b34e30ea7674e","app/views/rails_admin/main/list.html.erb":"da909989f6e2a7a5eddabb82711346f408893335","spec/dummy_app/config/environments/production.rb":"f3d745bd822e8e697f05c035f7073f668fac2231","app/views/rails_admin/main/_has_and_belongs_to_many_association.html.erb":"52231d450dcb9d4435f8b45896eb546f24778d42","config/locales/rails_admin.fi.yml":"f0b3b0d299f8fb8ca12e77a9636496431c694dc9","lib/rails_admin/config/hideable.rb":"0da47d6271002a7b68e721933e01be38c874d43a","spec/dummy_app/db/migrate/00000000000003_create_leagues_migration.rb":"bc9f8f990c13b28d6785dadae4248a7d088de850","public/stylesheets/rails_admin/create.css":"2ee6293218a7d351326eeaf6ce22d5748f7aca5a","public/javascripts/rails_admin/scriptaculous.js":"6bf437acc4b26a9071ba329c6ecb4e3b79c2c857","public/images/rails_admin/selector-remove.gif":"2b9b0a2ac35a2051834bb9a49a7d57aaeebdcb48","lib/generators/rails_admin/install_migrations_generator.rb":"2e82a80ff06d6f7dd140ad8ff79d1fb106a8b383","app/models/rails_admin/blank_history.rb":"f3f72c82a83be64a167dd07ef62087cc8c6f23dd",".yardopts":"80b49ec64346a5575f355af14a2616a83cdbf7e3","spec/requests/config/edit/rails_admin_config_edit_spec.rb":"5b85a0f0ae7ff43a262eaa284ba0f67c6a67a1ec","public/images/rails_admin/logo.png":"603b12c3dc483efc72985519065930b6f3498faf","app/views/rails_admin/main/_has_many_association.html.erb":"52231d450dcb9d4435f8b45896eb546f24778d42","lib/rails_admin/config/fields/types/timestamp.rb":"b2256087a14c350afaff324de51341215ff9d2f0","spec/requests/basic/bulk_delete/rails_admin_basic_bulk_delete_spec.rb":"83b7a9bc7c676c3f4b6052ccfbfe8a69492de01d","spec/dummy_app/app/models/league.rb":"3fadf3c1d126d259028a5f03a01fb8dc1f628e21","spec/dummy_app/app/models/division.rb":"22e3678b707b8c0d6c35c90f363520625980f0cc","public/stylesheets/rails_admin/delete.css":"2bd11cef4649db2599b593325dbef3281044fcfe","app/views/rails_admin/main/_navigation.html.erb":"f78e8792164c099eb577b8512ff37cd7ddf4e6fb","config/locales/rails_admin.bg.yml":"41b224c48801c58faf3a5df7dfe3c1e8e49b12f4","app/views/rails_admin/main/_integer.html.erb":"58094896648abcb79a14e5b3c943607479c3e9ed","spec/dummy_app/test/test_helper.rb":"8bf1192ffec252a4562218bdf299891a319b9cb9","lib/rails_admin/config/fields/types/boolean.rb":"3f308ae98a0a673e3f350e8b23f37780d4348e5b","spec/dummy_app/config/initializers/backtrace_silencers.rb":"59385cdf379bd06a8d2326dcd4de6d5cd5d3f5b0","lib/generators/rails_admin/rails_admin_generator.rb":"2acca7fca8ea4f2a8f1ff57499f6bb7602051a9d","public/javascripts/rails_admin/builder.js":"f1f42b9ac6b5073dd5f9b30adc34589f3fc353cb","public/javascripts/rails_admin/sound.js":"379a88c123b9066af2c2c8d9f239b383a5ee9714","lib/rails_admin/config/fields/types/password.rb":"141f6fc8f5f90d22375d17671341b717ab7a2e10","lib/rails_admin.rb":"d36b4ba90e5fd730a44170894208ae1c881e0371","spec/dummy_app/db/migrate/00000000000008_create_fans_migration.rb":"dc9a3f9f28bb0e862d299c640d44b3e2c7ae55fb","public/javascripts/rails_admin/dragdrop.js":"15c6dbca68ba56e5862fc38d2fd74e29aa699744","spec/dummy_app/config/boot.rb":"d032cb6157e5121ffeba59970f54a3ea8e3985e2","spec/dummy_app/config/initializers/inflections.rb":"9e8b0131f8ff7e3d3923697eca0b0ffdc77b19ce","app/views/rails_admin/main/general_history.html.erb":"e69de29bb2d1d6434b8b29ae775ad8c2e48c5391","public/images/rails_admin/bullet_arrow_up.png":"24df0f42129c291ddb3dd50c8ba2884dc23a2c43","lib/rails_admin/config/fields/types/virtual.rb":"dbdd4a1474f9d698b6207cefc14828320344a603","app/views/rails_admin/main/_history.html.erb":"8b83e7aff02ae7558532103140fb14d9050e586e","lib/rails_admin/config/sections/update.rb":"04a6a1567a51e03c923586656f416926e0c03462","spec/dummy_app/config/initializers/rails_admin.rb":"60ff8f05ee2d86cacfafb0302e7b96bebc783980","public/images/rails_admin/fast_btn.png":"35a3330b4dbbd2f6b2c46d10ccacef1713d9ae17","app/views/rails_admin/main/history.html.erb":"8301f82a08ff159fee611d441425715066736d54","public/404.html":"9a48320a5f1c025b6cc9819ab539a6d17fcbaf81","app/helpers/rails_admin/main_helper.rb":"fce052c16be425e6caed6dde01a80aaf400beab4","app/views/rails_admin/main/_datetime.html.erb":"824885a8338cb4768876ec171d3cfe09472d9016","spec/dummy_app/app/models/draft.rb":"5c5219de964affb4a072bcd15ba009b30eca5157","spec/requests/basic/destroy/rails_admin_basic_destroy_spec.rb":"bc379d1d47bc928d2a85f38eb6a0d906c0efecd2","public/images/rails_admin/handler.png":"f2ad8d6a1f5b802c0e0c2a594dae407431b295e9","LICENSE.mkd":"0420edbdb00ab6055455d62f2cd2db404d35a147","lib/rails_admin/config/fields/base.rb":"909d1c2f2ab0361a15d90c6a5eab84ef1e0d19fb","lib/rails_admin/config/sections.rb":"677bdb49413f92c7ca7becbbb32c623167a1a6d6","spec/dummy_app/config/database.yml":"025d62a8d8102735fade34d52f66f95c3d46e0a6","public/images/rails_admin/clock.png":"e02ee97a3081281fb2415b6e086acd13b3cb068c","lib/generators/rails_admin/USAGE":"5f579b6c15d49630a9b50f4be7325d8f2b5ba559","spec/dummy_app/Gemfile.lock":"26d5e24790178c199c58555ba466af87841b8fbe","config/initializers/devise_patch.rb":"5bf86e90280e62c61318eb213dec9012d7bd7b45","lib/rails_admin/config/fields/factories/password.rb":"a543ade4dc430f4d122d1faf60873580c7a78457","app/views/layouts/rails_admin/form.html.erb":"1336ada45f839b771c81c31a0a4069e814bf9b94","config/locales/rails_admin.lv.yml":"4119f9ea8c713335af1d5b4e84319e3cce67d284","lib/rails_admin/config/fields/association.rb":"a47b8131147560a8745678e1257e48e403a11223","lib/rails_admin/config/base.rb":"55b5e932f6459f333ac3caf55dec942e6a281855","config/locales/rails_admin.en.yml":"ac1e8edc08fa1876c19bad19ed3548706b6b64da","public/javascripts/rails_admin/prototype-base-extensions.js":"9609ccc7cc9f45bc979bec55cbd9219e786c93de","public/images/rails_admin/background.png":"7d4853e8216c603fe939882cb8f068ef5079da95","spec/dummy_app/app/models/fan.rb":"927da8014f963595f9c6566b8ce014c55df26262","app/views/rails_admin/main/_delete_notice.html.erb":"92cb92c95845f45833562d0cdf9395d4f6e8fb20","lib/rails_admin/config/fields/types/string.rb":"5d276e106d856c5b7c3925718d84b27f3a4427de","spec/dummy_app/config/initializers/session_store.rb":"0441c9d355125411dd88dfdd4f82f3c6ac72ec40","lib/rails_admin/config.rb":"7c3699267d26f4165d68de5a70ece3e080684fb4","public/stylesheets/rails_admin/datepicker.css":"36dfeef71a1fbe951d2ad804dce4d20e9680fbf9","app/views/rails_admin/history/show.html.erb":"3bd75ba005ee5e9f90436d37f4becff6c35b9c60","public/images/rails_admin/selector-addall.gif":"d6e7c639bb2ec270122861f054289845281fae26","lib/tasks/download.rake":"7b83c1132e432c98eb194329955cdc46d672add3","app/views/rails_admin/main/_password.html.erb":"666bcdad51fdfa82722cb54eecbb5d1f0dd82967","app/views/rails_admin/main/_timestamp.html.erb":"4a9a6c15c46d50f19aec96fd086c1916c78123c5","config/locales/rails_admin.fr.yml":"ba89f24f4d51671316d0fdf1b4a91ca0cc7dbc38","config/locales/rails_admin.uk.yml":"8c3d8f40513c4c3983cfe635bda853314e186529","public/javascripts/rails_admin/unittest.js":"5782f4d9a973cfcb8bf4068fc20d98e265d2c76c","lib/rails_admin/config/fields/group.rb":"83298dd7b8bc9fe97516df83a1dd909c78614780","public/javascripts/rails_admin/datepicker.js":"bf56a033b4cf5609c336b8b538c296a1175f3fbb","lib/rails_admin/config/model.rb":"bf15125ec5de08d8f21ccc77fe63480b04d97e47","spec/dummy_app/app/models/user.rb":"65cd39ea5cf5822e5435b0308dde1487405194f6","config/locales/devise.pt-PT.yml":"5ef7cee8598b242aa4f6f63cf8d82d449eda0d53","config/routes.rb":"723f430b92a0eeb040222dfa25560d8d6edfc200","config/locales/devise.de.yml":"cfbf6569710a53fbe203af319595274237232f0d","spec/requests/history/rails_admin_history_spec.rb":"e1dba55d95bf59f5715dc0142478a949bace7187","lib/rails_admin/railties/extratasks.rb":"5dd6820de1339432fc00a441076b6d04006be9fa","spec/requests/basic/bulk_destroy/rails_admin_basic_bulk_destroy_spec.rb":"f8607162e2df6352726e212e42525b877e257c4a"}}
@@ -0,0 +1 @@
1
+ {"branches":{"rspec":"fd875acad736df2c490cf73576c56b97a8cd5280","master":"4d9a9e9ca183bab1c3d0accf1d53edd85bd6200f"}}
@@ -0,0 +1 @@
1
+ {"collaborators":["sferik","wycats","hassox","jackdempsey","hurrycane","mattsears","caboteria","kaapa","ccabot"]}
@@ -0,0 +1 @@
1
+ {"comment":{"gravatar_id":"1ccb5123d1af92e24b32cec62abcf9a8","created_at":"2010/10/03 20:12:22 -0700","body":"I don't think I'd like it in a CSV for a variety of reasons, but I do agree that it doesn't have to be AR. I would imagine if there was a patch and work done towards allowing a pluggable History model, it'd be at least considered. I don't have the time at the moment to do this, but I'd imagine you could start with abstracting out the calls to read/write History, ultimately allowing for a drop in of any storage structure. \r\n\r\nIn fact, it might be interesting to leverage wycats moneta towards this end: http://github.com/wycats/moneta","updated_at":"2010/10/03 20:12:22 -0700","id":445680,"user":"jackdempsey"}}
@@ -0,0 +1 @@
1
+ {"comments":[{"gravatar_id":"1ccb5123d1af92e24b32cec62abcf9a8","created_at":"2010/10/03 20:12:22 -0700","body":"I don't think I'd like it in a CSV for a variety of reasons, but I do agree that it doesn't have to be AR. I would imagine if there was a patch and work done towards allowing a pluggable History model, it'd be at least considered. I don't have the time at the moment to do this, but I'd imagine you could start with abstracting out the calls to read/write History, ultimately allowing for a drop in of any storage structure. \r\n\r\nIn fact, it might be interesting to leverage wycats moneta towards this end: http://github.com/wycats/moneta","updated_at":"2010/10/03 20:12:22 -0700","id":445680,"user":"jackdempsey"},{"gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","created_at":"2010/10/04 12:06:32 -0700","body":"I'd like to port the code from being AR-specific to using OrmAdapter. It's a new project, but it has promise: http://github.com/ianwhite/orm_adapter/\n\nI have renamed this issue accordingly.","updated_at":"2010/12/16 20:16:03 -0800","id":447039,"user":"sferik"},{"gravatar_id":"9bee19040f2a9c6a901e33426a968135","created_at":"2010/10/04 12:10:29 -0700","body":"Out of curiosity, do people actually use the History. Seems like the kind of feature I could see myself adding into a project because \"it seems cool\" and then never actually using.","updated_at":"2010/10/04 12:10:29 -0700","id":447053,"user":"ryana"},{"gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","created_at":"2010/10/04 12:19:44 -0700","body":"When working in an organization with multiple people, the history feature provides an audit log of who created/edited/updated which records and when. IMHO, that is an important use case. That said, I would accept a patch to allow disabling of history via the configuration DSL.\n\nAm I wrong in believing that using OrmAdapter instead of calling ActiveRecord directly would solve this problem for you?","updated_at":"2010/10/04 12:26:30 -0700","id":447081,"user":"sferik"},{"gravatar_id":"9bee19040f2a9c6a901e33426a968135","created_at":"2010/10/04 12:23:27 -0700","body":"You are not wrong in believing that. I've never used rails_admin, or paid attention to the mailing list. I was innocently just wondering if anybody even used the feature. Does it ever get discussed, do people file bugs on it, do people make feature requests on it? Just wondering.\r\n\r\ntl;dr: You're right. I wasn't trying to be a dick, just being curious :)","updated_at":"2010/10/04 12:23:27 -0700","id":447089,"user":"ryana"},{"gravatar_id":"0f9580295f54106ce7c682eb652f4a1c","created_at":"2010/12/16 20:03:30 -0800","body":"+1 to making rails_admin ORM agnostic. Has any work started on this already?","updated_at":"2010/12/16 20:03:30 -0800","id":617944,"user":"fbjork"},{"gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","created_at":"2010/12/16 20:35:46 -0800","body":"See #157 for my thoughts on supporting multiple ORMs.\r\n\r\nIt's definitely something I'd like to see. I don't think anybody is working on it yet. Would you have any interest in adding support for more ORMs at the [RailsAdmin BugMash](https://github.com/sferik/rails_admin/wiki/bugmash) on Saturday?","updated_at":"2010/12/16 20:35:46 -0800","id":617986,"user":"sferik"},{"gravatar_id":"2d0ae6c4099c9b41df1f206541c5c7eb","created_at":"2010/12/21 19:02:06 -0800","body":"I'll be testing it on my fork and generating a patch that could be added to the trunk, using the orm, like devise did... in terms of the history, perhaps adding an option to --skip-history would be a solution to that issue, I can see situations were it wouldn't be needed if there were only one administrator and if memory were an issue, I'll see if can add that too. \r\nCheers ","updated_at":"2010/12/21 19:02:06 -0800","id":628911,"user":"cognition"},{"gravatar_id":"07fb1f108e968f7b8573307eefddd66f","created_at":"2011/01/10 14:05:09 -0800","body":"Is anybody working on this one ATM? If not, I think I can try. ","updated_at":"2011/01/10 14:05:09 -0800","id":667542,"user":"ml"},{"gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","created_at":"2011/01/10 14:37:16 -0800","body":"Go for it. I justed added your name to the ticket. Please post updates here as you go.","updated_at":"2011/01/10 14:38:21 -0800","id":667634,"user":"sferik"},{"gravatar_id":"233c279c012ebac792aaa805f966cbc7","created_at":"2011/01/11 09:10:30 -0800","body":"I'm going to leave a comment here along with my +1, so that I can get an update if this happens. I don't have time to build it myself, but I'd love to use it...","updated_at":"2011/01/11 09:10:30 -0800","id":669572,"user":"steveklabnik"},{"gravatar_id":"07fb1f108e968f7b8573307eefddd66f","created_at":"2011/01/11 16:50:10 -0800","body":"It turns out, that orm_adapter lacks some important methods like count and equivalent of ActiveRecord::Base#table_exists? I need to tinker with it for a while before continuing. ","updated_at":"2011/01/11 16:50:10 -0800","id":670784,"user":"ml"},{"gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","created_at":"2011/01/11 16:53:16 -0800","body":"You might want to take a look at veneer as an alternative: https://github.com/hassox/veneer\r\n\r\nIt looks like Daniel is now maintaining it again.","updated_at":"2011/01/11 16:53:16 -0800","id":670788,"user":"sferik"},{"gravatar_id":"07fb1f108e968f7b8573307eefddd66f","created_at":"2011/01/12 01:16:03 -0800","body":"Looks promising. ","updated_at":"2011/01/12 01:16:03 -0800","id":671391,"user":"ml"}]}
@@ -0,0 +1 @@
1
+ {"commits":[{"parents":[{"id":"a865e72344359f766b3ab03d3075c65798719ddd"},{"id":"a0857d80960ad9ac543e1d2d38f23b04634f0109"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/3cdfabd973bc3caac209cba903cfdb3bf6636bcd","id":"3cdfabd973bc3caac209cba903cfdb3bf6636bcd","committed_date":"2011-01-21T11:23:58-08:00","authored_date":"2011-01-21T11:23:58-08:00","message":"Merge branch '3pp_history'","tree":"53b3d8ade2ae5721e10bcd643a83e6b01c06462c","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"a6785192b44afc7d2e5af0a622e9ed8a592ca392"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/a0857d80960ad9ac543e1d2d38f23b04634f0109","id":"a0857d80960ad9ac543e1d2d38f23b04634f0109","committed_date":"2011-01-21T11:21:17-08:00","authored_date":"2011-01-21T11:21:17-08:00","message":"fix a small bug in object history display: headers didn't match columns\n\nThe code didn't display the object ID header but it did display the\ndata so the headers didn't match the data. Added code to not display\nthe data so now the headers and data match.","tree":"1aa81bc05872d2d1d0d2cfd73ea269d29160d2ef","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"3fe5aeee217934f39112caa9d14483328e6f86c8"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/a6785192b44afc7d2e5af0a622e9ed8a592ca392","id":"a6785192b44afc7d2e5af0a622e9ed8a592ca392","committed_date":"2011-01-21T11:15:11-08:00","authored_date":"2011-01-21T11:15:11-08:00","message":"move abstract history code from the RailsAdmin module to a class\n\nAs suggested by kaapa and seconded by sferik.","tree":"4335484d615f949e635166ff7676b2593c138747","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"4a600e61db3cdc67a471ead5e71cc97c298fbb43"}],"author":{"name":"Lucas Simao","login":"lucassimao","email":"lsimaocosta@gmail.com"},"url":"/sferik/rails_admin/commit/a865e72344359f766b3ab03d3075c65798719ddd","id":"a865e72344359f766b3ab03d3075c65798719ddd","committed_date":"2011-01-21T08:04:03-08:00","authored_date":"2011-01-21T06:51:36-08:00","message":"list.select_action and list.delete_selected fields added in rails_admin.pt-BR.yml file","tree":"ba9125a2c3dbdc7d18f43062d7b416c541e87972","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"611fb66c11218b63990d0fbceb2bd4d9b9a71239"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/4a600e61db3cdc67a471ead5e71cc97c298fbb43","id":"4a600e61db3cdc67a471ead5e71cc97c298fbb43","committed_date":"2011-01-20T19:45:44-08:00","authored_date":"2011-01-20T19:44:30-08:00","message":"Partial fix for object binding with models that have associations to self.","tree":"f2ed7d05efc38e5542366a501b2368bce017ea68","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/611fb66c11218b63990d0fbceb2bd4d9b9a71239","id":"611fb66c11218b63990d0fbceb2bd4d9b9a71239","committed_date":"2011-01-20T19:45:44-08:00","authored_date":"2011-01-20T19:41:57-08:00","message":"Fix belongs_to associations' child_key_lookup to use :foreign_key option if set\nor secondly use the Rails idiom of association_name_id instead of class_name_id","tree":"877e4f53fc9e2951e86307992a8560ff6534fa41","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"433e7114cc7f761db8a08f4ce1bb7f1fb56e2920"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/3fe5aeee217934f39112caa9d14483328e6f86c8","id":"3fe5aeee217934f39112caa9d14483328e6f86c8","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:22:23-08:00","message":"fix the dashboard history slider javascript\n\nIt had drifted away from the code over time so I had never seen it\nwork before. It's pretty nice.","tree":"3f870851f4a57172845915c668c443a2fbc2d13a","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"ec218eb7b5e4cccc1315bed761045571bb5ee2c0"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/433e7114cc7f761db8a08f4ce1bb7f1fb56e2920","id":"433e7114cc7f761db8a08f4ce1bb7f1fb56e2920","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:21:20-08:00","message":"on the dashboard, make empty and non-empty slider boxes the same structure\n\nThey were different enough that it confused the server-side JS.","tree":"8d1034733f39e3e8bd742c1785a9f5306e0a6929","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"fc09f63da396238d529db2bea8ebbebe8f67374e"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/ec218eb7b5e4cccc1315bed761045571bb5ee2c0","id":"ec218eb7b5e4cccc1315bed761045571bb5ee2c0","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:19:29-08:00","message":"make the BlankHistory's JSON form look like History's\n\nThey were different and this confused the client-side javascript.","tree":"80d7db018f28540529687f7c533adf82232a9691","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"24dec08a97d1e5e4d4183d60555371109ee69637"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/fc09f63da396238d529db2bea8ebbebe8f67374e","id":"fc09f63da396238d529db2bea8ebbebe8f67374e","committed_date":"2011-01-20T14:23:10-08:00","authored_date":"2011-01-20T14:17:51-08:00","message":"add a slider method to the history controller\n\nThis is based on code that used to be in the main controller. It's\nused to update the dashboard history slider when the user clicks on\nthe scroll gadgets at either end.","tree":"67c4cc55074b8f01ba7cff70dac831c1a048cd6b","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"1c2f2519318b7429e32cadc42916a0ecc4020a06"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/24dec08a97d1e5e4d4183d60555371109ee69637","id":"24dec08a97d1e5e4d4183d60555371109ee69637","committed_date":"2011-01-20T10:29:44-08:00","authored_date":"2011-01-20T10:29:44-08:00","message":"a little bit of code comments","tree":"2f0becab0a9590d96b4968e23b75d832e7beba7f","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"43607a947cdba3b0d07b427e975cfffe181d57d6"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9","id":"42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9","committed_date":"2011-01-20T08:52:19-08:00","authored_date":"2011-01-20T08:52:19-08:00","message":"Revert \"Attempt to fix failed Postgres build\"\n\nThis reverts commit cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde.","tree":"07cd2771d9689ae919e1f573e1133b86e364b617","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"99431c1f9d263ac4ceb83faf62a4e29468a33a7b"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/1c2f2519318b7429e32cadc42916a0ecc4020a06","id":"1c2f2519318b7429e32cadc42916a0ecc4020a06","committed_date":"2011-01-20T07:51:07-08:00","authored_date":"2011-01-20T07:43:36-08:00","message":"refactor history_for_model to use AR's API methods instead of ad-hoc SQL","tree":"2df0352ff23bfe796334d8fcc7f3e3e76f7e605e","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"34ed37426de4ced6a3f06544d735c10d6ba42cd8"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/99431c1f9d263ac4ceb83faf62a4e29468a33a7b","id":"99431c1f9d263ac4ceb83faf62a4e29468a33a7b","committed_date":"2011-01-19T21:25:55-08:00","authored_date":"2011-01-19T21:25:55-08:00","message":"refactor history_for_object to use AR's API methods instead of ad-hoc SQL","tree":"df68287c5426d61917e5bec19f5086c10a3264dd","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"7f15d0efca07f0c17059240c87fe3d4ec5c0caf5"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/34ed37426de4ced6a3f06544d735c10d6ba42cd8","id":"34ed37426de4ced6a3f06544d735c10d6ba42cd8","committed_date":"2011-01-19T14:04:52-08:00","authored_date":"2011-01-19T14:04:52-08:00","message":"removed History access from the view, added a shim for it in AbstractHistory\n\nWith this commit I believe that no rails_admin code interacts with the\nHistory model directly. This should allow us to use other history\ntracking mechanisms eventually, although I think we want to clean up\nthe AbstractHistory interface first.","tree":"b2e35592ea8270185c73636b2e23a23b233694cc","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"51cba4f3cdfb7e127ff0f827c4ec69670ef06495"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/7f15d0efca07f0c17059240c87fe3d4ec5c0caf5","id":"7f15d0efca07f0c17059240c87fe3d4ec5c0caf5","committed_date":"2011-01-19T13:30:09-08:00","authored_date":"2011-01-19T13:30:09-08:00","message":"interpose AbstractHistory between the controllers and the History model\n\nThis should make it easier to use a third-party audit/tracking gem\nsince we'll have a \"shim\" layer in between rails_admin and the history\nmechanism.","tree":"69184451a4b4032af02b477673c1325495267acd","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"dbf8ef0b36c0235f14f9685b47889b1feec10c55"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/51cba4f3cdfb7e127ff0f827c4ec69670ef06495","id":"51cba4f3cdfb7e127ff0f827c4ec69670ef06495","committed_date":"2011-01-19T12:17:01-08:00","authored_date":"2011-01-19T12:17:01-08:00","message":"move history code from the history controller to the abstract_history lib\n\nI think that much of this code can now be moved into the History model\nbut this checkin gets it out of the controller, at least.","tree":"2f6c47e730f5b730841532766595e0081c1e1d17","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"f847700e6e1bff996162f05d0b17a9692bc0459a"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/dbf8ef0b36c0235f14f9685b47889b1feec10c55","id":"dbf8ef0b36c0235f14f9685b47889b1feec10c55","committed_date":"2011-01-19T09:15:50-08:00","authored_date":"2011-01-19T09:11:39-08:00","message":"move history code from the main controller to the history controller","tree":"63e55788690cdcbc2940c15361ef27a4fbd49764","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/f847700e6e1bff996162f05d0b17a9692bc0459a","id":"f847700e6e1bff996162f05d0b17a9692bc0459a","committed_date":"2011-01-19T09:15:43-08:00","authored_date":"2011-01-19T08:25:40-08:00","message":"remove some main_controller history code that appears to be unused","tree":"2708b6d564b2b7a12aed364f3034c69073c0d190","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"fb067656036d899ded7791a90f2f64c0d86b6ebd"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7","id":"67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7","committed_date":"2011-01-19T08:17:10-08:00","authored_date":"2011-01-19T08:17:10-08:00","message":"move some history-specific code out of main_controller, into a lib\n\nTrying to slim down the main controller and make the interfaces\nbetween it and the history code more explicit.","tree":"9502cb83c928dc576b9e3a04ada8a118626b6ab6","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"43607a947cdba3b0d07b427e975cfffe181d57d6"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/fb067656036d899ded7791a90f2f64c0d86b6ebd","id":"fb067656036d899ded7791a90f2f64c0d86b6ebd","committed_date":"2011-01-18T19:30:51-08:00","authored_date":"2011-01-18T19:30:51-08:00","message":"simplify check_history so it only handles updates\n\nThe code path is easier to follow if check_history doesn't need to\nbranch on the action, and since create and delete are trivial cases\nit's easier to just handle them in the actions. Now check_history\n(renamed check_history_update) handles updates only.","tree":"3f02c8bd27a7615c014f2bbc46be6ef5d42b0dab","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"d07ec3f6e9e9f5336c8ef11888f6d437fa53158d"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/43607a947cdba3b0d07b427e975cfffe181d57d6","id":"43607a947cdba3b0d07b427e975cfffe181d57d6","committed_date":"2011-01-18T18:21:49-08:00","authored_date":"2011-01-18T18:21:49-08:00","message":"on list pages, use model name for page title\n\nMr. Fussy here, I like page titles to say where the user is, not what\nthey need to do.","tree":"20dafe662dc9928565edcb4dc38211ad724380f4","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"2e9a7a1552b78178054c2d782f9518936b44dfe8"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/d07ec3f6e9e9f5336c8ef11888f6d437fa53158d","id":"d07ec3f6e9e9f5336c8ef11888f6d437fa53158d","committed_date":"2011-01-18T15:04:01-08:00","authored_date":"2011-01-18T14:57:21-08:00","message":"Object bindings were not always automatically created as for some\nreason model_instance.kind_of?(abstract_model.model) did not always\nevaluate to the expected value of true, fixes #245","tree":"a3366aa97960dc47b684e8c92c908cff3b33b22f","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/2e9a7a1552b78178054c2d782f9518936b44dfe8","id":"2e9a7a1552b78178054c2d782f9518936b44dfe8","committed_date":"2011-01-18T15:04:01-08:00","authored_date":"2011-01-18T14:55:15-08:00","message":"Reapply d0eac6ec which was accidentally reverted by 5b196640","tree":"f69670c9c06c5749f047e273b7b4409155f38de2","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"7cc629366c2035c48b36e8258db1958d70d7bb1d"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde","id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde","committed_date":"2011-01-18T07:53:19-08:00","authored_date":"2011-01-18T07:53:19-08:00","message":"Attempt to fix failed Postgres build","tree":"4628d85ec6f5ba68b5e1472fafbaabe4829fff35","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"572d5f5183d0e9d4289131cad95ac542dea072fc"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/7cc629366c2035c48b36e8258db1958d70d7bb1d","id":"7cc629366c2035c48b36e8258db1958d70d7bb1d","committed_date":"2011-01-18T03:40:45-08:00","authored_date":"2011-01-18T03:40:45-08:00","message":"Remove Devise dependency from RailsAdmin.DEFAULT_CURRENT_USER by using\nWarden instead and allow fallback to current_user which is a strong idiom in\nRails authentication frameworks, fixes #209\n\nKudos to nando and josevalim for guidance with the implementation","tree":"e4857b65b2aea625c969dc5b479bf454ae79d815","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/572d5f5183d0e9d4289131cad95ac542dea072fc","id":"572d5f5183d0e9d4289131cad95ac542dea072fc","committed_date":"2011-01-17T17:36:09-08:00","authored_date":"2011-01-17T17:35:17-08:00","message":"Update jdbc-postgres dependency for CI to 9.0","tree":"a8b9b9a56aeb01b18140f78cb4834cedfc008342","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"5b196640fc04a220e57adef17ae9066a541a6b4a"},{"id":"c8aaf29208f8496bd114e383a7e1b06a06fec134"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08","id":"0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08","committed_date":"2011-01-17T17:34:42-08:00","authored_date":"2011-01-17T17:34:42-08:00","message":"Merge branch 'master' of github.com:sferik/rails_admin","tree":"6fa22fa8b2f31a30986ba14436b917bf3aa477e8","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"865ce70043a665e862681e99601da6c55f04e03a"},{"id":"f2f3bfddb36b20681c4274566779ac376035d3e0"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/5b196640fc04a220e57adef17ae9066a541a6b4a","id":"5b196640fc04a220e57adef17ae9066a541a6b4a","committed_date":"2011-01-17T17:29:52-08:00","authored_date":"2011-01-17T17:29:52-08:00","message":"Merge branch 'config-dsl-cleanup'\n\nConflicts:\n\tlib/rails_admin/config/sections/update.rb","tree":"86cf1a9f3ecac2f7ff354ae9a5d10c7a4dd5ee51","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"865ce70043a665e862681e99601da6c55f04e03a"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/c8aaf29208f8496bd114e383a7e1b06a06fec134","id":"c8aaf29208f8496bd114e383a7e1b06a06fec134","committed_date":"2011-01-17T16:57:19-08:00","authored_date":"2011-01-17T16:57:19-08:00","message":"Fix JS DatePickers' initializers' selectors, fixes #243","tree":"797442d0e611548e83d3fc44fe34bf5b9afedf4d","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"9da54620602edabccabca401bf83462a2e51c795"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/f2f3bfddb36b20681c4274566779ac376035d3e0","id":"f2f3bfddb36b20681c4274566779ac376035d3e0","committed_date":"2011-01-17T16:46:22-08:00","authored_date":"2011-01-17T16:46:22-08:00","message":"Lazy load config tree to avoid race conditions in initialization","tree":"deb90addaa928fd8603ad9c758efdb42ea4d9262","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"735c6dec263567829057e087f22171cd4dddb3b4"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/865ce70043a665e862681e99601da6c55f04e03a","id":"865ce70043a665e862681e99601da6c55f04e03a","committed_date":"2011-01-17T16:13:27-08:00","authored_date":"2011-01-17T16:13:27-08:00","message":"Fix typo (thanks piotrj)\n\nhttps://github.com/sferik/rails_admin/commit/487d0ec845efe95b10d6336f3e9256ab48300230","tree":"b115b6903f0a7cdbfdb0b36d03439a4b8630bc63","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"2ea32467fe8818be1281e5109879c240925ac959"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/735c6dec263567829057e087f22171cd4dddb3b4","id":"735c6dec263567829057e087f22171cd4dddb3b4","committed_date":"2011-01-17T11:22:08-08:00","authored_date":"2011-01-17T11:22:08-08:00","message":"Revert \"Update activerecord-jdbc-adapter to 1.1.1\"\n\nThis reverts commit 2ea32467fe8818be1281e5109879c240925ac959.","tree":"ef5abcc9d8e774783b974e4a145b756f978f5b30","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/2ea32467fe8818be1281e5109879c240925ac959","id":"2ea32467fe8818be1281e5109879c240925ac959","committed_date":"2011-01-17T09:58:18-08:00","authored_date":"2011-01-17T09:58:18-08:00","message":"Update activerecord-jdbc-adapter to 1.1.1","tree":"0eb2f6addea7001a1e17da8162b64a7e39d773c9","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2","id":"8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2","committed_date":"2011-01-16T13:47:48-08:00","authored_date":"2011-01-16T13:47:48-08:00","message":"Update sqlite3 dependency to 1.3.3","tree":"ef5abcc9d8e774783b974e4a145b756f978f5b30","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}}]}
@@ -0,0 +1 @@
1
+ {"commits":[{"parents":[{"id":"a865e72344359f766b3ab03d3075c65798719ddd"},{"id":"a0857d80960ad9ac543e1d2d38f23b04634f0109"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/3cdfabd973bc3caac209cba903cfdb3bf6636bcd","id":"3cdfabd973bc3caac209cba903cfdb3bf6636bcd","committed_date":"2011-01-21T11:23:58-08:00","authored_date":"2011-01-21T11:23:58-08:00","message":"Merge branch '3pp_history'","tree":"53b3d8ade2ae5721e10bcd643a83e6b01c06462c","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"a6785192b44afc7d2e5af0a622e9ed8a592ca392"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/a0857d80960ad9ac543e1d2d38f23b04634f0109","id":"a0857d80960ad9ac543e1d2d38f23b04634f0109","committed_date":"2011-01-21T11:21:17-08:00","authored_date":"2011-01-21T11:21:17-08:00","message":"fix a small bug in object history display: headers didn't match columns\n\nThe code didn't display the object ID header but it did display the\ndata so the headers didn't match the data. Added code to not display\nthe data so now the headers and data match.","tree":"1aa81bc05872d2d1d0d2cfd73ea269d29160d2ef","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"3fe5aeee217934f39112caa9d14483328e6f86c8"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/a6785192b44afc7d2e5af0a622e9ed8a592ca392","id":"a6785192b44afc7d2e5af0a622e9ed8a592ca392","committed_date":"2011-01-21T11:15:11-08:00","authored_date":"2011-01-21T11:15:11-08:00","message":"move abstract history code from the RailsAdmin module to a class\n\nAs suggested by kaapa and seconded by sferik.","tree":"4335484d615f949e635166ff7676b2593c138747","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"4a600e61db3cdc67a471ead5e71cc97c298fbb43"}],"author":{"name":"Lucas Simao","login":"lucassimao","email":"lsimaocosta@gmail.com"},"url":"/sferik/rails_admin/commit/a865e72344359f766b3ab03d3075c65798719ddd","id":"a865e72344359f766b3ab03d3075c65798719ddd","committed_date":"2011-01-21T08:04:03-08:00","authored_date":"2011-01-21T06:51:36-08:00","message":"list.select_action and list.delete_selected fields added in rails_admin.pt-BR.yml file","tree":"ba9125a2c3dbdc7d18f43062d7b416c541e87972","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"611fb66c11218b63990d0fbceb2bd4d9b9a71239"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/4a600e61db3cdc67a471ead5e71cc97c298fbb43","id":"4a600e61db3cdc67a471ead5e71cc97c298fbb43","committed_date":"2011-01-20T19:45:44-08:00","authored_date":"2011-01-20T19:44:30-08:00","message":"Partial fix for object binding with models that have associations to self.","tree":"f2ed7d05efc38e5542366a501b2368bce017ea68","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/611fb66c11218b63990d0fbceb2bd4d9b9a71239","id":"611fb66c11218b63990d0fbceb2bd4d9b9a71239","committed_date":"2011-01-20T19:45:44-08:00","authored_date":"2011-01-20T19:41:57-08:00","message":"Fix belongs_to associations' child_key_lookup to use :foreign_key option if set\nor secondly use the Rails idiom of association_name_id instead of class_name_id","tree":"877e4f53fc9e2951e86307992a8560ff6534fa41","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"433e7114cc7f761db8a08f4ce1bb7f1fb56e2920"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/3fe5aeee217934f39112caa9d14483328e6f86c8","id":"3fe5aeee217934f39112caa9d14483328e6f86c8","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:22:23-08:00","message":"fix the dashboard history slider javascript\n\nIt had drifted away from the code over time so I had never seen it\nwork before. It's pretty nice.","tree":"3f870851f4a57172845915c668c443a2fbc2d13a","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"ec218eb7b5e4cccc1315bed761045571bb5ee2c0"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/433e7114cc7f761db8a08f4ce1bb7f1fb56e2920","id":"433e7114cc7f761db8a08f4ce1bb7f1fb56e2920","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:21:20-08:00","message":"on the dashboard, make empty and non-empty slider boxes the same structure\n\nThey were different enough that it confused the server-side JS.","tree":"8d1034733f39e3e8bd742c1785a9f5306e0a6929","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"fc09f63da396238d529db2bea8ebbebe8f67374e"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/ec218eb7b5e4cccc1315bed761045571bb5ee2c0","id":"ec218eb7b5e4cccc1315bed761045571bb5ee2c0","committed_date":"2011-01-20T14:23:11-08:00","authored_date":"2011-01-20T14:19:29-08:00","message":"make the BlankHistory's JSON form look like History's\n\nThey were different and this confused the client-side javascript.","tree":"80d7db018f28540529687f7c533adf82232a9691","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"24dec08a97d1e5e4d4183d60555371109ee69637"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/fc09f63da396238d529db2bea8ebbebe8f67374e","id":"fc09f63da396238d529db2bea8ebbebe8f67374e","committed_date":"2011-01-20T14:23:10-08:00","authored_date":"2011-01-20T14:17:51-08:00","message":"add a slider method to the history controller\n\nThis is based on code that used to be in the main controller. It's\nused to update the dashboard history slider when the user clicks on\nthe scroll gadgets at either end.","tree":"67c4cc55074b8f01ba7cff70dac831c1a048cd6b","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"1c2f2519318b7429e32cadc42916a0ecc4020a06"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/24dec08a97d1e5e4d4183d60555371109ee69637","id":"24dec08a97d1e5e4d4183d60555371109ee69637","committed_date":"2011-01-20T10:29:44-08:00","authored_date":"2011-01-20T10:29:44-08:00","message":"a little bit of code comments","tree":"2f0becab0a9590d96b4968e23b75d832e7beba7f","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"43607a947cdba3b0d07b427e975cfffe181d57d6"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9","id":"42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9","committed_date":"2011-01-20T08:52:19-08:00","authored_date":"2011-01-20T08:52:19-08:00","message":"Revert \"Attempt to fix failed Postgres build\"\n\nThis reverts commit cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde.","tree":"07cd2771d9689ae919e1f573e1133b86e364b617","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"99431c1f9d263ac4ceb83faf62a4e29468a33a7b"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/1c2f2519318b7429e32cadc42916a0ecc4020a06","id":"1c2f2519318b7429e32cadc42916a0ecc4020a06","committed_date":"2011-01-20T07:51:07-08:00","authored_date":"2011-01-20T07:43:36-08:00","message":"refactor history_for_model to use AR's API methods instead of ad-hoc SQL","tree":"2df0352ff23bfe796334d8fcc7f3e3e76f7e605e","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"34ed37426de4ced6a3f06544d735c10d6ba42cd8"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/99431c1f9d263ac4ceb83faf62a4e29468a33a7b","id":"99431c1f9d263ac4ceb83faf62a4e29468a33a7b","committed_date":"2011-01-19T21:25:55-08:00","authored_date":"2011-01-19T21:25:55-08:00","message":"refactor history_for_object to use AR's API methods instead of ad-hoc SQL","tree":"df68287c5426d61917e5bec19f5086c10a3264dd","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"7f15d0efca07f0c17059240c87fe3d4ec5c0caf5"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/34ed37426de4ced6a3f06544d735c10d6ba42cd8","id":"34ed37426de4ced6a3f06544d735c10d6ba42cd8","committed_date":"2011-01-19T14:04:52-08:00","authored_date":"2011-01-19T14:04:52-08:00","message":"removed History access from the view, added a shim for it in AbstractHistory\n\nWith this commit I believe that no rails_admin code interacts with the\nHistory model directly. This should allow us to use other history\ntracking mechanisms eventually, although I think we want to clean up\nthe AbstractHistory interface first.","tree":"b2e35592ea8270185c73636b2e23a23b233694cc","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"51cba4f3cdfb7e127ff0f827c4ec69670ef06495"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/7f15d0efca07f0c17059240c87fe3d4ec5c0caf5","id":"7f15d0efca07f0c17059240c87fe3d4ec5c0caf5","committed_date":"2011-01-19T13:30:09-08:00","authored_date":"2011-01-19T13:30:09-08:00","message":"interpose AbstractHistory between the controllers and the History model\n\nThis should make it easier to use a third-party audit/tracking gem\nsince we'll have a \"shim\" layer in between rails_admin and the history\nmechanism.","tree":"69184451a4b4032af02b477673c1325495267acd","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"dbf8ef0b36c0235f14f9685b47889b1feec10c55"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/51cba4f3cdfb7e127ff0f827c4ec69670ef06495","id":"51cba4f3cdfb7e127ff0f827c4ec69670ef06495","committed_date":"2011-01-19T12:17:01-08:00","authored_date":"2011-01-19T12:17:01-08:00","message":"move history code from the history controller to the abstract_history lib\n\nI think that much of this code can now be moved into the History model\nbut this checkin gets it out of the controller, at least.","tree":"2f6c47e730f5b730841532766595e0081c1e1d17","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"f847700e6e1bff996162f05d0b17a9692bc0459a"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/dbf8ef0b36c0235f14f9685b47889b1feec10c55","id":"dbf8ef0b36c0235f14f9685b47889b1feec10c55","committed_date":"2011-01-19T09:15:50-08:00","authored_date":"2011-01-19T09:11:39-08:00","message":"move history code from the main controller to the history controller","tree":"63e55788690cdcbc2940c15361ef27a4fbd49764","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/f847700e6e1bff996162f05d0b17a9692bc0459a","id":"f847700e6e1bff996162f05d0b17a9692bc0459a","committed_date":"2011-01-19T09:15:43-08:00","authored_date":"2011-01-19T08:25:40-08:00","message":"remove some main_controller history code that appears to be unused","tree":"2708b6d564b2b7a12aed364f3034c69073c0d190","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"fb067656036d899ded7791a90f2f64c0d86b6ebd"}],"author":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"},"url":"/sferik/rails_admin/commit/67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7","id":"67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7","committed_date":"2011-01-19T08:17:10-08:00","authored_date":"2011-01-19T08:17:10-08:00","message":"move some history-specific code out of main_controller, into a lib\n\nTrying to slim down the main controller and make the interfaces\nbetween it and the history code more explicit.","tree":"9502cb83c928dc576b9e3a04ada8a118626b6ab6","committer":{"name":"toby cabot","login":"ccabot","email":"ccabot@mitre.org"}},{"parents":[{"id":"43607a947cdba3b0d07b427e975cfffe181d57d6"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/fb067656036d899ded7791a90f2f64c0d86b6ebd","id":"fb067656036d899ded7791a90f2f64c0d86b6ebd","committed_date":"2011-01-18T19:30:51-08:00","authored_date":"2011-01-18T19:30:51-08:00","message":"simplify check_history so it only handles updates\n\nThe code path is easier to follow if check_history doesn't need to\nbranch on the action, and since create and delete are trivial cases\nit's easier to just handle them in the actions. Now check_history\n(renamed check_history_update) handles updates only.","tree":"3f02c8bd27a7615c014f2bbc46be6ef5d42b0dab","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"d07ec3f6e9e9f5336c8ef11888f6d437fa53158d"}],"author":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"},"url":"/sferik/rails_admin/commit/43607a947cdba3b0d07b427e975cfffe181d57d6","id":"43607a947cdba3b0d07b427e975cfffe181d57d6","committed_date":"2011-01-18T18:21:49-08:00","authored_date":"2011-01-18T18:21:49-08:00","message":"on list pages, use model name for page title\n\nMr. Fussy here, I like page titles to say where the user is, not what\nthey need to do.","tree":"20dafe662dc9928565edcb4dc38211ad724380f4","committer":{"name":"toby cabot","login":"caboteria","email":"toby@caboteria.org"}},{"parents":[{"id":"2e9a7a1552b78178054c2d782f9518936b44dfe8"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/d07ec3f6e9e9f5336c8ef11888f6d437fa53158d","id":"d07ec3f6e9e9f5336c8ef11888f6d437fa53158d","committed_date":"2011-01-18T15:04:01-08:00","authored_date":"2011-01-18T14:57:21-08:00","message":"Object bindings were not always automatically created as for some\nreason model_instance.kind_of?(abstract_model.model) did not always\nevaluate to the expected value of true, fixes #245","tree":"a3366aa97960dc47b684e8c92c908cff3b33b22f","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/2e9a7a1552b78178054c2d782f9518936b44dfe8","id":"2e9a7a1552b78178054c2d782f9518936b44dfe8","committed_date":"2011-01-18T15:04:01-08:00","authored_date":"2011-01-18T14:55:15-08:00","message":"Reapply d0eac6ec which was accidentally reverted by 5b196640","tree":"f69670c9c06c5749f047e273b7b4409155f38de2","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"7cc629366c2035c48b36e8258db1958d70d7bb1d"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde","id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde","committed_date":"2011-01-18T07:53:19-08:00","authored_date":"2011-01-18T07:53:19-08:00","message":"Attempt to fix failed Postgres build","tree":"4628d85ec6f5ba68b5e1472fafbaabe4829fff35","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"572d5f5183d0e9d4289131cad95ac542dea072fc"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/7cc629366c2035c48b36e8258db1958d70d7bb1d","id":"7cc629366c2035c48b36e8258db1958d70d7bb1d","committed_date":"2011-01-18T03:40:45-08:00","authored_date":"2011-01-18T03:40:45-08:00","message":"Remove Devise dependency from RailsAdmin.DEFAULT_CURRENT_USER by using\nWarden instead and allow fallback to current_user which is a strong idiom in\nRails authentication frameworks, fixes #209\n\nKudos to nando and josevalim for guidance with the implementation","tree":"e4857b65b2aea625c969dc5b479bf454ae79d815","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/572d5f5183d0e9d4289131cad95ac542dea072fc","id":"572d5f5183d0e9d4289131cad95ac542dea072fc","committed_date":"2011-01-17T17:36:09-08:00","authored_date":"2011-01-17T17:35:17-08:00","message":"Update jdbc-postgres dependency for CI to 9.0","tree":"a8b9b9a56aeb01b18140f78cb4834cedfc008342","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"5b196640fc04a220e57adef17ae9066a541a6b4a"},{"id":"c8aaf29208f8496bd114e383a7e1b06a06fec134"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08","id":"0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08","committed_date":"2011-01-17T17:34:42-08:00","authored_date":"2011-01-17T17:34:42-08:00","message":"Merge branch 'master' of github.com:sferik/rails_admin","tree":"6fa22fa8b2f31a30986ba14436b917bf3aa477e8","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"865ce70043a665e862681e99601da6c55f04e03a"},{"id":"f2f3bfddb36b20681c4274566779ac376035d3e0"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/5b196640fc04a220e57adef17ae9066a541a6b4a","id":"5b196640fc04a220e57adef17ae9066a541a6b4a","committed_date":"2011-01-17T17:29:52-08:00","authored_date":"2011-01-17T17:29:52-08:00","message":"Merge branch 'config-dsl-cleanup'\n\nConflicts:\n\tlib/rails_admin/config/sections/update.rb","tree":"86cf1a9f3ecac2f7ff354ae9a5d10c7a4dd5ee51","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"865ce70043a665e862681e99601da6c55f04e03a"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/c8aaf29208f8496bd114e383a7e1b06a06fec134","id":"c8aaf29208f8496bd114e383a7e1b06a06fec134","committed_date":"2011-01-17T16:57:19-08:00","authored_date":"2011-01-17T16:57:19-08:00","message":"Fix JS DatePickers' initializers' selectors, fixes #243","tree":"797442d0e611548e83d3fc44fe34bf5b9afedf4d","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"9da54620602edabccabca401bf83462a2e51c795"}],"author":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"},"url":"/sferik/rails_admin/commit/f2f3bfddb36b20681c4274566779ac376035d3e0","id":"f2f3bfddb36b20681c4274566779ac376035d3e0","committed_date":"2011-01-17T16:46:22-08:00","authored_date":"2011-01-17T16:46:22-08:00","message":"Lazy load config tree to avoid race conditions in initialization","tree":"deb90addaa928fd8603ad9c758efdb42ea4d9262","committer":{"name":"Petteri Kääpä","login":"kaapa","email":"petteri.kaapa@gmail.com"}},{"parents":[{"id":"735c6dec263567829057e087f22171cd4dddb3b4"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/865ce70043a665e862681e99601da6c55f04e03a","id":"865ce70043a665e862681e99601da6c55f04e03a","committed_date":"2011-01-17T16:13:27-08:00","authored_date":"2011-01-17T16:13:27-08:00","message":"Fix typo (thanks piotrj)\n\nhttps://github.com/sferik/rails_admin/commit/487d0ec845efe95b10d6336f3e9256ab48300230","tree":"b115b6903f0a7cdbfdb0b36d03439a4b8630bc63","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"2ea32467fe8818be1281e5109879c240925ac959"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/735c6dec263567829057e087f22171cd4dddb3b4","id":"735c6dec263567829057e087f22171cd4dddb3b4","committed_date":"2011-01-17T11:22:08-08:00","authored_date":"2011-01-17T11:22:08-08:00","message":"Revert \"Update activerecord-jdbc-adapter to 1.1.1\"\n\nThis reverts commit 2ea32467fe8818be1281e5109879c240925ac959.","tree":"ef5abcc9d8e774783b974e4a145b756f978f5b30","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/2ea32467fe8818be1281e5109879c240925ac959","id":"2ea32467fe8818be1281e5109879c240925ac959","committed_date":"2011-01-17T09:58:18-08:00","authored_date":"2011-01-17T09:58:18-08:00","message":"Update activerecord-jdbc-adapter to 1.1.1","tree":"0eb2f6addea7001a1e17da8162b64a7e39d773c9","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}},{"parents":[{"id":"c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0"}],"author":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"},"url":"/sferik/rails_admin/commit/8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2","id":"8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2","committed_date":"2011-01-16T13:47:48-08:00","authored_date":"2011-01-16T13:47:48-08:00","message":"Update sqlite3 dependency to 1.3.3","tree":"ef5abcc9d8e774783b974e4a145b756f978f5b30","committer":{"name":"Erik Michaels-Ober","login":"sferik","email":"sferik@gmail.com"}}]}
@@ -0,0 +1 @@
1
+ {"contributors":[{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","contributions":186,"type":"User","login":"sferik","email":"sferik@gmail.com"},{"name":"Bogdan Gaza","gravatar_id":"dfa3143343f3680753e0ae09de57bcd6","location":"Lille, France","blog":"http://students.info.uaic.ro/~bogdan.gaza/","contributions":145,"type":"User","login":"hurrycane","email":"bogdan.gaza@yahoo.com"},{"name":"Petteri Kääpä","gravatar_id":"40a0afa49eb7b12db4dcda70b2e1520d","location":"Finland","contributions":128,"type":"User","login":"kaapa","email":"petteri.kaapa@gmail.com"},{"name":"Toby Cabot","company":"The MITRE Corporation - A National Resource","gravatar_id":"6d246f2dde05095bebd3ba3cb54c676a","location":"Bedford, MA, USA","blog":"http://www.mitre.org/","contributions":46,"type":"User","login":"ccabot","email":"ccabot@mitre.org"},{"name":"toby cabot","gravatar_id":"e381ef5e90b6ed2bd5082a9a463cea3b","location":"Massachusetts, USA","blog":"http://www.caboteria.org/","contributions":26,"type":"User","login":"caboteria"},{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","contributions":11,"type":"User","login":"slawosz","email":"slawosz@gmail.com"},{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","contributions":10,"type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},{"name":"Piotr Jakubowski","gravatar_id":"f5704857ce529ca9520dc2bbf403c65f","location":"Poland","blog":"http://twitter.com/piotrjakubowski","contributions":10,"type":"User","login":"piotrj","email":"piotrj@gmail.com"},{"name":"jack dempsey","company":"Jack Dempsey LLC","gravatar_id":"1ccb5123d1af92e24b32cec62abcf9a8","location":"San Francisco, CA","blog":"http://jackdempsey.me","contributions":8,"type":"User","login":"jackdempsey","email":"jack.dempsey@gmail.com"},{"name":"Matt Sears","company":"http://littlelines.com","gravatar_id":"dcee1cb611931f35e6e2963d13b29573","location":"Centerville, Ohio","blog":"http://mattsears.com","contributions":7,"type":"User","login":"mattsears","email":"matt@mattsears.com"},{"name":"Josh Kalderimis","gravatar_id":"21b21efe14359ec323f9a70464b91e39","location":"Amsterdam, The Netherlands","blog":"http://blog.cookiestack.com","contributions":4,"type":"User","login":"joshk","email":"josh.kalderimis@gmail.com"},{"name":"Daniel Neighman","gravatar_id":"9d1f5d2d9de70bd9a934f557dc95a406","location":"Australia","blog":"","contributions":4,"type":"User","login":"hassox","email":"has.sox@gmail.com"},{"name":"Akzhan Abdulin","company":"Undev","gravatar_id":"14c71614ddf0252a06612c9bde5c3c5d","location":"Moscow","contributions":4,"type":"User","login":"akzhan","email":"akzhan.abdulin@gmail.com"},{"name":"Christian Hølmer","company":"","gravatar_id":"62730e5a855160928795d718864d9512","location":"Copenhagen, Denmark","contributions":3,"type":"User","login":"hoelmer"},{"name":"Caio Tarifa","company":"Formaweb","gravatar_id":"c9b690697acb5ee1664e64a88c165e26","location":"Ribeirão Preto - SP","blog":"http://www.caiotarifa.com/","contributions":3,"type":"User","login":"caiotarifa","email":"caio@formaweb.com.br"},{"name":"Federico Romero","gravatar_id":"0394b2629cfc78b22094268973c57bf4","contributions":3,"type":"User","login":"federomero"},{"name":"Emanuele Vicentini","gravatar_id":"4a7070e4dc250fc62726d0de31cc33cb","location":"Italy","blog":"http://baldowl.github.com","contributions":3,"type":"User","login":"baldowl"},{"name":"Piotr Sarnacki","company":"Codemonium","gravatar_id":"582034b63279abeaa8e76acf12f5ee30","location":"Warszawa/Wrocław","blog":"http://piotrsarnacki.com/","contributions":3,"type":"User","login":"drogus","email":"drogus@gmail.com"},{"name":"Simao Belchior de Castro","company":"UNEP - WCMC","gravatar_id":"eab4941f437a0593bdf928c701a99681","location":"Cambridge, UK","contributions":2,"type":"User","login":"simaob","email":"simaobelchior@gmail.com"},{"name":"Alexey Shkolnikov","gravatar_id":"147934e01d531542ad49f9dbc2cb3e7b","location":"Moscow, Wastelands","blog":"twitter.com/skipfish","contributions":2,"type":"User","login":"grlm","email":"alex.shkolnikov@gmail.com"},{"gravatar_id":"ab8da7ddd57958bfc98473de107b544d","blog":"http://www.mengu.net","contributions":2,"type":"User","login":"mengu"},{"name":"Rodrigo Rosenfeld Rosas","company":"Geocontrol","gravatar_id":"7c110e6606bd4751a3261998ac6e6ee7","location":"Vitória-ES, Brazil","blog":"http://rosenfeld.heroku.com","contributions":2,"type":"User","login":"rosenfeld","email":"rr_rosas@yahoo.com.br"},{"name":"Jeroen van Dijk","company":"","gravatar_id":"3e626f6013805e96a95e999fc691b21f","location":"Amsterdam","blog":"","contributions":2,"type":"User","login":"jeroenvandijk"},{"name":"Ismael G Marin C","company":"http://www.visual-lab.com.mx","gravatar_id":"4f10a4d80ac242d4a99154265b7e5193","location":"Leon, Gto. Mexico","blog":"http://ismaelmarin.tumblr.com","contributions":1,"type":"User","login":"igmarin","email":"ismael.marin@gmail.com"},{"name":"Jeff Dutil","company":"Burlington Web Apps","gravatar_id":"3917b9c81197f1cd96f4546930b39d54","location":"Burlington, VT","contributions":1,"type":"User","login":"jdutil","email":"jdutil21+github@gmail.com"},{"name":"Jørgen Orehøj Erichsen","company":"erichsen.net","gravatar_id":"2f8f11ab83818a2861da96898dc60a3f","location":"Århus, Denmark","blog":"blog.erichsen.net","contributions":1,"type":"User","login":"joerichsen"},{"name":"Paweł Pacana","gravatar_id":"fcc3bb4ff848693a7532e74299aba106","location":"Wrocław","blog":"http://bitbucket.org/sensei","contributions":1,"type":"User","login":"pawelpacana"},{"name":"Nicolás Sanguinetti","company":"","gravatar_id":"e2eac01661fd490189a527b41c81a91c","location":"Montevideo, Uruguay","blog":"http://nicolassanguinetti.info","contributions":1,"type":"User","login":"foca","email":"hi@nicolassanguinetti.info"},{"name":"Lee Jarvis","company":"","gravatar_id":"56f47e52f3fe23f41d1bf00f88c5b1f4","location":"United Kingdom","blog":"http://injekt.net","contributions":1,"type":"User","login":"injekt","email":"lee@jarvis.co"},{"name":"Cameron Priest","company":"Ignite Interactive","gravatar_id":"13cf0a39656ef767858643ab24520d48","location":"New Zealand","contributions":1,"type":"User","login":"cameronpriest","email":"cameron@igniteinteractive.co.nz"},{"name":"Max Riveiro","company":"","gravatar_id":"aafc4ed0d6bdebb23074438a1c2717f1","location":"Moscow, Russia","blog":"http://twitter.com/HornedKavu","contributions":1,"type":"User","login":"kavu","email":"kavu13@gmail.com"},{"name":"Diego Carrion","company":"MouseOver Studio / Gonow","gravatar_id":"fc66c82eada8b3869009812a61cf5993","location":"Sao Paulo - Brazil","blog":"http://www.diegocarrion.com","contributions":1,"type":"User","login":"dcrec1","email":"dc.rec1@gmail.com"},{"gravatar_id":"4369f73d54d84e2f70e94a0ab3e12082","blog":"http://olympiad.posterous.com","contributions":1,"type":"User","login":"mankind"},{"name":"Maxwell Swadling","company":"Student","gravatar_id":"cb48a61b609aef465cf32ee8dcfbf657","location":"Australia","blog":"www.maxs.id.au","contributions":1,"type":"User","login":"MaxPow4h","email":"maxwell@maxs.id.au"},{"name":"Danil Pismenny","company":"ORIONET","gravatar_id":"2acd6312f73d16ce507b6e7cb7a3d548","location":"Cheboksary, Russia","blog":"dapi.ru","contributions":1,"type":"User","login":"dapi","email":"danil@orionet.ru"},{"name":"Andrey Samsonov","gravatar_id":"afbeac88d096ee5a31793d64d157b556","location":"Russia, Samara","contributions":1,"type":"User","login":"kryzhovnik","email":"andrey.samsonov@gmail.com"},{"name":"Mitko Kostov","company":"","gravatar_id":"f881b7a48bcf6f1982af055755ead15a","location":"Sofia, Bulgaria","blog":"http://mitkokostov.info","contributions":1,"type":"User","login":"mytrile","email":"mitko.kostov@gmail.com"},{"name":"Uģis Ozols","gravatar_id":"5cba606090e5f29f910274796748f20a","location":"Latvia","blog":"https://github.com/ugisozols","contributions":1,"type":"User","login":"ugisozols"},{"gravatar_id":"974dfefd383e9a95d65da3400df373e6","contributions":1,"type":"User","login":"dianakimball"},{"name":"Fernando García Samblas","company":"The Cocktail","gravatar_id":"75cf3e99d398f414c227a63bcdb46b51","location":"Madrid, Spain","blog":"http://nando.lacoctelera.com","contributions":1,"type":"User","login":"nando","email":"fernando.garcia@the-cocktail.com"},{"name":"","company":"Formaweb","gravatar_id":"43a468d6010a4e07c1ba0d2f0ffb3fc4","contributions":1,"type":"User","login":"matheusca","email":"matheus@formaweb.com.br"},{"name":"Tim","gravatar_id":"885554504a7b59a835ee8c8767c62dcd","contributions":1,"type":"User","login":"kollektiv"},{"name":"Крекотень Мар'ян (Krekoten' Marjan)","company":"Intensol","gravatar_id":"b9896d68cf7bc0ce7ecc46f6999791fa","location":"Kyiv, Ukraine","contributions":1,"type":"User","login":"krekoten","email":"krekoten@gmail.com"},{"name":"Marcin Ciunelis","company":"zubibu.com","gravatar_id":"5b815608afad7617eab04a64dd5405c4","location":"Gdańsk, Poland","blog":"martinciu.com","contributions":1,"type":"User","login":"martinciu","email":"marcin.ciunelis@gmail.com"}]}
@@ -0,0 +1 @@
1
+ {"delete_token":"uhihwkkkzu"}
@@ -0,0 +1 @@
1
+ {"emails":["sferik@gmail.com"]}
@@ -0,0 +1 @@
1
+ {"users":["puls","joearasin","webiest","burritovoltron","kevn","ephramzerb","pk","mmcgrana","intelliot","trafnar","hoverbird","collin","ryanemmm","joshbuddy","jaigouk","dianakimball","jamiew","bry4n","bumi","ruanwz","timtrueman","diegorv","gleuch","demet8","deepthawtz","bseanvt","reddavis","jackdempsey","aaronblohowiak","hasimo","heycarsten","smallacts","zacharyscott","railsjedi","hurrycane","cousinwil","minikermit","khreez","monteirobrena","benatkin","pengwynn","youreyeslie","maxogden","chadk","reddyonrails","webmaven","laserlemon","chachasikes","josepjaume","voltahouston","spagalloco","detierno","rednomad","filemon","slawosz","elliottcable","entangledstate","joshcarr","veganstraightedge","kcnickerson","kennethreitz","juno","surflightroy","AnthonyNystrom","shanlalit","fernyb","tembamazingi","itod","stefanfoulis","javierarce","mhaidarhanif","ctshryock","ntulip","foremire","ChaosSteffen","Raimondi","jcinteractive","nickludlam","patrickm","arikfr","lukaszkorecki","jwhitcraft","stevenh512","xen","filipeamoreira","martinciu","krekoten","sowawa","bhertach","Skipants","taylor","grlm","charlenopires","jamtur01","rdamen","jeffcarroll","miamiruby","toddsampson","vikingosegundo","jsmestad","stanislav","taniki","fabianoleite","soulim","devreq","mathieuravaux","mbmccormick","soarelenik","tonisuter","danmelton","CDC","pailoro","tocheskey","yuritomanek","mattb","benhodgson","thiagosouza","maxwell"]}
@@ -0,0 +1 @@
1
+ {"users":["rails","puls","wycats","dhh","jm3","joshsusser","nkallen","technoweenie","blaine","al3x","defunkt","schacon","bmizerany","rtomayko","jpr5","lholden","140proof","ephramzerb","carlhuda","carllerche","jnunemaker","josh","hoverbird","jamiew","jeremyevans","brynary","mojodna","mojombo","joshbuddy","igrigorik","perplexes","joearasin","hassox","nickmarden","pengwynn","mmcgrana","reddavis","reinh","mzsanford","aanand","pjhyett","kneath","tekkub","adamstac","timtrueman","aaronblohowiak","josevalim","kaapa","hurrycane","jackdempsey","drogus","cameronpriest","danmelton","marcel","r","atmos","mbleigh","isaacs","maxogden","codeforamerica","chadk","laserlemon","gruber","lsegal","bblimke","wayneeseguin","brixen","dkubb","bhb","bcardarella","elliottcable","fbjork","mlightner","dianakimball"]}
@@ -0,0 +1 @@
1
+ {"issue":{"gravatar_id":"9bee19040f2a9c6a901e33426a968135","position":10.0,"number":105,"votes":5,"created_at":"2010/10/03 11:36:43 -0700","comments":14,"body":"Hi,\n\nI just tried to play with this in an app with no ActiveRecord. I was disappointed. It seems the only reason the engine relies on AR is to provide History functionality. I would argue that having the History in a database, and therefore tying the app to AR & SQL, isn't worth it. How about we change it to just dump to a CSV and remove the AR dep?\n\n$0.02","title":"Use OrmAdapter instead of talking directly to ActiveRecord","updated_at":"2011/01/14 11:16:57 -0800","user":"ryana","labels":["@ml","enhancement"],"state":"open"}}
@@ -0,0 +1 @@
1
+ {"issues":[{"gravatar_id":"9bee19040f2a9c6a901e33426a968135","position":10.0,"number":105,"votes":5,"created_at":"2010/10/03 11:36:43 -0700","comments":14,"body":"Hi,\n\nI just tried to play with this in an app with no ActiveRecord. I was disappointed. It seems the only reason the engine relies on AR is to provide History functionality. I would argue that having the History in a database, and therefore tying the app to AR & SQL, isn't worth it. How about we change it to just dump to a CSV and remove the AR dep?\n\n$0.02","title":"Use OrmAdapter instead of talking directly to ActiveRecord","updated_at":"2011/01/14 11:16:57 -0800","user":"ryana","labels":["@ml","enhancement"],"state":"open"},{"gravatar_id":"07fb1f108e968f7b8573307eefddd66f","position":43.0,"number":220,"votes":1,"created_at":"2011/01/03 05:56:35 -0800","comments":3,"body":"Hi\r\n\r\nI added AbstracObject class to replace direct ActiveRecord calls in the controller. I moved the code for creating, updating and destroying from the controller to this class. AbstractObject should be good place for something like https://github.com/ianwhite/orm_adapter. I think that moving everything related to the history from MainController to AbstracObject is also good idea. ","title":"Abstract object","updated_at":"2011/01/06 07:14:22 -0800","user":"ml","labels":[],"state":"open"},{"gravatar_id":"cf68a0fe4901556a1665e4e154bfe7c8","position":144.0,"number":237,"votes":0,"created_at":"2011/01/10 20:10:15 -0800","comments":0,"body":"RailsAdmin::AbstractModel has a bug in it's \"all\" method. It searches for \"class <blah>\" inside <rails_root>/app/models/**/*.rb. However, some of those discoveries were inside comments/quotes.\r\n\r\nAs such, I've modified it to use the union of those finds and the result of Module.constants.\r\nI also added a bit of \"connascence\" in that I made the self.lookup method accept a true/false flag for determining when to throw an exception -- which it still does by default.\r\n\r\nCheers,\r\nJonathan\r\n\r\np.s.\r\n(I'm new to open-source, so feel free to give me feedback positive/negative.)\r\n","title":"Bug-Fix w/ discovering ActiveRecord models","updated_at":"2011/01/10 20:10:15 -0800","user":"JayTeeSF","labels":[],"state":"open"}]}
@@ -0,0 +1 @@
1
+ {"labels":["bug","enhancement","cleanup","investigate","documentation","@sferik","@kaapa","@hurrycane","@piotrj","@mattsears","@caboteria","@siong1987","@josh-k","@ml"]}
@@ -0,0 +1 @@
1
+ {"languages":{"Ruby":205046,"JavaScript":87125}}
@@ -0,0 +1 @@
1
+ {"network":[{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/18 08:46:35 -0800","url":"https://github.com/sferik/rails_admin","homepage":"","watchers":1325,"forks":114,"open_issues":44,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"has_issues":true,"size":2756,"private":false,"name":"rails_admin","owner":"sferik","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/08/10 09:05:02 -0700","url":"https://github.com/digx/rails_admin","homepage":"","watchers":1,"forks":1,"open_issues":0,"created_at":"2010/08/10 09:20:19 -0700","fork":true,"has_issues":false,"size":280,"private":false,"name":"rails_admin","owner":"digx","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/08/27 09:17:03 -0700","url":"https://github.com/galuto/rails_admin","homepage":"","watchers":1,"forks":1,"open_issues":0,"created_at":"2010/08/27 15:15:27 -0700","fork":true,"has_issues":false,"size":4132,"private":false,"name":"rails_admin","owner":"galuto","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/08/31 11:13:37 -0700","url":"https://github.com/lucasts/rails_admin","homepage":"","watchers":1,"forks":1,"open_issues":0,"created_at":"2010/09/02 19:12:40 -0700","fork":true,"has_issues":false,"size":5612,"private":false,"name":"rails_admin","owner":"lucasts","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/09/21 13:33:31 -0700","url":"https://github.com/drogus/rails_admin","homepage":"","watchers":4,"forks":1,"open_issues":0,"created_at":"2010/09/06 05:34:47 -0700","fork":true,"has_issues":false,"size":2144,"private":false,"name":"rails_admin","owner":"drogus","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2011/01/03 19:37:15 -0800","url":"https://github.com/kaapa/rails_admin","homepage":"","watchers":1,"forks":1,"open_issues":0,"created_at":"2010/09/08 14:45:43 -0700","fork":true,"has_issues":false,"size":256,"private":false,"name":"rails_admin","owner":"kaapa","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/09/08 22:23:40 -0700","url":"https://github.com/myabc/rails_admin","homepage":"","watchers":1,"forks":1,"open_issues":0,"created_at":"2010/09/10 04:34:57 -0700","fork":true,"has_issues":false,"size":6820,"private":false,"name":"rails_admin","owner":"myabc","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/09/22 20:27:31 -0700","url":"https://github.com/hassox/rails_admin","homepage":"","watchers":3,"forks":0,"open_issues":0,"created_at":"2010/09/14 03:05:52 -0700","fork":true,"has_issues":false,"size":3484,"private":false,"name":"rails_admin","owner":"hassox","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/12/13 18:56:27 -0800","url":"https://github.com/jackdempsey/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/09/17 15:53:26 -0700","fork":true,"has_issues":false,"size":112,"private":false,"name":"rails_admin","owner":"jackdempsey","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/09/27 10:59:30 -0700","url":"https://github.com/rafaalves/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/09/28 08:40:42 -0700","fork":true,"has_issues":false,"size":1528,"private":false,"name":"rails_admin","owner":"rafaalves","has_downloads":true,"description":"RailsAdmin"},{"has_wiki":true,"pushed_at":"2010/09/27 10:59:30 -0700","url":"https://github.com/alanmeira/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/09/29 12:02:34 -0700","fork":true,"has_issues":false,"size":1528,"private":false,"name":"rails_admin","owner":"alanmeira","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/09/27 10:59:30 -0700","url":"https://github.com/mks0101/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/09/29 14:52:46 -0700","fork":true,"has_issues":false,"size":1528,"private":false,"name":"rails_admin","owner":"mks0101","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/10/01 09:17:37 -0700","url":"https://github.com/hoelmer/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/10/01 06:56:36 -0700","fork":true,"has_issues":false,"size":1440,"private":false,"name":"rails_admin","owner":"hoelmer","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/10/04 17:43:02 -0700","url":"https://github.com/matheusca/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/10/04 17:41:04 -0700","fork":true,"has_issues":false,"size":1320,"private":false,"name":"rails_admin","owner":"matheusca","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/10/06 20:07:01 -0700","url":"https://github.com/robertd/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/10/07 08:14:16 -0700","fork":true,"has_issues":false,"size":2736,"private":false,"name":"rails_admin","owner":"robertd","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 13:29:00 -0800","url":"https://github.com/caiotarifa/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/10/12 20:37:45 -0700","fork":true,"has_issues":false,"size":184,"private":false,"name":"rails_admin","owner":"caiotarifa","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/10/11 18:10:31 -0700","url":"https://github.com/pilhofer/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/10/14 13:01:18 -0700","fork":true,"has_issues":false,"size":3192,"private":false,"name":"rails_admin","owner":"pilhofer","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 20:01:33 -0800","url":"https://github.com/ccabot/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/03 14:58:44 -0700","fork":true,"has_issues":false,"size":476,"private":false,"name":"rails_admin","owner":"ccabot","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/07 18:18:55 -0800","url":"https://github.com/dianakimball/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/07 17:29:34 -0800","fork":true,"has_issues":false,"size":1576,"private":false,"name":"rails_admin","owner":"dianakimball","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/11 10:48:49 -0800","url":"https://github.com/foca/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/10 11:09:10 -0800","fork":true,"has_issues":false,"size":1648,"private":false,"name":"rails_admin","owner":"foca","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/13 05:24:25 -0800","url":"https://github.com/oivoodoo/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/13 11:10:24 -0800","fork":true,"has_issues":false,"size":6792,"private":false,"name":"rails_admin","owner":"oivoodoo","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/13 05:24:25 -0800","url":"https://github.com/shaug/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/14 21:42:43 -0800","fork":true,"has_issues":false,"size":6792,"private":false,"name":"rails_admin","owner":"shaug","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/21 08:43:40 -0800","url":"https://github.com/rainly/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/22 01:22:27 -0800","fork":true,"has_issues":false,"size":8212,"private":false,"name":"rails_admin","owner":"rainly","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/20 23:19:53 -0800","url":"https://github.com/baldowl/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/25 01:35:09 -0800","fork":true,"has_issues":false,"size":100,"private":false,"name":"rails_admin","owner":"baldowl","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/08 03:46:18 -0800","url":"https://github.com/kavu/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/29 02:53:45 -0800","fork":true,"has_issues":false,"size":1724,"private":false,"name":"rails_admin","owner":"kavu","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/13 07:54:13 -0800","url":"https://github.com/slawosz/rails_admin","homepage":"","watchers":2,"forks":0,"open_issues":0,"created_at":"2010/11/29 06:58:20 -0800","fork":true,"has_issues":false,"size":2424,"private":false,"name":"rails_admin","owner":"slawosz","has_downloads":true,"description":"my fork, original description: RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/11/29 15:36:22 -0800","url":"https://github.com/dinhhai/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/11/29 20:17:25 -0800","fork":true,"has_issues":false,"size":8788,"private":false,"name":"rails_admin","owner":"dinhhai","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/13 14:40:38 -0800","url":"https://github.com/federomero/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/07 20:09:09 -0800","fork":true,"has_issues":false,"size":156,"private":false,"name":"rails_admin","owner":"federomero","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/05 10:09:29 -0800","url":"https://github.com/grigio/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/08 13:21:14 -0800","fork":true,"has_issues":false,"size":212,"private":false,"name":"rails_admin","owner":"grigio","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/08 18:58:56 -0800","url":"https://github.com/sbusso/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/09 05:53:01 -0800","fork":true,"has_issues":false,"size":760,"private":false,"name":"rails_admin","owner":"sbusso","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/12 23:11:30 -0800","url":"https://github.com/base16soft/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/13 10:02:58 -0800","fork":true,"has_issues":false,"size":916,"private":false,"name":"rails_admin","owner":"base16soft","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 03:31:39 -0800","url":"https://github.com/jeroenvandijk/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/15 08:40:59 -0800","fork":true,"has_issues":false,"size":1148,"private":false,"name":"rails_admin","owner":"jeroenvandijk","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/15 18:31:58 -0800","url":"https://github.com/josal/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 02:27:24 -0800","fork":true,"has_issues":false,"size":1264,"private":false,"name":"rails_admin","owner":"josal","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 07:21:20 -0800","url":"https://github.com/krekoten/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 06:50:05 -0800","fork":true,"has_issues":false,"size":1852,"private":false,"name":"rails_admin","owner":"krekoten","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 05:22:34 -0800","url":"https://github.com/mrjabba/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 08:25:17 -0800","fork":true,"has_issues":false,"size":1264,"private":false,"name":"rails_admin","owner":"mrjabba","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 05:22:34 -0800","url":"https://github.com/jpfuentes2/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 08:43:36 -0800","fork":true,"has_issues":false,"size":1264,"private":false,"name":"rails_admin","owner":"jpfuentes2","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 05:22:34 -0800","url":"https://github.com/wfarr/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 08:56:53 -0800","fork":true,"has_issues":false,"size":1264,"private":false,"name":"rails_admin","owner":"wfarr","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 11:28:59 -0800","url":"https://github.com/marcusmateus/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 12:56:01 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"marcusmateus","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 14:26:17 -0800","url":"https://github.com/martinciu/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 13:03:22 -0800","fork":true,"has_issues":false,"size":2112,"private":false,"name":"rails_admin","owner":"martinciu","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 14:00:39 -0800","url":"https://github.com/cameronpriest/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 14:26:20 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"cameronpriest","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 14:38:21 -0800","url":"https://github.com/thedelchop/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 17:41:49 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"thedelchop","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/16 19:25:12 -0800","url":"https://github.com/aliix/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/16 19:56:20 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"aliix","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 01:02:54 -0800","url":"https://github.com/joerichsen/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 01:02:03 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"joerichsen","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/22 08:02:04 -0800","url":"https://github.com/joshk/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 04:40:47 -0800","fork":true,"has_issues":false,"size":2548,"private":false,"name":"rails_admin","owner":"joshk","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 08:15:55 -0800","url":"https://github.com/igmarin/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 07:54:06 -0800","fork":true,"has_issues":false,"size":2636,"private":false,"name":"rails_admin","owner":"igmarin","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 05:08:20 -0800","url":"https://github.com/filiperocha/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 08:10:33 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"filiperocha","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 05:08:20 -0800","url":"https://github.com/chewbranca/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 09:09:01 -0800","fork":true,"has_issues":false,"size":1928,"private":false,"name":"rails_admin","owner":"chewbranca","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/16 04:45:10 -0800","url":"https://github.com/ml/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 13:01:32 -0800","fork":true,"has_issues":false,"size":3212,"private":false,"name":"rails_admin","owner":"ml","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 17:05:09 -0800","url":"https://github.com/mattsears/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 16:30:00 -0800","fork":true,"has_issues":false,"size":104,"private":false,"name":"rails_admin","owner":"mattsears","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 14:13:26 -0800","url":"https://github.com/Epictetus/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 17:03:29 -0800","fork":true,"has_issues":false,"size":2688,"private":false,"name":"rails_admin","owner":"Epictetus","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 14:13:26 -0800","url":"https://github.com/tavon/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 19:50:43 -0800","fork":true,"has_issues":false,"size":2688,"private":false,"name":"rails_admin","owner":"tavon","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/17 14:13:26 -0800","url":"https://github.com/rdt1/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/17 22:21:12 -0800","fork":true,"has_issues":false,"size":2688,"private":false,"name":"rails_admin","owner":"rdt1","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2010/12/18 09:26:15 -0800","url":"https://github.com/simaob/rails_admin","homepage":"","watchers":2,"forks":1,"open_issues":0,"created_at":"2010/12/18 07:03:04 -0800","fork":true,"has_issues":false,"size":152,"private":false,"name":"rails_admin","owner":"simaob","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/08 03:45:16 -0800","url":"https://github.com/piotrj/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 08:08:01 -0800","fork":true,"has_issues":false,"size":940,"private":false,"name":"rails_admin","owner":"piotrj","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/18 09:37:09 -0800","url":"https://github.com/simonista/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 09:41:56 -0800","fork":true,"has_issues":false,"size":2688,"private":false,"name":"rails_admin","owner":"simonista","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":false,"pushed_at":"2010/12/18 09:37:09 -0800","url":"https://github.com/floChip/rails_admin","organization":"floChip","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 10:48:40 -0800","fork":true,"has_issues":false,"size":2688,"private":false,"name":"rails_admin","owner":"floChip","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/18 15:11:32 -0800","url":"https://github.com/mankind/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 13:46:08 -0800","fork":true,"has_issues":false,"size":388,"private":false,"name":"rails_admin","owner":"mankind","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/19 04:28:20 -0800","url":"https://github.com/mengu/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 16:56:49 -0800","fork":true,"has_issues":false,"size":396,"private":false,"name":"rails_admin","owner":"mengu","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/18 18:26:38 -0800","url":"https://github.com/tubbo/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/18 19:04:22 -0800","fork":true,"has_issues":false,"size":356,"private":false,"name":"rails_admin","owner":"tubbo","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/22 16:52:14 -0800","url":"https://github.com/hurrycane/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/19 02:49:17 -0800","fork":true,"has_issues":false,"size":496,"private":false,"name":"rails_admin","owner":"hurrycane","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/19 07:53:35 -0800","url":"https://github.com/dalexandre/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/19 12:29:33 -0800","fork":true,"has_issues":false,"size":356,"private":false,"name":"rails_admin","owner":"dalexandre","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/24 11:24:16 -0800","url":"https://github.com/edwinmoss/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/20 04:24:28 -0800","fork":true,"has_issues":false,"size":512,"private":false,"name":"rails_admin","owner":"edwinmoss","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/10 18:08:02 -0800","url":"https://github.com/akitaonrails/rails_admin","homepage":"","watchers":13,"forks":1,"open_issues":0,"created_at":"2010/12/20 05:15:37 -0800","fork":true,"has_issues":false,"size":4708,"private":false,"name":"rails_admin","owner":"akitaonrails","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/20 15:25:56 -0800","url":"https://github.com/pzhang/rails_admin","homepage":"","watchers":2,"forks":0,"open_issues":0,"created_at":"2010/12/20 15:40:36 -0800","fork":true,"has_issues":false,"size":652,"private":false,"name":"rails_admin","owner":"pzhang","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/21 08:17:46 -0800","url":"https://github.com/bfeigin/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/21 10:05:30 -0800","fork":true,"has_issues":false,"size":1220,"private":false,"name":"rails_admin","owner":"bfeigin","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/21 13:59:43 -0800","url":"https://github.com/mytrile/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/21 12:28:30 -0800","fork":true,"has_issues":false,"size":1220,"private":false,"name":"rails_admin","owner":"mytrile","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/10 10:45:25 -0800","url":"https://github.com/dcrec1/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/21 15:55:15 -0800","fork":true,"has_issues":false,"size":1468,"private":false,"name":"rails_admin","owner":"dcrec1","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/22 02:17:07 -0800","url":"https://github.com/guidefreitas/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/22 02:38:45 -0800","fork":true,"has_issues":false,"size":3808,"private":false,"name":"rails_admin","owner":"guidefreitas","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/22 10:30:43 -0800","url":"https://github.com/pedrobrasileiro/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/22 10:44:13 -0800","fork":true,"has_issues":false,"size":1304,"private":false,"name":"rails_admin","owner":"pedrobrasileiro","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 17:54:58 -0800","url":"https://github.com/sprout/rails_admin","organization":"sprout","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/22 17:39:50 -0800","fork":true,"has_issues":false,"size":2056,"private":false,"name":"rails_admin","owner":"sprout","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 18:24:17 -0800","url":"https://github.com/charlenopires/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/23 21:09:22 -0800","fork":true,"has_issues":false,"size":2020,"private":false,"name":"rails_admin","owner":"charlenopires","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 18:24:17 -0800","url":"https://github.com/mgrigajtis/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/23 21:53:19 -0800","fork":true,"has_issues":false,"size":2020,"private":false,"name":"rails_admin","owner":"mgrigajtis","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 22:45:14 -0800","url":"https://github.com/kollektiv/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/23 22:24:46 -0800","fork":true,"has_issues":false,"size":2112,"private":false,"name":"rails_admin","owner":"kollektiv","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/23 18:24:17 -0800","url":"https://github.com/michelbrito/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/24 04:34:07 -0800","fork":true,"has_issues":false,"size":2020,"private":false,"name":"rails_admin","owner":"michelbrito","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/24 17:37:33 -0800","url":"https://github.com/abdul/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/24 22:32:52 -0800","fork":true,"has_issues":false,"size":2300,"private":false,"name":"rails_admin","owner":"abdul","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/24 23:18:14 -0800","url":"https://github.com/ecleel/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/25 02:28:53 -0800","fork":true,"has_issues":false,"size":2300,"private":false,"name":"rails_admin","owner":"ecleel","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/25 15:38:07 -0800","url":"https://github.com/rosenfeld/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/25 14:52:03 -0800","fork":true,"has_issues":false,"size":2248,"private":false,"name":"rails_admin","owner":"rosenfeld","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/24 23:18:14 -0800","url":"https://github.com/joelsouza/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/26 05:41:11 -0800","fork":true,"has_issues":false,"size":2300,"private":false,"name":"rails_admin","owner":"joelsouza","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/26 12:45:53 -0800","url":"https://github.com/bees/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/26 11:25:26 -0800","fork":true,"has_issues":false,"size":2328,"private":false,"name":"rails_admin","owner":"bees","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/26 14:54:54 -0800","url":"https://github.com/suhaspnehete/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/26 22:26:04 -0800","fork":true,"has_issues":false,"size":2376,"private":false,"name":"rails_admin","owner":"suhaspnehete","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/30 01:38:23 -0800","url":"https://github.com/nando/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/27 01:01:59 -0800","fork":true,"has_issues":false,"size":2380,"private":false,"name":"rails_admin","owner":"nando","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/28 13:28:41 -0800","url":"https://github.com/lannon/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/28 13:24:01 -0800","fork":true,"has_issues":false,"size":1380,"private":false,"name":"rails_admin","owner":"lannon","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/28 12:31:22 -0800","url":"https://github.com/navseeker/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/28 14:02:48 -0800","fork":true,"has_issues":false,"size":2584,"private":false,"name":"rails_admin","owner":"navseeker","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/28 18:50:16 -0800","url":"https://github.com/pailoro/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/29 15:34:50 -0800","fork":true,"has_issues":false,"size":1444,"private":false,"name":"rails_admin","owner":"pailoro","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/30 06:12:20 -0800","url":"https://github.com/benlovell/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2010/12/30 06:08:06 -0800","fork":true,"has_issues":false,"size":1600,"private":false,"name":"rails_admin","owner":"benlovell","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/02 04:11:34 -0800","url":"https://github.com/amasses/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/02 03:29:48 -0800","fork":true,"has_issues":false,"size":1840,"private":false,"name":"rails_admin","owner":"amasses","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2010/12/30 18:25:37 -0800","url":"https://github.com/nc/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/02 05:17:44 -0800","fork":true,"has_issues":false,"size":1644,"private":false,"name":"rails_admin","owner":"nc","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/04 01:50:40 -0800","url":"https://github.com/dapi/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/03 13:00:57 -0800","fork":true,"has_issues":false,"size":1940,"private":false,"name":"rails_admin","owner":"dapi","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/12 23:17:15 -0800","url":"https://github.com/akzhan/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/04 04:30:57 -0800","fork":true,"has_issues":false,"size":1992,"private":false,"name":"rails_admin","owner":"akzhan","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/04 10:38:14 -0800","url":"https://github.com/mlightner/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/04 12:44:49 -0800","fork":true,"has_issues":false,"size":2004,"private":false,"name":"rails_admin","owner":"mlightner","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/05 16:39:28 -0800","url":"https://github.com/jaqbeu/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/06 06:33:34 -0800","fork":true,"has_issues":false,"size":2152,"private":false,"name":"rails_admin","owner":"jaqbeu","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/15 09:51:15 -0800","url":"https://github.com/prami/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/07 13:23:31 -0800","fork":true,"has_issues":false,"size":2188,"private":false,"name":"rails_admin","owner":"prami","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/06 16:44:52 -0800","url":"https://github.com/albertobarrila/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/08 10:02:36 -0800","fork":true,"has_issues":false,"size":2252,"private":false,"name":"rails_admin","owner":"albertobarrila","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/08 13:16:34 -0800","url":"https://github.com/jdutil/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/08 13:14:50 -0800","fork":true,"has_issues":false,"size":2204,"private":false,"name":"rails_admin","owner":"jdutil","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/10 23:14:08 -0800","url":"https://github.com/JayTeeSF/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/08 21:12:35 -0800","fork":true,"has_issues":false,"size":2248,"private":false,"name":"rails_admin","owner":"JayTeeSF","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/15 20:12:08 -0800","url":"https://github.com/rodrigoscna/RailsAdmin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/09 10:14:03 -0800","fork":true,"has_issues":false,"size":2240,"private":false,"name":"RailsAdmin","owner":"rodrigoscna","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"pushed_at":"2011/01/09 14:35:49 -0800","url":"https://github.com/rahult/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/09 15:34:43 -0800","fork":true,"has_issues":false,"size":2276,"private":false,"name":"rails_admin","owner":"rahult","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/09 14:35:49 -0800","url":"https://github.com/xpresso/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/10 07:17:15 -0800","fork":true,"has_issues":false,"size":2276,"private":false,"name":"rails_admin","owner":"xpresso","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/10 13:43:15 -0800","url":"https://github.com/dark4eg/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/10 19:21:38 -0800","fork":true,"has_issues":false,"size":2276,"private":false,"name":"rails_admin","owner":"dark4eg","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/17 01:03:02 -0800","url":"https://github.com/buyaka/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 00:46:03 -0800","fork":true,"has_issues":false,"size":2312,"private":false,"name":"rails_admin","owner":"buyaka","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/11 07:58:07 -0800","url":"https://github.com/kimptoc/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 05:47:30 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"kimptoc","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/11 07:58:07 -0800","url":"https://github.com/fabiokr/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 13:50:28 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"fabiokr","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/11 07:58:07 -0800","url":"https://github.com/celo/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 14:28:25 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"celo","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/15 14:27:41 -0800","url":"https://github.com/kryzhovnik/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 17:48:41 -0800","fork":true,"has_issues":false,"size":2368,"private":false,"name":"rails_admin","owner":"kryzhovnik","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/12 18:01:52 -0800","url":"https://github.com/samcea/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/12 18:47:20 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"samcea","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/17 11:43:30 -0800","url":"https://github.com/brighton-agency/rails_admin","homepage":"","watchers":2,"forks":0,"open_issues":0,"created_at":"2011/01/13 06:05:14 -0800","fork":true,"has_issues":false,"size":2644,"private":false,"name":"rails_admin","owner":"brighton-agency","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/13 20:01:24 -0800","url":"https://github.com/capotej/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/13 19:44:40 -0800","fork":true,"has_issues":false,"size":2328,"private":false,"name":"rails_admin","owner":"capotej","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/12 18:01:52 -0800","url":"https://github.com/andersjanmyr/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/14 05:59:24 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"andersjanmyr","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/12 18:01:52 -0800","url":"https://github.com/stevenjenkins/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/14 07:08:36 -0800","fork":true,"has_issues":false,"size":2388,"private":false,"name":"rails_admin","owner":"stevenjenkins","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/15 05:56:38 -0800","url":"https://github.com/lucassimao/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/16 13:39:28 -0800","fork":true,"has_issues":false,"size":2444,"private":false,"name":"rails_admin","owner":"lucassimao","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/16 13:47:56 -0800","url":"https://github.com/tdreyno/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/16 15:19:26 -0800","fork":true,"has_issues":false,"size":2488,"private":false,"name":"rails_admin","owner":"tdreyno","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},{"has_wiki":true,"language":"Ruby","pushed_at":"2011/01/16 13:47:56 -0800","url":"https://github.com/bearwithclaws/rails_admin","homepage":"","watchers":1,"forks":0,"open_issues":0,"created_at":"2011/01/17 08:47:28 -0800","fork":true,"has_issues":false,"size":2488,"private":false,"name":"rails_admin","owner":"bearwithclaws","has_downloads":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"}]}
@@ -0,0 +1 @@
1
+ {"commits":[{"parents":[["d9cc13475042b5d006e8111ae2bd6feaec9f9e95",780,0]],"author":"Rodrigo Rosenfeld Rosas","time":786,"id":"a17e82f61226771304cea5e798ca17ddda2246cd","date":"2010-12-25 14:58:19","gravatar":"7c110e6606bd4751a3261998ac6e6ee7","space":39,"message":"Remove Rodrigo Rosenfeld Rosas from the mentors list","login":"rosenfeld"},{"parents":[["a17e82f61226771304cea5e798ca17ddda2246cd",786,39]],"author":"Rodrigo Rosenfeld Rosas","time":787,"id":"52ef4ba67202f8a1e32516b2b3a84a1cb5c791ea","date":"2010-12-25 15:37:59","gravatar":"7c110e6606bd4751a3261998ac6e6ee7","space":39,"message":"Updates pt-BR translations","login":"rosenfeld"},{"parents":[["d9cc13475042b5d006e8111ae2bd6feaec9f9e95",780,0]],"author":"Rodrigo Rosenfeld Rosas","time":788,"id":"920ab21f542e9b364d9231c128647ca00b8fb187","date":"2010-12-26 08:43:25","gravatar":"7c110e6606bd4751a3261998ac6e6ee7","space":0,"message":"Remove Rodrigo Rosenfeld Rosas from the mentors list","login":"rosenfeld"},{"parents":[["920ab21f542e9b364d9231c128647ca00b8fb187",788,0]],"author":"Rodrigo Rosenfeld Rosas","time":789,"id":"0cd178664beb36d716c6aac5f7bfc721cdd8d746","date":"2010-12-26 08:43:26","gravatar":"7c110e6606bd4751a3261998ac6e6ee7","space":0,"message":"Updates pt-BR translations","login":"rosenfeld"},{"parents":[["0cd178664beb36d716c6aac5f7bfc721cdd8d746",789,0],["6cdf0689d52714f9040395b6e7d8e11b2a1e5279",785,4]],"author":"Erik Michaels-Ober","time":790,"id":"bae06b1a14cdc055508f9dfc1f2d13a522265c08","date":"2010-12-26 08:47:36","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'unbundle_ckeditor' of https://github.com/akitaonrails/rails_admin into akitaonrails-unbundle_ckeditor","login":"sferik"},{"parents":[["bae06b1a14cdc055508f9dfc1f2d13a522265c08",790,0]],"author":"Bernhard Essl","time":791,"id":"5b0922ee102c3bd7ad8c1b1a281a713e5ebb4f00","date":"2010-12-26 12:12:24","gravatar":"f8c5dcc5f11e26a24b863c264671a234","space":38,"message":"add german translation files","login":""},{"parents":[["bae06b1a14cdc055508f9dfc1f2d13a522265c08",790,0]],"author":"Bernhard Essl","time":792,"id":"ce8d0b2aed1b12141dc92e40b9a092c26f08572b","date":"2010-12-26 12:49:39","gravatar":"f8c5dcc5f11e26a24b863c264671a234","space":0,"message":"add german translation files","login":""},{"parents":[["ce8d0b2aed1b12141dc92e40b9a092c26f08572b",792,0],["25944367bd449e0f6107c24136be4404da89d13f",772,2]],"author":"toby cabot","time":793,"id":"c2c8568c820f3c6798288d15d0e9e0e2381f7821","date":"2010-12-26 14:36:12","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"Merge branch 'railsy_routes'","login":"caboteria"},{"parents":[["c2c8568c820f3c6798288d15d0e9e0e2381f7821",793,0]],"author":"toby cabot","time":794,"id":"36b6a5f4e67008ea25ae4db1775421a4aafbd70f","date":"2010-12-26 14:54:33","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"fix German translations so they don't override English","login":"caboteria"},{"parents":[["36b6a5f4e67008ea25ae4db1775421a4aafbd70f",794,0]],"author":"Fernando García Samblas","time":795,"id":"5589bf5f5c479105a831cde44bd6bf3425c2e87f","date":"2010-12-27 12:35:16","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":35,"message":"Check Devise presence before retrieving its resource","login":"nando"},{"parents":[["36b6a5f4e67008ea25ae4db1775421a4aafbd70f",794,0]],"author":"toby cabot","time":796,"id":"af693ad7f9568493d6eb6d09c30d1ddee249e804","date":"2010-12-27 17:12:29","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"issue 197, per bjeanes, make routes more restful","login":"caboteria"},{"parents":[["af693ad7f9568493d6eb6d09c30d1ddee249e804",796,0]],"author":"toby cabot","time":797,"id":"70426721d800543c52594e3cc654d10de5634e35","date":"2010-12-27 17:13:31","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"fix 404's caused by removal of ckeditor","login":"caboteria"},{"parents":[["70426721d800543c52594e3cc654d10de5634e35",797,0]],"author":"toby cabot","time":798,"id":"87f3fd009f2c209449c0a623071b2f05e6b83249","date":"2010-12-27 20:04:02","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"cleanup from earlier routing changes: fix delete link on edit pages","login":"caboteria"},{"parents":[["87f3fd009f2c209449c0a623071b2f05e6b83249",798,0]],"author":"toby cabot","time":799,"id":"bdf3d6fe89402e63f225d8b425f4647b2ac1c9cd","date":"2010-12-27 20:25:53","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"more routes cleanup: now that we're restful we need to GET xhr updates","login":"caboteria"},{"parents":[["bdf3d6fe89402e63f225d8b425f4647b2ac1c9cd",799,0]],"author":"toby cabot","time":800,"id":"f9d74eb1d1329f7ac6b1bf67ff253948d2ea7694","date":"2010-12-28 08:25:53","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":0,"message":"partial revert of 5a1e0cc which broke the dashboard history slider","login":"ccabot"},{"parents":[["b866dc189c45bd376a5385796ad2c25e2f46a025",770,0]],"author":"Matt Sears","time":801,"id":"db004a2f9deee28e0e76193e3cf4a5c00c7128aa","date":"2010-12-28 11:33:38","gravatar":"dcee1cb611931f35e6e2963d13b29573","space":1,"message":"Add constant for the set of attributes the History class should ignore","login":"mattsears"},{"parents":[["db004a2f9deee28e0e76193e3cf4a5c00c7128aa",801,1]],"author":"Matt Sears","time":802,"id":"adba8fd310a3e023bce6160e025f929dc2099f38","date":"2010-12-28 11:34:54","gravatar":"dcee1cb611931f35e6e2963d13b29573","space":1,"message":"Add specs for recording has_many association changes for basic updating","login":"mattsears"},{"parents":[["adba8fd310a3e023bce6160e025f929dc2099f38",802,1]],"author":"Matt Sears","time":803,"id":"458063a08a651f13754526085bc93d57e02272dc","date":"2010-12-28 11:39:57","gravatar":"dcee1cb611931f35e6e2963d13b29573","space":1,"message":"Add history messages when has_many associations are added or removed; changes to assococations are also logged","login":"mattsears"},{"parents":[["f9d74eb1d1329f7ac6b1bf67ff253948d2ea7694",800,0],["458063a08a651f13754526085bc93d57e02272dc",803,1]],"author":"Matt Sears","time":804,"id":"b4dccd1c1cbac44eeaf625535fc9f48fe35e34b4","date":"2010-12-28 11:40:53","gravatar":"dcee1cb611931f35e6e2963d13b29573","space":0,"message":"Merge branch 'has_many_history'","login":"mattsears"},{"parents":[["b4dccd1c1cbac44eeaf625535fc9f48fe35e34b4",804,0]],"author":"Matt Sears","time":805,"id":"da71a3ccd99bb12cc684c26aa8dcc88ca0af7c80","date":"2010-12-28 12:31:19","gravatar":"dcee1cb611931f35e6e2963d13b29573","space":0,"message":"Remove documentation related to using an accessor in the config dsl since it's not supported","login":"mattsears"},{"parents":[["da71a3ccd99bb12cc684c26aa8dcc88ca0af7c80",805,0]],"author":"lannon","time":806,"id":"bddd51cd417468051599f16b27f643d40fe4ebfb","date":"2010-12-28 13:28:05","gravatar":"21c5e2571e7cd71291bb4c23f99477de","space":37,"message":"can't figure out how to customize assets","login":"lannon"},{"parents":[["da71a3ccd99bb12cc684c26aa8dcc88ca0af7c80",805,0]],"author":"toby cabot","time":807,"id":"59cc2f74da2a58c021ecd1a2835d7a310fa026bf","date":"2010-12-28 17:48:16","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"fix for Ruby 1.8.7","login":"caboteria"},{"parents":[["59cc2f74da2a58c021ecd1a2835d7a310fa026bf",807,0]],"author":"Petteri Kääpä","time":808,"id":"bb630679bbad1684fec5e57c91a0373e2903e26e","date":"2010-12-28 18:16:12","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Has-many and has-and-belongs-to-many form widgets are required to submit","login":"kaapa"},{"parents":[["bb630679bbad1684fec5e57c91a0373e2903e26e",808,0]],"author":"Petteri Kääpä","time":809,"id":"c44dcc7a0c2bdeadf684d886638addebabd522cf","date":"2010-12-28 18:34:10","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Continue removing documentation related to using an accessor, see commit","login":"kaapa"},{"parents":[["c44dcc7a0c2bdeadf684d886638addebabd522cf",809,0]],"author":"Sławosz Sławiński","time":810,"id":"cb7eaa6d0797bdb9fda2f5a9c95a5b94b5b9db23","date":"2010-12-29 07:09:04","gravatar":"4f0352566f95bfdae627a538521833ad","space":14,"message":"documentation and failling specs for first case of customization","login":"slawosz"},{"parents":[["c44dcc7a0c2bdeadf684d886638addebabd522cf",809,0]],"author":"Fernando García Samblas","time":811,"id":"004404d77834f8018362ba30d7338c2976072c2b","date":"2010-12-29 09:46:46","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":36,"message":"Check Devise presence before retrieving its resource","login":"nando"},{"parents":[["c44dcc7a0c2bdeadf684d886638addebabd522cf",809,0]],"author":"Petteri Kääpä","time":812,"id":"9da54620602edabccabca401bf83462a2e51c795","date":"2010-12-29 17:02:59","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":2,"message":"Remove equal sign postfixed writers from config DSL","login":"kaapa"},{"parents":[["5589bf5f5c479105a831cde44bd6bf3425c2e87f",795,35],["004404d77834f8018362ba30d7338c2976072c2b",811,36]],"author":"Fernando García Samblas","time":813,"id":"cf8675e4255e9d0d6bc9b65fe4165ed0d6bdf563","date":"2010-12-30 00:59:16","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":35,"message":"Merge branch 'master' of github.com:nando/rails_admin","login":"nando"},{"parents":[["cf8675e4255e9d0d6bc9b65fe4165ed0d6bdf563",813,35]],"author":"Fernando García Samblas","time":814,"id":"8875664676c88fa73151e46cf959a78d70875d2a","date":"2010-12-30 01:03:04","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":35,"message":"Check if current_user is there before calling it","login":"nando"},{"parents":[["8875664676c88fa73151e46cf959a78d70875d2a",814,35]],"author":"Fernando García Samblas","time":815,"id":"777c6a239c31bc8de34f6e36647d05693faed95f","date":"2010-12-30 01:03:54","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":35,"message":"Removed two duplicated titles","login":"nando"},{"parents":[["c44dcc7a0c2bdeadf684d886638addebabd522cf",809,0]],"author":"Fernando García Samblas","time":816,"id":"ce4794199271145bd736e948a9c4746aa0a6dd76","date":"2010-12-30 01:37:16","gravatar":"75cf3e99d398f414c227a63bcdb46b51","space":1,"message":"Removed two duplicated titles","login":"nando"},{"parents":[["c44dcc7a0c2bdeadf684d886638addebabd522cf",809,0]],"author":"Petteri Kääpä","time":817,"id":"d0eac6ec30a81e0b4cd88cba276472133e7a08d6","date":"2010-12-30 04:47:24","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Store association field groups as symbols instead of strings, fixes #210","login":"kaapa"},{"parents":[["d0eac6ec30a81e0b4cd88cba276472133e7a08d6",817,0]],"author":"benlovell","time":818,"id":"3db4753e158cec8912a20b6aee4f8a3f94ebc89c","date":"2010-12-30 06:12:13","gravatar":"146e52d49d361f85c0945487452fc6a0","space":34,"message":"testing","login":"benlovell"},{"parents":[["d0eac6ec30a81e0b4cd88cba276472133e7a08d6",817,0],["ce4794199271145bd736e948a9c4746aa0a6dd76",816,1]],"author":"Erik Michaels-Ober","time":819,"id":"a31a87667278c7e83bf54214e189e44b534761d7","date":"2010-12-30 07:14:08","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":1,"message":"Merge branch 'issue_titles' of https://github.com/nando/rails_admin into nando-issue_titles","login":"sferik"},{"parents":[["d0eac6ec30a81e0b4cd88cba276472133e7a08d6",817,0]],"author":"toby cabot","time":820,"id":"927304ce6faab1b129b9c2d76598597eb6981b1b","date":"2010-12-30 07:49:05","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"issue 214, per kaerast: fix typo \"wither\" -> \"either\"","login":"caboteria"},{"parents":[["927304ce6faab1b129b9c2d76598597eb6981b1b",820,0],["a31a87667278c7e83bf54214e189e44b534761d7",819,1]],"author":"toby cabot","time":821,"id":"2452e8a988f0fc81c91a9ec03833d2fef9a56d12","date":"2010-12-30 07:53:19","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"Merge branch 'master' of github-ccabot:sferik/rails_admin","login":"caboteria"},{"parents":[["cb7eaa6d0797bdb9fda2f5a9c95a5b94b5b9db23",810,14]],"author":"Sławosz Sławiński","time":822,"id":"348299e4c10d59beeabd5b868d5522c332ad0767","date":"2010-12-30 08:24:01","gravatar":"4f0352566f95bfdae627a538521833ad","space":14,"message":"plain spec for fields","login":"slawosz"},{"parents":[["348299e4c10d59beeabd5b868d5522c332ad0767",822,14]],"author":"Sławosz Sławiński","time":823,"id":"2f7e357cb8f2f52cc22586327e3ac7f514840c52","date":"2010-12-30 08:24:13","gravatar":"4f0352566f95bfdae627a538521833ad","space":14,"message":"improved docs","login":"slawosz"},{"parents":[["d0eac6ec30a81e0b4cd88cba276472133e7a08d6",817,0]],"author":"Petteri Kääpä","time":824,"id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097","date":"2010-12-30 18:23:28","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":7,"message":"Support composite primary keys","login":"kaapa"},{"parents":[["1ee56dfdb3357258b133591c175d5c88450c89ae",758,41]],"author":"Mark Sears","time":825,"id":"5eeac4c71f81c94180a3ab98252d9f6898636989","date":"2010-12-30 21:42:38","gravatar":"98993d789c52d8a1dc00cc94e9d0e6bf","space":41,"message":"fixed bugs to get range working","login":"msears"},{"parents":[["5eeac4c71f81c94180a3ab98252d9f6898636989",825,41]],"author":"Mark Sears","time":826,"id":"1b129c68d546b8b8fb9a9cd17adc88e49e4145ea","date":"2010-12-22 21:54:39","gravatar":"98993d789c52d8a1dc00cc94e9d0e6bf","space":41,"message":"added closing script tag","login":"msears"},{"parents":[["1b129c68d546b8b8fb9a9cd17adc88e49e4145ea",826,41]],"author":"Mark Sears","time":827,"id":"fa813593e4f6a87440efda01109ff521f846cf2f","date":"2010-12-22 22:08:31","gravatar":"98993d789c52d8a1dc00cc94e9d0e6bf","space":41,"message":"removed console.log and added table name to avoid ambiguous SQL errors","login":"msears"},{"parents":[["fa813593e4f6a87440efda01109ff521f846cf2f",827,41]],"author":"Mark Sears","time":828,"id":"37d70d13e96a73ac23dc0f4b66439f08cba1259d","date":"2010-12-23 17:54:54","gravatar":"98993d789c52d8a1dc00cc94e9d0e6bf","space":41,"message":"fixed Last 24 Hours range bug","login":"msears"},{"parents":[["2452e8a988f0fc81c91a9ec03833d2fef9a56d12",821,0]],"author":"Matthew Savage","time":829,"id":"418d94a347e959c166146f44a0365ec4c18b42e7","date":"2011-01-02 03:57:51","gravatar":"1704c77d12df42caccc1490333adcb87","space":33,"message":"Changed invokation for migration to use the model invoke with the attributes supplied","login":"amasses"},{"parents":[["418d94a347e959c166146f44a0365ec4c18b42e7",829,33]],"author":"Matthew Savage","time":830,"id":"eb56e97dcdeed1c8eb69c07b64f319355a241f1e","date":"2011-01-02 03:59:42","gravatar":"1704c77d12df42caccc1490333adcb87","space":33,"message":"Updated to disable feature and send params properly","login":"amasses"},{"parents":[["eb56e97dcdeed1c8eb69c07b64f319355a241f1e",830,33]],"author":"Matthew Savage","time":831,"id":"01d4c2cb8e6709186500e004771554ef1a4f63c9","date":"2011-01-02 04:11:26","gravatar":"1704c77d12df42caccc1490333adcb87","space":33,"message":"fixed the way that the generator options were being passed","login":"amasses"},{"parents":[["2608fff63f2f3e1e72cb0ec8d941139c85d23c3b",728,13]],"author":"Sławosz Sławiński","time":832,"id":"2018cc0a90775730aaf3d999257c8447699c706b","date":"2011-01-02 07:34:49","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"add integration specs for creating related record","login":"slawosz"},{"parents":[["a9c5192b46ae80485edf3843a61d299de37648e8",782,25]],"author":"Maciej Lotkowski","time":833,"id":"deb5a33814f697a77f774ae35cf7f31f43507ed6","date":"2011-01-02 09:40:55","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":26,"message":"Implemented history for create action + spec","login":"ml"},{"parents":[["2018cc0a90775730aaf3d999257c8447699c706b",832,13]],"author":"Sławosz Sławiński","time":834,"id":"8db09e921f990b1d6fdbed8c028ba097b4f5507b","date":"2011-01-02 12:03:49","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"specs","login":"slawosz"},{"parents":[["2452e8a988f0fc81c91a9ec03833d2fef9a56d12",821,0]],"author":"AkitaOnRails","time":835,"id":"a4d09238be93264cec7072d184aec169b4748803","date":"2011-01-02 19:44:08","gravatar":"98c2fb4c31fae25fe0b618f1c994c1f3","space":6,"message":"Tweaking CKEditor Support. Missing config.js and checking with ckeditor.js is installed before requiring it","login":"akitaonrails"},{"parents":[["a9c5192b46ae80485edf3843a61d299de37648e8",782,25],["2452e8a988f0fc81c91a9ec03833d2fef9a56d12",821,0]],"author":"Maciej Lotkowski","time":836,"id":"b25e7ca4bb7e3d391e6d12c36012de8d2db7d320","date":"2011-01-03 03:22:18","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Merge branch 'master' into abstract_object","login":"ml"},{"parents":[["deb5a33814f697a77f774ae35cf7f31f43507ed6",833,26],["b25e7ca4bb7e3d391e6d12c36012de8d2db7d320",836,25]],"author":"Maciej Lotkowski","time":837,"id":"f323da8b172fb5f0f2217fb9f4e0ec528b44de23","date":"2011-01-03 04:25:52","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":26,"message":"Merge branch 'abstract_object' into history","login":"ml"},{"parents":[["a4d09238be93264cec7072d184aec169b4748803",835,6]],"author":"AkitaOnRails","time":838,"id":"d69a76b3e43c40655774ea0787e61621b9126192","date":"2011-01-03 07:21:57","gravatar":"98c2fb4c31fae25fe0b618f1c994c1f3","space":6,"message":"Removing the line-break from the text partial and adding css style so ckeditor behave properly","login":"akitaonrails"},{"parents":[["2452e8a988f0fc81c91a9ec03833d2fef9a56d12",821,0]],"author":"Petteri Kääpä","time":839,"id":"2b242f8d6197749414cbe613a7c48432dd595b7c","date":"2011-01-03 07:23:03","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Fix jQuery stylish selector to a valid Prototype selector","login":"kaapa"},{"parents":[["2b242f8d6197749414cbe613a7c48432dd595b7c",839,0]],"author":"Erik Michaels-Ober","time":840,"id":"27e91f2d745f7726eb1c7ced503ba4d77a54c922","date":"2011-01-03 08:54:03","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update rspec development dependency","login":"sferik"},{"parents":[["27e91f2d745f7726eb1c7ced503ba4d77a54c922",840,0],["d69a76b3e43c40655774ea0787e61621b9126192",838,6]],"author":"Erik Michaels-Ober","time":841,"id":"86827947a3912e152fa02507a1547fc9c64d5acd","date":"2011-01-03 08:55:12","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'tweaking_ckeditor' of https://github.com/akitaonrails/rails_admin into akitaonrails-tweaking_ckeditor","login":"sferik"},{"parents":[["86827947a3912e152fa02507a1547fc9c64d5acd",841,0]],"author":"Sławosz Sławiński","time":842,"id":"957e22f7c5ac3a82c0ad9c647f14329a90419b7e","date":"2011-01-03 11:18:04","gravatar":"4f0352566f95bfdae627a538521833ad","space":4,"message":"add binary field","login":"slawosz"},{"parents":[["957e22f7c5ac3a82c0ad9c647f14329a90419b7e",842,4]],"author":"Sławosz Sławiński","time":843,"id":"10885701861ab6473ad89c8d06298f362ee97c56","date":"2011-01-03 11:18:04","gravatar":"c544188078900e5d5976689949177f11","space":4,"message":"refactor binary fields","login":"slawosz"},{"parents":[["10885701861ab6473ad89c8d06298f362ee97c56",843,4]],"author":"Sławosz Sławiński","time":844,"id":"c8f9a13b10dbeafe1eb3f370342341546a6c4a45","date":"2011-01-03 11:18:04","gravatar":"c544188078900e5d5976689949177f11","space":4,"message":"add test for binary fields","login":"slawosz"},{"parents":[["c8f9a13b10dbeafe1eb3f370342341546a6c4a45",844,4]],"author":"Sławosz Sławiński","time":845,"id":"109b8d9f1bba82f1f21e4984880364d7fc8e9932","date":"2011-01-03 11:18:04","gravatar":"c544188078900e5d5976689949177f11","space":4,"message":"rename migration","login":"slawosz"},{"parents":[["86827947a3912e152fa02507a1547fc9c64d5acd",841,0]],"author":"Petteri Kääpä","time":846,"id":"e365e6f224453c8fcb030c41a8d656e28a971466","date":"2011-01-03 15:55:42","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":32,"message":"Initial attempt to support polymorphic associations","login":"kaapa"},{"parents":[["e365e6f224453c8fcb030c41a8d656e28a971466",846,32]],"author":"Petteri Kääpä","time":847,"id":"7d4e39211d367e62f186dc9098da1eb3790ec74a","date":"2011-01-03 19:33:56","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":32,"message":"File name should match class name","login":"kaapa"},{"parents":[["86827947a3912e152fa02507a1547fc9c64d5acd",841,0]],"author":"Danil Pismenny","time":848,"id":"77a7c6c0438dd182c43863686916dc78042a42b1","date":"2011-01-04 01:50:32","gravatar":"2acd6312f73d16ce507b6e7cb7a3d548","space":1,"message":"Add RailsAdmin:: namespace to controllers.","login":"dapi"},{"parents":[["86827947a3912e152fa02507a1547fc9c64d5acd",841,0]],"author":"Akzhan Abdulin","time":849,"id":"39794bfaa1ad57b0c6b519ef51865ea07c216f12","date":"2011-01-04 05:03:56","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":5,"message":"Russian translation for Devise","login":"akzhan"},{"parents":[["39794bfaa1ad57b0c6b519ef51865ea07c216f12",849,5]],"author":"Akzhan Abdulin","time":850,"id":"41b5496e52a3c761271740b9cd70349dbaf7ed2e","date":"2011-01-04 05:05:19","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":5,"message":"Fix root for russian translation for Devise","login":"akzhan"},{"parents":[["86827947a3912e152fa02507a1547fc9c64d5acd",841,0]],"author":"Akzhan Abdulin","time":851,"id":"fa7083116b8934abbf350e91d4518e14111fd13f","date":"2011-01-04 07:21:49","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":0,"message":"Russian translation for Devise","login":"akzhan"},{"parents":[["fa7083116b8934abbf350e91d4518e14111fd13f",851,0]],"author":"Akzhan Abdulin","time":852,"id":"d585224a72cec03b8714be037a8fcfd3f6496921","date":"2011-01-04 07:21:51","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":0,"message":"Fix root for russian translation for Devise","login":"akzhan"},{"parents":[["d585224a72cec03b8714be037a8fcfd3f6496921",852,0],["41b5496e52a3c761271740b9cd70349dbaf7ed2e",850,5]],"author":"Bogdan Gaza","time":853,"id":"d29b6e49b88f32bd39d0714405dc226f50dcb982","date":"2011-01-04 07:40:31","gravatar":"dfa3143343f3680753e0ae09de57bcd6","space":0,"message":"Merge branch 'master' of https://github.com/akzhan/rails_admin into akzhan-master","login":"hurrycane"},{"parents":[["d29b6e49b88f32bd39d0714405dc226f50dcb982",853,0],["109b8d9f1bba82f1f21e4984880364d7fc8e9932",845,4]],"author":"Erik Michaels-Ober","time":854,"id":"78c1f6c56321636439325cc3633c3cdaeacc0fee","date":"2011-01-04 09:32:47","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'slawosz-add_binary_field'","login":"sferik"},{"parents":[["78c1f6c56321636439325cc3633c3cdaeacc0fee",854,0]],"author":"Erik Michaels-Ober","time":855,"id":"9abf17a9de9bd6f849d4c53baa80b1667debcd07","date":"2011-01-04 10:28:55","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Revert \"Merge branch 'slawosz-add_binary_field'\"","login":"sferik"},{"parents":[["9abf17a9de9bd6f849d4c53baa80b1667debcd07",855,0],["77a7c6c0438dd182c43863686916dc78042a42b1",848,1]],"author":"Erik Michaels-Ober","time":856,"id":"250f362371c90056435adfe8526f41a33057788c","date":"2011-01-04 10:36:24","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'master' of https://github.com/dapi/rails_admin into dapi-master","login":"sferik"},{"parents":[["250f362371c90056435adfe8526f41a33057788c",856,0]],"author":"Erik Michaels-Ober","time":857,"id":"e1a11763a1d5b4af88b9f6a405bea0ffcf42f034","date":"2011-01-04 12:59:59","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Start each spec run with a fresh database","login":"sferik"},{"parents":[["e1a11763a1d5b4af88b9f6a405bea0ffcf42f034",857,0]],"author":"Petteri Kääpä","time":858,"id":"ccb019543f114094b3bc15b6d6a524d31280b162","date":"2011-01-04 13:04:20","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Check that additional paperclip columns actually exist before automatically","login":"kaapa"},{"parents":[["ccb019543f114094b3bc15b6d6a524d31280b162",858,0]],"author":"Erik Michaels-Ober","time":859,"id":"923f5c4fdc08c4b04848c94c8f5979ecd81ce07f","date":"2011-01-04 22:18:42","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update mail dependency","login":"sferik"},{"parents":[["59cd0ae02bfb8be064afcd8f38efe52dd449a02b",765,3]],"author":"Piotr Jakubowski","time":860,"id":"362ae5ae20b986ec482c5bd393e74a682a3b96a4","date":"2011-01-05 08:28:03","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":3,"message":"Integrating history with bulk destroy","login":"piotrj"},{"parents":[["41b5496e52a3c761271740b9cd70349dbaf7ed2e",850,5],["923f5c4fdc08c4b04848c94c8f5979ecd81ce07f",859,0]],"author":"Akzhan Abdulin","time":861,"id":"22b4c1377059fb3e457e6508ae2595ce42d186c2","date":"2011-01-05 09:09:23","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":28,"message":"Merge commit 'upstream/master'","login":"akzhan"},{"parents":[["22b4c1377059fb3e457e6508ae2595ce42d186c2",861,28]],"author":"Andrew Rudenko","time":862,"id":"0c62ac3eb64d548ba9486961bf48ff0b36c21208","date":"2011-01-05 09:15:11","gravatar":"64dc1814ff515425ccc8235fab2cd0a3","space":28,"message":"Fix typo","login":""},{"parents":[["923f5c4fdc08c4b04848c94c8f5979ecd81ce07f",859,0]],"author":"Andrew Rudenko","time":863,"id":"44e476de9df6d0577d5fa6a15a147d089d4e0f72","date":"2011-01-05 10:45:44","gravatar":"64dc1814ff515425ccc8235fab2cd0a3","space":0,"message":"Fix typo","login":""},{"parents":[["44e476de9df6d0577d5fa6a15a147d089d4e0f72",863,0]],"author":"Petteri Kääpä","time":864,"id":"797d00315f72f3debe6eb9fa1ba44e047cf2c7ae","date":"2011-01-05 11:43:10","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Fix integer field's css class","login":"kaapa"},{"parents":[["797d00315f72f3debe6eb9fa1ba44e047cf2c7ae",864,0]],"author":"Petteri Kääpä","time":865,"id":"eef12d71227bc839dacc6661454db7a0b08f4294","date":"2011-01-05 13:45:18","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Document supported ORMs, fixes #158","login":"kaapa"},{"parents":[["eef12d71227bc839dacc6661454db7a0b08f4294",865,0]],"author":"Petteri Kääpä","time":866,"id":"d1d6eae646de2b10bd823a763241c871bce69661","date":"2011-01-05 14:14:25","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Document config DSL :view and :object bindings","login":"kaapa"},{"parents":[["d1d6eae646de2b10bd823a763241c871bce69661",866,0]],"author":"Petteri Kääpä","time":867,"id":"24660a5d6b8d4c17e6977ab191879842039b3f80","date":"2011-01-05 16:38:43","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Documenting more field configurations, fixes #196","login":"kaapa"},{"parents":[["362ae5ae20b986ec482c5bd393e74a682a3b96a4",860,3]],"author":"Piotr Jakubowski","time":868,"id":"050dad4a85bcf2fc314479ad087e3d40b5d421d1","date":"2011-01-06 10:10:54","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":3,"message":"styling of delete selected button","login":"piotrj"},{"parents":[["24660a5d6b8d4c17e6977ab191879842039b3f80",867,0]],"author":"Petteri Kääpä","time":869,"id":"59621a6e7113bc53a84990672dbc8371f5c05ee7","date":"2011-01-06 16:39:17","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Document config DSL object_label option and default field types","login":"kaapa"},{"parents":[["59621a6e7113bc53a84990672dbc8371f5c05ee7",869,0]],"author":"Petteri Kääpä","time":870,"id":"b341f26e6dbed75abfe6b7cb4138c7baefa94fe0","date":"2011-01-06 16:44:44","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Fix readme's formatting","login":"kaapa"},{"parents":[["b341f26e6dbed75abfe6b7cb4138c7baefa94fe0",870,0]],"author":"Piotr Jakubowski","time":871,"id":"c1ea0dc245b2fc15b638b33b2977815ea0828e05","date":"2011-01-07 08:12:33","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"Created specs for bulk deletion","login":"piotrj"},{"parents":[["c1ea0dc245b2fc15b638b33b2977815ea0828e05",871,1]],"author":"Piotr Jakubowski","time":872,"id":"3a3175ab293942e1fdd1fedb9486ead3e70bb5d6","date":"2011-01-07 09:03:24","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"First implementation of bulk delete. Not connected with history yet","login":"piotrj"},{"parents":[["3a3175ab293942e1fdd1fedb9486ead3e70bb5d6",872,1]],"author":"Piotr Jakubowski","time":873,"id":"3da2766687cf18b808cce9012cc2915007f244fb","date":"2011-01-07 09:08:56","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"Integrating history with bulk destroy","login":"piotrj"},{"parents":[["3da2766687cf18b808cce9012cc2915007f244fb",873,1]],"author":"Piotr Jakubowski","time":874,"id":"52ac25360cec3c745d038b0c3db946d7eb41ccda","date":"2011-01-07 09:08:56","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"styling of delete selected button","login":"piotrj"},{"parents":[["52ac25360cec3c745d038b0c3db946d7eb41ccda",874,1],["050dad4a85bcf2fc314479ad087e3d40b5d421d1",868,3]],"author":"Piotr Jakubowski","time":875,"id":"c1428b6ee4b9b6b05cee8cae5b77b4085db2fad1","date":"2011-01-07 09:18:18","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"Merge branch 'bulk_deletion' of github.com:piotrj/rails_admin into bulk_deletion","login":"piotrj"},{"parents":[["c1428b6ee4b9b6b05cee8cae5b77b4085db2fad1",875,1]],"author":"Piotr Jakubowski","time":876,"id":"95a3821d65f8efc515057dbeac61303eb0b08edc","date":"2011-01-08 03:45:02","gravatar":"f5704857ce529ca9520dc2bbf403c65f","space":1,"message":"Cancel functionality for buklk deletion","login":"piotrj"},{"parents":[["b341f26e6dbed75abfe6b7cb4138c7baefa94fe0",870,0]],"author":"Sławosz Sławiński","time":877,"id":"cc70cab0d7c0b17f033a4a3fa844a1ab3c478ea3","date":"2011-01-08 09:54:58","gravatar":"c544188078900e5d5976689949177f11","space":0,"message":"fix specs","login":"slawosz"},{"parents":[["b341f26e6dbed75abfe6b7cb4138c7baefa94fe0",870,0]],"author":"Jeff Dutil","time":878,"id":"17e3fccef9a6c18db347a922ed744252ae9f35c9","date":"2011-01-08 13:16:11","gravatar":"3917b9c81197f1cd96f4546930b39d54","space":4,"message":"Mention admin:copy_assets rake task in installation instructions.","login":"jdutil"},{"parents":[["cc70cab0d7c0b17f033a4a3fa844a1ab3c478ea3",877,0]],"author":"Erik Michaels-Ober","time":879,"id":"ee22837f4e603941650c20c70f730629ab8a2270","date":"2011-01-08 17:04:52","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update bcrypt-ruby dependency to version 2.1.4","login":"sferik"},{"parents":[["ee22837f4e603941650c20c70f730629ab8a2270",879,0],["17e3fccef9a6c18db347a922ed744252ae9f35c9",878,4]],"author":"Erik Michaels-Ober","time":880,"id":"cf188b664e31fdb17d58de20e3e940365994f5e8","date":"2011-01-09 14:32:10","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'copy-assets-help' of https://github.com/jdutil/rails_admin into jdutil-copy-assets-help","login":"sferik"},{"parents":[["cf188b664e31fdb17d58de20e3e940365994f5e8",880,0],["95a3821d65f8efc515057dbeac61303eb0b08edc",876,1]],"author":"Erik Michaels-Ober","time":881,"id":"c3d4e4d46e44404997c863fce2848c70e8ddf958","date":"2011-01-09 14:34:10","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'bulk_deletion' of https://github.com/piotrj/rails_admin into piotrj-bulk_deletion","login":"sferik"},{"parents":[["c3d4e4d46e44404997c863fce2848c70e8ddf958",881,0]],"author":"Diego Carrion","time":882,"id":"31b09dcada6fd782fade6626b0c56bd0f366fe37","date":"2011-01-10 10:42:53","gravatar":"fc66c82eada8b3869009812a61cf5993","space":31,"message":"dont break with polymorphic associations","login":"dcrec1"},{"parents":[["c3d4e4d46e44404997c863fce2848c70e8ddf958",881,0]],"author":"Diego Carrion","time":883,"id":"4c869d52a13e2c89024a60b186715adf472b62ff","date":"2011-01-10 13:43:10","gravatar":"fc66c82eada8b3869009812a61cf5993","space":0,"message":"dont break with polymorphic associations","login":"dcrec1"},{"parents":[["ee22837f4e603941650c20c70f730629ab8a2270",879,0]],"author":"JayTeeSF","time":884,"id":"337950f47a4202fc596dd5fc8368ca8c40ec18b9","date":"2011-01-10 20:02:03","gravatar":"cf68a0fe4901556a1665e4e154bfe7c8","space":29,"message":"BUG-Fix: identifying active_record models; Hybrid solution - intersection of app/model/*.rb[\"class <name>'s\"] and Module.constants...\r","login":"JayTeeSF"},{"parents":[["4c869d52a13e2c89024a60b186715adf472b62ff",883,0]],"author":"JayTeeSF","time":885,"id":"6c9a6df6f6ca3a65915978fdd8d28350c8a1a888","date":"2011-01-10 21:13:42","gravatar":"cf68a0fe4901556a1665e4e154bfe7c8","space":30,"message":"BUG-Fix: identifying active_record models; Hybrid solution - intersection of app/model/*.rb[\"class <name>'s\"] and Module.constants...","login":"JayTeeSF"},{"parents":[["337950f47a4202fc596dd5fc8368ca8c40ec18b9",884,29],["4c869d52a13e2c89024a60b186715adf472b62ff",883,0]],"author":"Jason Hoth Jr","time":886,"id":"49b8dd4fdd5df86852719bde8d6726d5da4d3b77","date":"2011-01-10 21:21:31","gravatar":"4059ece5f7c41fcddb2fa01da7dbdea5","space":29,"message":"Merge remote branch 'sferik/master'","login":""},{"parents":[["49b8dd4fdd5df86852719bde8d6726d5da4d3b77",886,29]],"author":"Jason Hoth Jr","time":887,"id":"8dbda743a200d137aee18545491035170cf2280f","date":"2011-01-10 22:35:58","gravatar":"4059ece5f7c41fcddb2fa01da7dbdea5","space":29,"message":"attempt to revert paperclip-related-bug: '0c3f0527bf6fe1983b3da2a31d6e49e548e9f144'","login":""},{"parents":[["8dbda743a200d137aee18545491035170cf2280f",887,29]],"author":"Jason Hoth Jr","time":888,"id":"f9ca016f542f1c193e8aca2488db1dce8bea5f21","date":"2011-01-10 23:12:52","gravatar":"4059ece5f7c41fcddb2fa01da7dbdea5","space":29,"message":"Revert \"attempt to revert paperclip-related-bug: '0c3f0527bf6fe1983b3da2a31d6e49e548e9f144'\"","login":""},{"parents":[["f9ca016f542f1c193e8aca2488db1dce8bea5f21",888,29]],"author":"Jason Hoth Jr","time":889,"id":"8e7a456d71472b351b6da40b09619456f44125d0","date":"2011-01-10 23:13:57","gravatar":"4059ece5f7c41fcddb2fa01da7dbdea5","space":29,"message":"fixed bug w/ paperclip commit","login":""},{"parents":[["4c869d52a13e2c89024a60b186715adf472b62ff",883,0]],"author":"Erik Michaels-Ober","time":890,"id":"487d0ec845efe95b10d6336f3e9256ab48300230","date":"2011-01-11 07:57:59","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Let it be","login":"sferik"},{"parents":[["b25e7ca4bb7e3d391e6d12c36012de8d2db7d320",836,25],["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Maciej Lotkowski","time":891,"id":"570b1a6a3c7ab2bd398a4cc11ef01fe08244b51d","date":"2011-01-11 15:32:04","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Merge branch 'master' into abstract_object","login":"ml"},{"parents":[["570b1a6a3c7ab2bd398a4cc11ef01fe08244b51d",891,25]],"author":"Maciej Lotkowski","time":892,"id":"9216a5240b3fcd1a7b9a50cd9ea3e947126b99db","date":"2011-01-11 15:45:48","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Added orm_adapter as a dependency","login":"ml"},{"parents":[["9216a5240b3fcd1a7b9a50cd9ea3e947126b99db",892,25]],"author":"Maciej Lotkowski","time":893,"id":"0d2c32d9872b8a11714043c8ca13822c89151520","date":"2011-01-11 16:57:49","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Revert \"Added orm_adapter as a dependency\"","login":"ml"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Sławosz Sławiński","time":894,"id":"8d427741d17fc21dbe24c7e0c1da51995cedf299","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"add facebox","login":"slawosz"},{"parents":[["8d427741d17fc21dbe24c7e0c1da51995cedf299",894,13]],"author":"Sławosz Sławiński","time":895,"id":"b2612bd47a41cb28c8679250257a4afc094204c0","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"jquery no conflict","login":"slawosz"},{"parents":[["b2612bd47a41cb28c8679250257a4afc094204c0",895,13]],"author":"Sławosz Sławiński","time":896,"id":"1b6bfe8aa9b9ea6acaec998bf7218b0d00301b83","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"change rails.js from prototype to jquery","login":"slawosz"},{"parents":[["1b6bfe8aa9b9ea6acaec998bf7218b0d00301b83",896,13]],"author":"Sławosz Sławiński","time":897,"id":"e4e3298703e1259aa99f402bc06d429b1d4475ff","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"add js respond to new action","login":"slawosz"},{"parents":[["e4e3298703e1259aa99f402bc06d429b1d4475ff",897,13]],"author":"Sławosz Sławiński","time":898,"id":"e8b9f9b672f80dc130ffdb0fb433946c939420f2","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"helpers for including facebox","login":"slawosz"},{"parents":[["e8b9f9b672f80dc130ffdb0fb433946c939420f2",898,13]],"author":"Sławosz Sławiński","time":899,"id":"ea4427fc301c2e145955279644ffd02e81ed4e4b","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"include jquery javascripts","login":"slawosz"},{"parents":[["ea4427fc301c2e145955279644ffd02e81ed4e4b",899,13]],"author":"Sławosz Sławiński","time":900,"id":"83887ceff159a6b891e1bd6f765315f7590e13ab","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"link to display new related record form","login":"slawosz"},{"parents":[["83887ceff159a6b891e1bd6f765315f7590e13ab",900,13]],"author":"Sławosz Sławiński","time":901,"id":"b7eb397fc0e9e6bc7c2cafe5a2c3612192ad679c","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"js template for creating new record","login":"slawosz"},{"parents":[["b7eb397fc0e9e6bc7c2cafe5a2c3612192ad679c",901,13]],"author":"Sławosz Sławiński","time":902,"id":"7bc85e8622f3fcba234cf263db5e2f76c34ff015","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"javascript for creating related record","login":"slawosz"},{"parents":[["7bc85e8622f3fcba234cf263db5e2f76c34ff015",902,13]],"author":"Sławosz Sławiński","time":903,"id":"3ad330a6018bd32b71285e03a356220eed6b2881","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"add js format in create action","login":"slawosz"},{"parents":[["3ad330a6018bd32b71285e03a356220eed6b2881",903,13]],"author":"Sławosz Sławiński","time":904,"id":"04c3af405a4056322d2754b32f32acb70c146d2e","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"add javascript to layout","login":"slawosz"},{"parents":[["04c3af405a4056322d2754b32f32acb70c146d2e",904,13]],"author":"Sławosz Sławiński","time":905,"id":"bec72d136a59a6d3b98ea8231ef60e59fc8a22ea","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"change id","login":"slawosz"},{"parents":[["bec72d136a59a6d3b98ea8231ef60e59fc8a22ea",905,13]],"author":"Sławosz Sławiński","time":906,"id":"555ce3905b1829ab34b4eeb4728a5ffd4a6a1064","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"add id to form","login":"slawosz"},{"parents":[["555ce3905b1829ab34b4eeb4728a5ffd4a6a1064",906,13]],"author":"Sławosz Sławiński","time":907,"id":"f7b0647742101b5de63ffd744c77fb0246533d59","date":"2011-01-12 07:49:24","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"change images paths","login":"slawosz"},{"parents":[["f7b0647742101b5de63ffd744c77fb0246533d59",907,13]],"author":"Sławosz Sławiński","time":908,"id":"ab642d67005332a3ac5b0574db72c77cf0e89533","date":"2011-01-12 07:49:24","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"move new action view to partial","login":"slawosz"},{"parents":[["ab642d67005332a3ac5b0574db72c77cf0e89533",908,13]],"author":"Sławosz Sławiński","time":909,"id":"e372c78b7d6e88311a0af0e91ce02282b2643cf4","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"improve new form rendering on facebox","login":"slawosz"},{"parents":[["e372c78b7d6e88311a0af0e91ce02282b2643cf4",909,13]],"author":"Sławosz Sławiński","time":910,"id":"de165275c8c7f9f0283f3efced28c9e3da49d097","date":"2011-01-12 07:51:00","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"add created model label to select","login":"slawosz"},{"parents":[["de165275c8c7f9f0283f3efced28c9e3da49d097",910,13]],"author":"Sławosz Sławiński","time":911,"id":"20ed4d56d672ecad7c3c27fb55bbaf03e416f91d","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"small css, dom, and javascript improvements","login":"slawosz"},{"parents":[["20ed4d56d672ecad7c3c27fb55bbaf03e416f91d",911,13]],"author":"Sławosz Sławiński","time":912,"id":"513c1d48ca6589709ad96a63af16a7e3b451a5e2","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"syntax fix","login":"slawosz"},{"parents":[["513c1d48ca6589709ad96a63af16a7e3b451a5e2",912,13]],"author":"Sławosz Sławiński","time":913,"id":"43a2dd3867d166be3a9fae5a0e6ac8d23f860311","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"hide save_and_edit and save and add another buttons in form render by ajax","login":"slawosz"},{"parents":[["43a2dd3867d166be3a9fae5a0e6ac8d23f860311",913,13]],"author":"Sławosz Sławiński","time":914,"id":"6658e422c2dc67603514b65f38a302dc8e9863ba","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"restore original facebox stylesheets","login":"slawosz"},{"parents":[["6658e422c2dc67603514b65f38a302dc8e9863ba",914,13]],"author":"Sławosz Sławiński","time":915,"id":"52b8b45c71aa179446ff5ea0a40de1f04887f986","date":"2011-01-12 07:51:00","gravatar":"c544188078900e5d5976689949177f11","space":13,"message":"change facebox including in form layout","login":"slawosz"},{"parents":[["52b8b45c71aa179446ff5ea0a40de1f04887f986",915,13]],"author":"Sławosz Sławiński","time":916,"id":"d2eb77c3ce9573b44b4d5a29b6288979a2c04ac7","date":"2011-01-12 07:51:00","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"correct rake for copying assets","login":"slawosz"},{"parents":[["d2eb77c3ce9573b44b4d5a29b6288979a2c04ac7",916,13]],"author":"Sławosz Sławiński","time":917,"id":"640c3d84efbf7b987eb3a7862e1d4e5057bc319a","date":"2011-01-12 07:51:00","gravatar":"4f0352566f95bfdae627a538521833ad","space":13,"message":"small refactoring, make association selector work on facebox dialog","login":"slawosz"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Andrey Samsonov","time":918,"id":"335d7bca064a3390642859e45f5ca70ea8027c4c","date":"2011-01-12 17:55:12","gravatar":"afbeac88d096ee5a31793d64d157b556","space":21,"message":"Russian locale updated","login":"kryzhovnik"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Andrey Samsonov","time":919,"id":"89889591ba97664fcd3b187df77d7ddca0948e24","date":"2011-01-12 18:01:50","gravatar":"afbeac88d096ee5a31793d64d157b556","space":0,"message":"Russian locale updated","login":"kryzhovnik"},{"parents":[["0c62ac3eb64d548ba9486961bf48ff0b36c21208",862,28],["89889591ba97664fcd3b187df77d7ddca0948e24",919,0]],"author":"Akzhan Abdulin","time":920,"id":"0d7a58dfb36d628b17839d73818cf042de92d1c0","date":"2011-01-12 23:17:07","gravatar":"14c71614ddf0252a06612c9bde5c3c5d","space":28,"message":"Merge remote branch 'upstream/master'","login":"akzhan"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Patrick McNally","time":921,"id":"5361c51cc32f5474efd3a594d36b30e002c5ddff","date":"2011-01-13 06:03:45","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"Added Clone action","login":"patmcnally"},{"parents":[["5361c51cc32f5474efd3a594d36b30e002c5ddff",921,12],["89889591ba97664fcd3b187df77d7ddca0948e24",919,0]],"author":"Patrick McNally","time":922,"id":"852253d562dc33b7a3fb7bb13619eb58f759bacf","date":"2011-01-13 06:05:51","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"Merge branch 'master' of github.com:brighton-agency/rails_admin","login":"patmcnally"},{"parents":[["852253d562dc33b7a3fb7bb13619eb58f759bacf",922,12]],"author":"Patrick McNally","time":923,"id":"ede363da8f9951b4b71e0843eaf8336e5eb2379c","date":"2011-01-13 06:23:15","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"removed rails_admin logo to give me more space for tabs","login":"patmcnally"},{"parents":[["ede363da8f9951b4b71e0843eaf8336e5eb2379c",923,12]],"author":"Patrick McNally","time":924,"id":"d1763c72794c4a153c5f9d0ecf48dbb367231ea0","date":"2011-01-13 06:23:56","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"Tabs now appear in same order as configuration file","login":"patmcnally"},{"parents":[["d1763c72794c4a153c5f9d0ecf48dbb367231ea0",924,12]],"author":"Patrick McNally","time":925,"id":"5e9c8460f0ee2eae8b438d85a74983d6326de48e","date":"2011-01-13 07:13:14","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"removed timeline","login":"patmcnally"},{"parents":[["5e9c8460f0ee2eae8b438d85a74983d6326de48e",925,12]],"author":"Patrick McNally","time":926,"id":"e8ae1f58a6ff2fb3c6c7a2f51b557c05199dacea","date":"2011-01-13 09:32:50","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"removed another logo","login":"patmcnally"},{"parents":[["89889591ba97664fcd3b187df77d7ddca0948e24",919,0]],"author":"Julio Capote","time":927,"id":"aec124f53404ce4fcdb1b2c53c7a720a4ca4c3d4","date":"2011-01-13 19:52:45","gravatar":"9dc24638923a6aee9fd3571c14f01066","space":27,"message":"attempt to limit assoc","login":"capotej"},{"parents":[["aec124f53404ce4fcdb1b2c53c7a720a4ca4c3d4",927,27]],"author":"Julio Capote","time":928,"id":"b6db4df66ca29e29ea85660bdaba1df7bafe2042","date":"2011-01-13 20:01:16","gravatar":"9dc24638923a6aee9fd3571c14f01066","space":27,"message":"attempt to limit assoc","login":"capotej"},{"parents":[["e8ae1f58a6ff2fb3c6c7a2f51b557c05199dacea",926,12]],"author":"Patrick McNally","time":929,"id":"28050eb30e9e8155bd070586da35d56c774f77c7","date":"2011-01-14 06:33:48","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"mor elogo removal","login":"patmcnally"},{"parents":[["89889591ba97664fcd3b187df77d7ddca0948e24",919,0]],"author":"Erik Michaels-Ober","time":930,"id":"419ecfb10cdb9beb7b56d80f899878f2ea9cee60","date":"2011-01-14 11:05:19","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update arel dependency to 2.0.7","login":"sferik"},{"parents":[["419ecfb10cdb9beb7b56d80f899878f2ea9cee60",930,0]],"author":"Erik Michaels-Ober","time":931,"id":"c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0","date":"2011-01-15 05:52:37","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update tzinfo dependency","login":"sferik"},{"parents":[["335d7bca064a3390642859e45f5ca70ea8027c4c",918,21]],"author":"Andrey Samsonov","time":932,"id":"7fa4fdcd2e23e388bcd9a6e7c8d597457abce4ef","date":"2011-01-15 09:27:31","gravatar":"afbeac88d096ee5a31793d64d157b556","space":21,"message":"Changing russian locale","login":"kryzhovnik"},{"parents":[["7fa4fdcd2e23e388bcd9a6e7c8d597457abce4ef",932,21]],"author":"Andrey Samsonov","time":933,"id":"4afd632560109ea5324b66108ae3b764f55f73a7","date":"2011-01-15 14:27:24","gravatar":"afbeac88d096ee5a31793d64d157b556","space":21,"message":"temporary solution for support nested namespaces into models","login":"kryzhovnik"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"Rodrigo Scomação do Nascimento","time":934,"id":"0b18afc7629c0bc8b4dfbc0b481bb644f7843e26","date":"2011-01-15 19:22:30","gravatar":"5693734a26f0780eae0024da286e9b1a","space":22,"message":"Fix I18n association fields issue","login":"rodrigoscna"},{"parents":[["0b18afc7629c0bc8b4dfbc0b481bb644f7843e26",934,22]],"author":"Rodrigo Scomação do Nascimento","time":935,"id":"4c457e1a409ab59c3adf0a8f4db15d6c44ac7f0b","date":"2011-01-15 19:41:53","gravatar":"5693734a26f0780eae0024da286e9b1a","space":22,"message":"Fix I18n virtual attribute issue","login":"rodrigoscna"},{"parents":[["4c457e1a409ab59c3adf0a8f4db15d6c44ac7f0b",935,22]],"author":"Rodrigo Scomação do Nascimento","time":936,"id":"7abf6e102d14efb4093adbd450f10e1a65cbcfde","date":"2011-01-15 20:11:43","gravatar":"5693734a26f0780eae0024da286e9b1a","space":22,"message":"Fix I18n history view issue","login":"rodrigoscna"},{"parents":[["0d2c32d9872b8a11714043c8ca13822c89151520",893,25],["c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0",931,0]],"author":"Maciej Lotkowski","time":937,"id":"46d418aee21d784bd63953d8800bf7c6f2b75cb2","date":"2011-01-16 04:21:07","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Merge branch 'master' into abstract_object","login":"ml"},{"parents":[["46d418aee21d784bd63953d8800bf7c6f2b75cb2",937,25]],"author":"Maciej Lotkowski","time":938,"id":"e25f72472cca08cc96e520b75e14264fe8aecb83","date":"2011-01-16 04:25:21","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":26,"message":"Added Veneer dependecy","login":"ml"},{"parents":[["e25f72472cca08cc96e520b75e14264fe8aecb83",938,26]],"author":"Maciej Lotkowski","time":939,"id":"9a7fb81f6fb4792dda84490d08d6294734997d50","date":"2011-01-16 04:33:33","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":26,"message":"Spec speedup","login":"ml"},{"parents":[["46d418aee21d784bd63953d8800bf7c6f2b75cb2",937,25]],"author":"Maciej Lotkowski","time":940,"id":"71e02d7a0e1132e906537f3203bbfa88292393ca","date":"2011-01-16 04:44:39","gravatar":"07fb1f108e968f7b8573307eefddd66f","space":25,"message":"Spec speedup","login":"ml"},{"parents":[["c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0",931,0]],"author":"Erik Michaels-Ober","time":941,"id":"8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2","date":"2011-01-16 13:47:48","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update sqlite3 dependency to 1.3.3","login":"sferik"},{"parents":[["487d0ec845efe95b10d6336f3e9256ab48300230",890,0]],"author":"buyaka","time":942,"id":"147b73028ddf1b3a996deb3a3a449c7bafcd3dc9","date":"2011-01-17 00:51:30","gravatar":"a3b85e6a6b738d048295a3cc526d85d9","space":24,"message":"added mongolian localization files","login":"buyaka"},{"parents":[["8ad0c79cb7b9b8e573ff61bdf0e812d60d68d6a2",941,0]],"author":"Erik Michaels-Ober","time":943,"id":"2ea32467fe8818be1281e5109879c240925ac959","date":"2011-01-17 09:58:18","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Update activerecord-jdbc-adapter to 1.1.1","login":"sferik"},{"parents":[["2ea32467fe8818be1281e5109879c240925ac959",943,0]],"author":"Erik Michaels-Ober","time":944,"id":"735c6dec263567829057e087f22171cd4dddb3b4","date":"2011-01-17 11:22:08","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Revert \"Update activerecord-jdbc-adapter to 1.1.1\"","login":"sferik"},{"parents":[["28050eb30e9e8155bd070586da35d56c774f77c7",929,12]],"author":"Patrick McNally","time":945,"id":"ed4ac86620bb1c4eb3fdcab99002c0b3b2d710ac","date":"2011-01-17 11:42:38","gravatar":"f3a9a7346785fbd16e3ccfa74785d50e","space":12,"message":"Using Object.clone instead of doing it manually","login":"patmcnally"},{"parents":[["735c6dec263567829057e087f22171cd4dddb3b4",944,0]],"author":"Erik Michaels-Ober","time":946,"id":"865ce70043a665e862681e99601da6c55f04e03a","date":"2011-01-17 16:13:27","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Fix typo (thanks piotrj)","login":"sferik"},{"parents":[["9da54620602edabccabca401bf83462a2e51c795",812,2]],"author":"Petteri Kääpä","time":947,"id":"f2f3bfddb36b20681c4274566779ac376035d3e0","date":"2011-01-17 16:46:22","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":2,"message":"Lazy load config tree to avoid race conditions in initialization","login":"kaapa"},{"parents":[["865ce70043a665e862681e99601da6c55f04e03a",946,0]],"author":"Petteri Kääpä","time":948,"id":"c8aaf29208f8496bd114e383a7e1b06a06fec134","date":"2011-01-17 16:57:19","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":1,"message":"Fix JS DatePickers' initializers' selectors, fixes #243","login":"kaapa"},{"parents":[["865ce70043a665e862681e99601da6c55f04e03a",946,0],["f2f3bfddb36b20681c4274566779ac376035d3e0",947,2]],"author":"Erik Michaels-Ober","time":949,"id":"5b196640fc04a220e57adef17ae9066a541a6b4a","date":"2011-01-17 17:29:52","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'config-dsl-cleanup'","login":"sferik"},{"parents":[["5b196640fc04a220e57adef17ae9066a541a6b4a",949,0],["c8aaf29208f8496bd114e383a7e1b06a06fec134",948,1]],"author":"Erik Michaels-Ober","time":950,"id":"0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08","date":"2011-01-17 17:34:42","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Merge branch 'master' of github.com:sferik/rails_admin","login":"sferik"},{"parents":[["0bd6b6eb5a7688e1ab95858fde3ebc75aa0a4d08",950,0]],"author":"Petteri Kääpä","time":951,"id":"572d5f5183d0e9d4289131cad95ac542dea072fc","date":"2011-01-17 17:36:09","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Update jdbc-postgres dependency for CI to 9.0","login":"kaapa"},{"parents":[["572d5f5183d0e9d4289131cad95ac542dea072fc",951,0]],"author":"Petteri Kääpä","time":952,"id":"7cc629366c2035c48b36e8258db1958d70d7bb1d","date":"2011-01-18 03:40:45","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Remove Devise dependency from RailsAdmin.DEFAULT_CURRENT_USER by using","login":"kaapa"},{"parents":[["7cc629366c2035c48b36e8258db1958d70d7bb1d",952,0]],"author":"Erik Michaels-Ober","time":953,"id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde","date":"2011-01-18 07:53:19","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Attempt to fix failed Postgres build","login":"sferik"},{"parents":[["cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde",953,0]],"author":"John Reilly","time":954,"id":"88b66965e31e562ea6e2820cec834337c4943e47","date":"2011-01-18 14:04:15","gravatar":"428d100360e9d0d30714996b1d145b34","space":23,"message":"fixing namespace for AR::RecordNotFound exception","login":"johnreilly"},{"parents":[["cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde",953,0]],"author":"Petteri Kääpä","time":955,"id":"2e9a7a1552b78178054c2d782f9518936b44dfe8","date":"2011-01-18 15:04:01","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Reapply d0eac6ec which was accidentally reverted by 5b196640","login":"kaapa"},{"parents":[["2e9a7a1552b78178054c2d782f9518936b44dfe8",955,0]],"author":"Petteri Kääpä","time":956,"id":"d07ec3f6e9e9f5336c8ef11888f6d437fa53158d","date":"2011-01-18 15:04:01","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Object bindings were not always automatically created as for some","login":"kaapa"},{"parents":[["d07ec3f6e9e9f5336c8ef11888f6d437fa53158d",956,0]],"author":"toby cabot","time":957,"id":"43607a947cdba3b0d07b427e975cfffe181d57d6","date":"2011-01-18 18:21:49","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"on list pages, use model name for page title","login":"caboteria"},{"parents":[["43607a947cdba3b0d07b427e975cfffe181d57d6",957,0]],"author":"toby cabot","time":958,"id":"fb067656036d899ded7791a90f2f64c0d86b6ebd","date":"2011-01-18 19:30:51","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":1,"message":"simplify check_history so it only handles updates","login":"caboteria"},{"parents":[["7abf6e102d14efb4093adbd450f10e1a65cbcfde",936,22]],"author":"Rodrigo Scomação do Nascimento","time":959,"id":"9104eb7a969d44b1fd86b20ce8c3b844a52382d9","date":"2011-01-19 01:10:17","gravatar":"5693734a26f0780eae0024da286e9b1a","space":22,"message":"Fix I18n history view issue","login":"rodrigoscna"},{"parents":[["fb067656036d899ded7791a90f2f64c0d86b6ebd",958,1]],"author":"toby cabot","time":960,"id":"67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7","date":"2011-01-19 08:17:10","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"move some history-specific code out of main_controller, into a lib","login":"ccabot"},{"parents":[["67b3dbf4366aa08aedbd1a4ccf8f9644512fe7e7",960,1]],"author":"toby cabot","time":961,"id":"f847700e6e1bff996162f05d0b17a9692bc0459a","date":"2011-01-19 09:15:43","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"remove some main_controller history code that appears to be unused","login":"ccabot"},{"parents":[["f847700e6e1bff996162f05d0b17a9692bc0459a",961,1]],"author":"toby cabot","time":962,"id":"dbf8ef0b36c0235f14f9685b47889b1feec10c55","date":"2011-01-19 09:15:50","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"move history code from the main controller to the history controller","login":"ccabot"},{"parents":[["dbf8ef0b36c0235f14f9685b47889b1feec10c55",962,1]],"author":"toby cabot","time":963,"id":"51cba4f3cdfb7e127ff0f827c4ec69670ef06495","date":"2011-01-19 12:17:01","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"move history code from the history controller to the abstract_history lib","login":"ccabot"},{"parents":[["51cba4f3cdfb7e127ff0f827c4ec69670ef06495",963,1]],"author":"toby cabot","time":964,"id":"7f15d0efca07f0c17059240c87fe3d4ec5c0caf5","date":"2011-01-19 13:30:09","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"interpose AbstractHistory between the controllers and the History model","login":"ccabot"},{"parents":[["7f15d0efca07f0c17059240c87fe3d4ec5c0caf5",964,1]],"author":"toby cabot","time":965,"id":"34ed37426de4ced6a3f06544d735c10d6ba42cd8","date":"2011-01-19 14:04:52","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"removed History access from the view, added a shim for it in AbstractHistory","login":"ccabot"},{"parents":[["21a9ff1713a4e063802ea4d7e19f821d34ce9097",824,7],["43607a947cdba3b0d07b427e975cfffe181d57d6",957,0]],"author":"Petteri Kääpä","time":966,"id":"4c3dbb7a432499191a5116d3dcf511f28de03f95","date":"2011-01-19 15:11:58","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":7,"message":"Merge branch 'master' into composite-primary-keys","login":"kaapa"},{"parents":[["34ed37426de4ced6a3f06544d735c10d6ba42cd8",965,1]],"author":"toby cabot","time":967,"id":"99431c1f9d263ac4ceb83faf62a4e29468a33a7b","date":"2011-01-19 21:25:55","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":1,"message":"refactor history_for_object to use AR's API methods instead of ad-hoc SQL","login":"caboteria"},{"parents":[["99431c1f9d263ac4ceb83faf62a4e29468a33a7b",967,1]],"author":"toby cabot","time":968,"id":"1c2f2519318b7429e32cadc42916a0ecc4020a06","date":"2011-01-20 07:51:07","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"refactor history_for_model to use AR's API methods instead of ad-hoc SQL","login":"ccabot"},{"parents":[["43607a947cdba3b0d07b427e975cfffe181d57d6",957,0]],"author":"Erik Michaels-Ober","time":969,"id":"42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9","date":"2011-01-20 08:52:19","gravatar":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","space":0,"message":"Revert \"Attempt to fix failed Postgres build\"","login":"sferik"},{"parents":[["4c3dbb7a432499191a5116d3dcf511f28de03f95",966,7]],"author":"Petteri Kääpä","time":970,"id":"38c23530af03bcbbef8e0cb4a7abc489f3eaa354","date":"2011-01-20 08:55:43","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":7,"message":"Add delete support for ActiveRecord model's with composite primary keys","login":"kaapa"},{"parents":[["38c23530af03bcbbef8e0cb4a7abc489f3eaa354",970,7]],"author":"Petteri Kääpä","time":971,"id":"a3789105645167409e562d0b083bdd6e2f8dde6d","date":"2011-01-20 08:57:24","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":7,"message":"Add tests for models with composite primary keys","login":"kaapa"},{"parents":[["1c2f2519318b7429e32cadc42916a0ecc4020a06",968,1]],"author":"toby cabot","time":972,"id":"24dec08a97d1e5e4d4183d60555371109ee69637","date":"2011-01-20 10:29:44","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"a little bit of code comments","login":"ccabot"},{"parents":[["24dec08a97d1e5e4d4183d60555371109ee69637",972,1]],"author":"toby cabot","time":973,"id":"fc09f63da396238d529db2bea8ebbebe8f67374e","date":"2011-01-20 14:23:10","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"add a slider method to the history controller","login":"ccabot"},{"parents":[["fc09f63da396238d529db2bea8ebbebe8f67374e",973,1]],"author":"toby cabot","time":974,"id":"ec218eb7b5e4cccc1315bed761045571bb5ee2c0","date":"2011-01-20 14:23:11","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"make the BlankHistory's JSON form look like History's","login":"ccabot"},{"parents":[["ec218eb7b5e4cccc1315bed761045571bb5ee2c0",974,1]],"author":"toby cabot","time":975,"id":"433e7114cc7f761db8a08f4ce1bb7f1fb56e2920","date":"2011-01-20 14:23:11","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"on the dashboard, make empty and non-empty slider boxes the same structure","login":"ccabot"},{"parents":[["433e7114cc7f761db8a08f4ce1bb7f1fb56e2920",975,1]],"author":"toby cabot","time":976,"id":"3fe5aeee217934f39112caa9d14483328e6f86c8","date":"2011-01-20 14:23:11","gravatar":"6d246f2dde05095bebd3ba3cb54c676a","space":1,"message":"fix the dashboard history slider javascript","login":"ccabot"},{"parents":[["42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9",969,0]],"author":"Petteri Kääpä","time":977,"id":"a46bb2b1e6cc49fbfc0db86597de2b7fa7323ece","date":"2011-01-20 18:19:30","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":2,"message":"Implement a visitor for reading config values with bound data.","login":"kaapa"},{"parents":[["42d40ee3ae6ec4b26ff781d089f9bfba909ca6f9",969,0]],"author":"Petteri Kääpä","time":978,"id":"611fb66c11218b63990d0fbceb2bd4d9b9a71239","date":"2011-01-20 19:45:44","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Fix belongs_to associations' child_key_lookup to use :foreign_key option if set","login":"kaapa"},{"parents":[["611fb66c11218b63990d0fbceb2bd4d9b9a71239",978,0]],"author":"Petteri Kääpä","time":979,"id":"4a600e61db3cdc67a471ead5e71cc97c298fbb43","date":"2011-01-20 19:45:44","gravatar":"40a0afa49eb7b12db4dcda70b2e1520d","space":0,"message":"Partial fix for object binding with models that have associations to self.","login":"kaapa"},{"parents":[["4afd632560109ea5324b66108ae3b764f55f73a7",933,21],["4a600e61db3cdc67a471ead5e71cc97c298fbb43",979,0]],"author":"Andrey Samsonov","time":980,"id":"60f02d88ad3f5d101120de1497dac0bfa1df4f5b","date":"2011-01-21 06:05:26","gravatar":"afbeac88d096ee5a31793d64d157b556","space":21,"message":"Merge branch 'master' of git://github.com/sferik/rails_admin","login":"kryzhovnik"},{"parents":[["4a600e61db3cdc67a471ead5e71cc97c298fbb43",979,0]],"author":"Lucas Simao","time":981,"id":"652ad27e5352fc7afe4b6af0cf2125f55f30b1c1","date":"2011-01-21 06:52:33","gravatar":"64484f5e30f27fac4171619599b79237","space":20,"message":"list.select_action and list.delete_selected fields added in rails_admin.pt-BR.yml file","login":"lucassimao"},{"parents":[["4a600e61db3cdc67a471ead5e71cc97c298fbb43",979,0]],"author":"Lucas Simao","time":982,"id":"a865e72344359f766b3ab03d3075c65798719ddd","date":"2011-01-21 08:04:03","gravatar":"64484f5e30f27fac4171619599b79237","space":0,"message":"list.select_action and list.delete_selected fields added in rails_admin.pt-BR.yml file","login":"lucassimao"},{"parents":[["a865e72344359f766b3ab03d3075c65798719ddd",982,0]],"author":"AkitaOnRails","time":983,"id":"11e73d9078eec1cd4035d1a5ac5044920bdd0ab2","date":"2011-01-21 09:02:48","gravatar":"98c2fb4c31fae25fe0b618f1c994c1f3","space":8,"message":"Adding the missing admin:copy_assets rake task","login":"akitaonrails"},{"parents":[["3fe5aeee217934f39112caa9d14483328e6f86c8",976,1]],"author":"toby cabot","time":984,"id":"a6785192b44afc7d2e5af0a622e9ed8a592ca392","date":"2011-01-21 11:15:11","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":1,"message":"move abstract history code from the RailsAdmin module to a class","login":"caboteria"},{"parents":[["a6785192b44afc7d2e5af0a622e9ed8a592ca392",984,1]],"author":"toby cabot","time":985,"id":"a0857d80960ad9ac543e1d2d38f23b04634f0109","date":"2011-01-21 11:21:17","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":1,"message":"fix a small bug in object history display: headers didn't match columns","login":"caboteria"},{"parents":[["a865e72344359f766b3ab03d3075c65798719ddd",982,0],["a0857d80960ad9ac543e1d2d38f23b04634f0109",985,1]],"author":"toby cabot","time":986,"id":"3cdfabd973bc3caac209cba903cfdb3bf6636bcd","date":"2011-01-21 11:23:58","gravatar":"e381ef5e90b6ed2bd5082a9a463cea3b","space":0,"message":"Merge branch '3pp_history'","login":"caboteria"}]}
@@ -0,0 +1 @@
1
+ {"spacemap":[[[0,986]],[[957,986],[946,950],[870,881],[841,856],[809,821],[770,804],[623,756],[616,622],[608,615],[578,605],[565,575],[394,425],[342,368],[148,152],[114,119],[103,106],[72,81],[14,67]],[[809,949],[770,793],[752,755],[737,743],[722,734],[628,633],[353,423],[88,114],[969,977],[623,625]],[[635,875]],[[870,880],[841,854],[743,790]],[[841,853],[744,752]],[[821,841]],[[817,971]],[[982,983]],[[228,295],[304,305]],[[228,229],[264,268]],[[264,267]],[[890,945]],[[890,917],[559,834],[536,556],[517,526]],[[660,728],[809,823]],[[686,705],[722,725]],[[660,687],[705,706]],[[630,637]],[[384,390],[440,441],[646,654],[465,466]],[[415,470]],[[979,981]],[[890,980]],[[890,959]],[[953,954]],[[890,942]],[[709,940]],[[658,714],[782,837],[937,939]],[[919,928]],[[850,920]],[[879,889]],[[883,885]],[[881,882]],[[841,847],[778,779]],[[821,831]],[[817,818]],[[794,815]],[[809,813]],[[805,806]],[[790,791]],[[780,787]],[[770,773]],[[757,828]],[[757,760]],[[762,763]],[[727,732]],[[660,684]],[[646,659]],[[608,613]],[[592,594]],[[243,250],[238,239]],[[536,562]],[[513,550]],[[459,460]],[[429,430]],[[339,340]],[[330,333]]],"blocks":[{"name":"sferik","count":8,"start":0},{"name":"akitaonrails","count":1,"start":8},{"name":"hassox","count":2,"start":9},{"name":"drogus","count":1,"start":11},{"name":"brighton-agency","count":1,"start":12},{"name":"slawosz","count":4,"start":13},{"name":"simaob","count":1,"start":17},{"name":"ccabot","count":2,"start":18},{"name":"lucassimao","count":1,"start":20},{"name":"kryzhovnik","count":1,"start":21},{"name":"rodrigoscna","count":1,"start":22},{"name":"johnreilly","count":1,"start":23},{"name":"buyaka","count":1,"start":24},{"name":"ml","count":2,"start":25},{"name":"capotej","count":1,"start":27},{"name":"akzhan","count":1,"start":28},{"name":"JayTeeSF","count":2,"start":29},{"name":"dcrec1","count":1,"start":31},{"name":"kaapa","count":1,"start":32},{"name":"amasses","count":1,"start":33},{"name":"benlovell","count":1,"start":34},{"name":"nando","count":2,"start":35},{"name":"lannon","count":1,"start":37},{"name":"bees","count":1,"start":38},{"name":"rosenfeld","count":1,"start":39},{"name":"kollektiv","count":1,"start":40},{"name":"sprout","count":1,"start":41},{"name":"mattsears","count":1,"start":42},{"name":"caiotarifa","count":1,"start":43},{"name":"mytrile","count":1,"start":44},{"name":"baldowl","count":1,"start":45},{"name":"mengu","count":1,"start":46},{"name":"martinciu","count":1,"start":47},{"name":"krekoten","count":1,"start":48},{"name":"jackdempsey","count":1,"start":49},{"name":"federomero","count":1,"start":50},{"name":"kavu","count":1,"start":51},{"name":"foca","count":1,"start":52},{"name":"dianakimball","count":1,"start":53},{"name":"matheusca","count":1,"start":54},{"name":"hoelmer","count":1,"start":55}],"nethash":"65eab38cbd8f5a4379f4dffd77be76e7bc071269","focus":986,"dates":["2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-01","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-09","2010-08-10","2010-08-10","2010-08-10","2010-08-12","2010-08-12","2010-08-12","2010-08-12","2010-08-12","2010-08-12","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-13","2010-08-14","2010-08-14","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-15","2010-08-16","2010-08-16","2010-08-16","2010-08-17","2010-08-17","2010-08-17","2010-08-17","2010-08-17","2010-08-18","2010-08-18","2010-08-19","2010-08-19","2010-08-19","2010-08-19","2010-08-19","2010-08-19","2010-08-19","2010-08-19","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-20","2010-08-21","2010-08-21","2010-08-21","2010-08-22","2010-08-22","2010-08-22","2010-08-22","2010-08-22","2010-08-22","2010-08-22","2010-08-22","2010-08-23","2010-08-23","2010-08-23","2010-08-23","2010-08-23","2010-08-24","2010-08-24","2010-08-24","2010-08-24","2010-08-24","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-25","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-26","2010-08-27","2010-08-27","2010-08-27","2010-08-27","2010-08-27","2010-08-27","2010-08-28","2010-08-28","2010-08-28","2010-08-28","2010-08-28","2010-08-28","2010-08-28","2010-08-28","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-29","2010-08-30","2010-08-30","2010-08-30","2010-08-30","2010-08-30","2010-08-30","2010-08-30","2010-08-30","2010-08-31","2010-09-06","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-07","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-08","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-10","2010-09-11","2010-09-11","2010-09-11","2010-09-12","2010-09-12","2010-09-12","2010-09-14","2010-09-14","2010-09-15","2010-09-15","2010-09-15","2010-09-15","2010-09-16","2010-09-16","2010-09-16","2010-09-16","2010-09-17","2010-09-18","2010-09-18","2010-09-18","2010-09-18","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-19","2010-09-20","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-21","2010-09-22","2010-09-22","2010-09-22","2010-09-22","2010-09-23","2010-09-24","2010-09-25","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-27","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-09-29","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-01","2010-10-02","2010-10-02","2010-10-04","2010-10-04","2010-10-05","2010-10-06","2010-10-06","2010-10-06","2010-10-07","2010-10-07","2010-10-07","2010-10-07","2010-10-08","2010-10-09","2010-10-09","2010-10-10","2010-10-11","2010-10-11","2010-10-11","2010-10-11","2010-10-11","2010-10-12","2010-10-13","2010-10-15","2010-10-15","2010-10-15","2010-10-18","2010-10-18","2010-10-19","2010-10-19","2010-10-19","2010-10-19","2010-10-19","2010-10-20","2010-10-21","2010-10-26","2010-10-26","2010-10-26","2010-10-27","2010-10-27","2010-10-28","2010-10-29","2010-10-29","2010-10-29","2010-10-29","2010-10-30","2010-10-30","2010-11-02","2010-11-02","2010-11-02","2010-11-03","2010-11-03","2010-11-03","2010-11-03","2010-11-03","2010-11-03","2010-11-03","2010-11-03","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-04","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-05","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-07","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-08","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-09","2010-11-10","2010-11-10","2010-11-10","2010-11-10","2010-11-10","2010-11-10","2010-11-10","2010-11-10","2010-11-11","2010-11-11","2010-11-12","2010-11-12","2010-11-12","2010-11-12","2010-11-13","2010-11-15","2010-11-15","2010-11-15","2010-11-15","2010-11-15","2010-11-15","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-16","2010-11-17","2010-11-17","2010-11-18","2010-11-18","2010-11-18","2010-11-18","2010-11-18","2010-11-18","2010-11-18","2010-11-18","2010-11-20","2010-11-21","2010-11-23","2010-11-23","2010-11-23","2010-11-24","2010-11-24","2010-11-25","2010-11-25","2010-11-25","2010-11-25","2010-11-25","2010-11-25","2010-11-25","2010-11-26","2010-11-26","2010-11-26","2010-11-26","2010-11-26","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-29","2010-11-30","2010-11-30","2010-11-30","2010-12-01","2010-12-01","2010-12-01","2010-12-01","2010-12-01","2010-12-01","2010-12-02","2010-12-03","2010-12-03","2010-12-03","2010-12-05","2010-12-07","2010-12-07","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-08","2010-12-09","2010-12-09","2010-12-09","2010-12-09","2010-12-11","2010-12-12","2010-12-13","2010-12-13","2010-12-13","2010-12-13","2010-12-14","2010-12-14","2010-12-14","2010-12-14","2010-12-14","2010-12-14","2010-12-14","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-15","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-16","2010-12-17","2010-12-17","2010-12-17","2010-12-17","2010-12-17","2010-12-17","2010-12-17","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-18","2010-12-19","2010-12-19","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-20","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-21","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-22","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-23","2010-12-24","2010-12-24","2010-12-24","2010-12-24","2010-12-24","2010-12-24","2010-12-24","2010-12-25","2010-12-25","2010-12-25","2010-12-25","2010-12-25","2010-12-25","2010-12-25","2010-12-26","2010-12-26","2010-12-26","2010-12-26","2010-12-26","2010-12-26","2010-12-26","2010-12-27","2010-12-27","2010-12-27","2010-12-27","2010-12-27","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-28","2010-12-29","2010-12-29","2010-12-29","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-30","2010-12-22","2010-12-22","2010-12-23","2011-01-02","2011-01-02","2011-01-02","2011-01-02","2011-01-02","2011-01-02","2011-01-02","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-03","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-04","2011-01-05","2011-01-05","2011-01-05","2011-01-05","2011-01-05","2011-01-05","2011-01-05","2011-01-05","2011-01-06","2011-01-06","2011-01-06","2011-01-07","2011-01-07","2011-01-07","2011-01-07","2011-01-07","2011-01-08","2011-01-08","2011-01-08","2011-01-08","2011-01-09","2011-01-09","2011-01-10","2011-01-10","2011-01-10","2011-01-10","2011-01-10","2011-01-10","2011-01-10","2011-01-10","2011-01-11","2011-01-11","2011-01-11","2011-01-11","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-12","2011-01-13","2011-01-13","2011-01-13","2011-01-13","2011-01-13","2011-01-13","2011-01-13","2011-01-13","2011-01-14","2011-01-14","2011-01-15","2011-01-15","2011-01-15","2011-01-15","2011-01-15","2011-01-15","2011-01-16","2011-01-16","2011-01-16","2011-01-16","2011-01-16","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-17","2011-01-18","2011-01-18","2011-01-18","2011-01-18","2011-01-18","2011-01-18","2011-01-18","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-19","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-20","2011-01-21","2011-01-21","2011-01-21","2011-01-21","2011-01-21","2011-01-21","2011-01-21"],"users":[{"repo":"rails_admin","name":"sferik","heads":[{"name":"master","id":"3cdfabd973bc3caac209cba903cfdb3bf6636bcd"},{"name":"composite-primary-keys","id":"a3789105645167409e562d0b083bdd6e2f8dde6d"},{"name":"config-visitor","id":"a46bb2b1e6cc49fbfc0db86597de2b7fa7323ece"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"akitaonrails","heads":[{"name":"master","id":"11e73d9078eec1cd4035d1a5ac5044920bdd0ab2"},{"name":"ckeditor","id":"5a1e0cc119fd429bf36038c23b0223afb5e15c55"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"paperclip","id":"075a85fed85bd54e0e6694e83433aa1ea6a0ee45"},{"name":"tweaking_ckeditor","id":"d69a76b3e43c40655774ea0787e61621b9126192"},{"name":"unbundle_ckeditor","id":"6cdf0689d52714f9040395b6e7d8e11b2a1e5279"}]},{"repo":"rails_admin","name":"hassox","heads":[{"name":"master","id":"7a963f1b551264a2ada72c97fcd2273e2910284a"},{"name":"general_auth","id":"9f703869e5c6bed89d3e601150877c7b4ce684f8"},{"name":"no_devise","id":"2b29babb256ddbf31d32d41ead319f6cfdddf908"},{"name":"raise_in_production","id":"9bc8d07c183eb8557a1c82da08e3d4b3fbb28ca5"}]},{"repo":"rails_admin","name":"drogus","heads":[{"name":"master","id":"10542317bf22924e5e87c9ba3394b9ddaa10b5eb"},{"name":"namespaced","id":"a452d3355f943984a0b0f632e5cc15651e2667e0"}]},{"repo":"rails_admin","name":"brighton-agency","heads":[{"name":"master","id":"ed4ac86620bb1c4eb3fdcab99002c0b3b2d710ac"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"slawosz","heads":[{"name":"master","id":"89889591ba97664fcd3b187df77d7ddca0948e24"},{"name":"add_associated_record","id":"640c3d84efbf7b987eb3a7862e1d4e5057bc319a"},{"name":"add_associated_record_spec","id":"8db09e921f990b1d6fdbed8c028ba097b4f5507b"},{"name":"add_binary_field","id":"109b8d9f1bba82f1f21e4984880364d7fc8e9932"},{"name":"assets_copy_rake","id":"5072f15167597ed0f0b7ee2fe67a4d40e6e45138"},{"name":"binary_field","id":"0da1f0951a01871bf1167791e791fdfcf475acb2"},{"name":"custom_inputs","id":"2f7e357cb8f2f52cc22586327e3ac7f514840c52"},{"name":"heroku_assets_problem","id":"54d7c9fea34f0fd0ec3ef1fe75f68ef144d82327"},{"name":"minor_changes","id":"562dabf32abeb0eb38f0b83823885c28b7079246"},{"name":"move_images_to_rails_admin_directory","id":"7a103e85fef3d9dd1caf3d830fc127e17c3627c8"},{"name":"override_form_for_attribute","id":"4b78c0b46a869e9a0825687ab5e06174706028f4"},{"name":"polish_translation","id":"b2f09d9a90d50e2d76722f7646b6d78298f029a6"},{"name":"polish_translation_corrections","id":"7abbb47a5aca94ca6a7f18a8398daeda151b1baf"},{"name":"specs_fix","id":"cc70cab0d7c0b17f033a4a3fa844a1ab3c478ea3"}]},{"repo":"rails_admin","name":"simaob","heads":[{"name":"master","id":"085a06f1e8151c99e6d1501e7b8b8743c46f2c18"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"ccabot","heads":[{"name":"master","id":"418c51ed70abe64b675ca31299cea000311d992d"},{"name":"3pp_history","id":"a0857d80960ad9ac543e1d2d38f23b04634f0109"},{"name":"check_for_required","id":"5e6d4d0d4ada8479138edea082d20b84710803e5"},{"name":"config","id":"bfced637869eb17c45b583115b54030f5f40d55f"},{"name":"first_impressions","id":"418c51ed70abe64b675ca31299cea000311d992d"},{"name":"hide_from","id":"988e6f357b69f13dbfefdb74cc7bf0df2a44f538"},{"name":"history_fixes","id":"d50bb9ebfadb596d8aae5dfa5c1a77e2a70fa0de"},{"name":"railsy_routes","id":"25944367bd449e0f6107c24136be4404da89d13f"},{"name":"update_error_fix","id":"c56a6f476be0dbdcd3426f867873c7c1d4752976"}]},{"repo":"rails_admin","name":"lucassimao","heads":[{"name":"master","id":"652ad27e5352fc7afe4b6af0cf2125f55f30b1c1"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"kryzhovnik","heads":[{"name":"master","id":"60f02d88ad3f5d101120de1497dac0bfa1df4f5b"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"RailsAdmin","name":"rodrigoscna","heads":[{"name":"master","id":"9104eb7a969d44b1fd86b20ce8c3b844a52382d9"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"johnreilly","heads":[{"name":"master","id":"88b66965e31e562ea6e2820cec834337c4943e47"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"f2f3bfddb36b20681c4274566779ac376035d3e0"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"sferik-master","id":"cd9db5a7d8d9ac4a0c3c9dbe8e95704b3f834dde"}]},{"repo":"rails_admin","name":"buyaka","heads":[{"name":"master","id":"147b73028ddf1b3a996deb3a3a449c7bafcd3dc9"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"ml","heads":[{"name":"master","id":"c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0"},{"name":"abstract_object","id":"71e02d7a0e1132e906537f3203bbfa88292393ca"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"history","id":"f323da8b172fb5f0f2217fb9f4e0ec528b44de23"},{"name":"veneer","id":"9a7fb81f6fb4792dda84490d08d6294734997d50"}]},{"repo":"rails_admin","name":"capotej","heads":[{"name":"master","id":"b6db4df66ca29e29ea85660bdaba1df7bafe2042"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"akzhan","heads":[{"name":"master","id":"0d7a58dfb36d628b17839d73818cf042de92d1c0"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"JayTeeSF","heads":[{"name":"master","id":"8e7a456d71472b351b6da40b09619456f44125d0"},{"name":"cherry_pick","id":"6c9a6df6f6ca3a65915978fdd8d28350c8a1a888"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"dcrec1","heads":[{"name":"master","id":"31b09dcada6fd782fade6626b0c56bd0f366fe37"},{"name":"ci","id":"107a4d2231a213eb46763d48f8feab4ec8a7c7ee"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"kaapa","heads":[{"name":"master","id":"86827947a3912e152fa02507a1547fc9c64d5acd"},{"name":"polymorphic-associations","id":"7d4e39211d367e62f186dc9098da1eb3790ec74a"},{"name":"tidy-inspect","id":"18a9a01e8b38df8857b593547f6f29e9fdd326f8"}]},{"repo":"rails_admin","name":"amasses","heads":[{"name":"master","id":"2452e8a988f0fc81c91a9ec03833d2fef9a56d12"},{"name":"composite-primary-keys","id":"21a9ff1713a4e063802ea4d7e19f821d34ce9097"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"history_model_generator","id":"01d4c2cb8e6709186500e004771554ef1a4f63c9"}]},{"repo":"rails_admin","name":"benlovell","heads":[{"name":"master","id":"3db4753e158cec8912a20b6aee4f8a3f94ebc89c"},{"name":"config-dsl-cleanup","id":"9da54620602edabccabca401bf83462a2e51c795"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"nando","heads":[{"name":"master","id":"777c6a239c31bc8de34f6e36647d05693faed95f"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"issue_titles","id":"ce4794199271145bd736e948a9c4746aa0a6dd76"}]},{"repo":"rails_admin","name":"lannon","heads":[{"name":"master","id":"bddd51cd417468051599f16b27f643d40fe4ebfb"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"bees","heads":[{"name":"master","id":"5b0922ee102c3bd7ad8c1b1a281a713e5ebb4f00"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"rosenfeld","heads":[{"name":"master","id":"52ef4ba67202f8a1e32516b2b3a84a1cb5c791ea"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"kollektiv","heads":[{"name":"master","id":"b866dc189c45bd376a5385796ad2c25e2f46a025"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"readme-error","id":"da2d8328a645a4c36de7e50037d6f0a03ad8b55a"}]},{"repo":"rails_admin","name":"sprout","heads":[{"name":"master","id":"37d70d13e96a73ac23dc0f4b66439f08cba1259d"},{"name":"ci","id":"fe3039d5aa53fc0e35f9d577570a3c9ee69074c1"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"mattsears","heads":[{"name":"master","id":"ff26233900cb48939ffeba4bf7993a9777fcbe8c"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"},{"name":"serialize","id":"ec11e0d7eb586c584befbdef84c6049a2d9f6944"}]},{"repo":"rails_admin","name":"caiotarifa","heads":[{"name":"master","id":"205cd7b418f530f430f3feb1aedecb45e7786f70"},{"name":"config","id":"1649fce5bef9cdf541a1a1ae5a67293ade172573"}]},{"repo":"rails_admin","name":"mytrile","heads":[{"name":"master","id":"46fd50bc1258e0f671e27455fdb056f3f4dd0e54"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"baldowl","heads":[{"name":"master","id":"028ac9cd72e8d97bd6191525ca3b4b5fc1efd300"},{"name":"tweaked_authorize_with_doc","id":"56f5f57d589a8de61798c8c9c3d05cdbcea2b3ad"}]},{"repo":"rails_admin","name":"mengu","heads":[{"name":"master","id":"37780de80c7875bde252c43757dff9ad91706396"},{"name":"datetime-localization","id":"f8f910ea175e8e7c548e673101a0a7046b6763ac"}]},{"repo":"rails_admin","name":"martinciu","heads":[{"name":"master","id":"b73fe581b6ecadcade25a5efcae42e3304c6235b"}]},{"repo":"rails_admin","name":"krekoten","heads":[{"name":"master","id":"bc921dae767010fa7692e5f7e4ab738fc994bb37"},{"name":"ukrainian_translation","id":"96eb0109d9dd6af3905fae6475c07514d199c3fb"}]},{"repo":"rails_admin","name":"jackdempsey","heads":[{"name":"master","id":"647793586af89ba9660a46bf1c8282b944ea44aa"},{"name":"add_habtm","id":"df48b25cb55129990d42a0d48d9bf34f90435513"},{"name":"fix_associations","id":"437f5f7245acf6f7c68831f99cbdc4701b02bbe8"}]},{"repo":"rails_admin","name":"federomero","heads":[{"name":"master","id":"b51292937bc87ebd4354a94a1e3acce8392bb59b"}]},{"repo":"rails_admin","name":"kavu","heads":[{"name":"master","id":"63adfa87ebdd2ec894ff1f0d061a88ae91ef282f"}]},{"repo":"rails_admin","name":"foca","heads":[{"name":"master","id":"9d95d8ab09e41c2f73d93eea44c6bf5832551136"}]},{"repo":"rails_admin","name":"dianakimball","heads":[{"name":"master","id":"9897e5e7e0476f83e23118b65b676a5fa000a2c4"},{"name":"copy_editing","id":"9897e5e7e0476f83e23118b65b676a5fa000a2c4"}]},{"repo":"rails_admin","name":"matheusca","heads":[{"name":"master","id":"9b7ad4929d1e147b6dbe05dc8c659eb428b9ab02"}]},{"repo":"rails_admin","name":"hoelmer","heads":[{"name":"master","id":"c1dbf076e0eda1795b776584633f1c5ee312cd67"}]}]}
@@ -0,0 +1 @@
1
+ {"organization":{"plan":{"name":"bronze","collaborators":null,"space":2516582,"private_repos":10},"gravatar_id":"e435b0226fd3e326e7908a09a097b30a","company":null,"name":"Code For America","created_at":"2010-07-19T12:41:04-07:00","location":null,"disk_usage":18232,"collaborators":0,"public_repo_count":7,"public_gist_count":0,"blog":null,"following_count":0,"billing_email":"dan@codeforamerica.org","id":337792,"owned_private_repo_count":3,"private_gist_count":0,"type":"Organization","permission":null,"total_private_repo_count":3,"followers_count":8,"login":"codeforamerica","email":null}}
@@ -0,0 +1 @@
1
+ {"organizations":[{"name":"Hubcap","gravatar_id":"7311a263b8ea2513a001539666837ba9","location":"California","blog":"http://www.kickstarter.com/projects/sferik/hubcap-a-github-client-for-mac-os-x/posts","billing_email":"sferik@gmail.com","type":"Organization","login":"hubcap","email":"sferik@gmail.com"},{"name":"Code For America","gravatar_id":"e435b0226fd3e326e7908a09a097b30a","billing_email":"dan@codeforamerica.org","type":"Organization","login":"codeforamerica"}]}
@@ -0,0 +1 @@
1
+ {"public_keys":[{"title":"Moss","id":103205,"key":"ssh-dss AAAAB3NzaC1kc3MAAACBAJz7HanBa18ad1YsdFzHO5Wy1/WgXd4BV+czbKq7q23jungbfjN3eo2a0SVdxux8GG+RZ9ia90VD/X+PE4s3LV60oXZ7PDAuyPO1CTF0TaDoKf9mPaHcPa6agMJVocMsgBgwviWT1Q9VgN1SccDsYVDtxkIAwuw25YeHZlG6myx1AAAAFQCgW+OvXWUdUJPBGkRJ8ML7uf0VHQAAAIAlP5G96tTss0SKYVSCJCyocn9cyGQdNjxah4/aYuYFTbLI1rxk7sr/AkZfJNIoF2UFyO5STbbratykIQGUPdUBg1a2t72bu31x+4ZYJMngNsG/AkZ2oqLiH6dJKHD7PFx2oSPalogwsUV7iSMIZIYaPa03A9763iFsN0qJjaed+gAAAIBxz3Prxdzt/os4XGXSMNoWcS03AFC/05NOkoDMrXxQnTTpp1wrOgyRqEnKz15qC5dWk1ynzK+LJXHDZGA8lXPfCjHpJO3zrlZ/ivvLhgPdDpt13MAhIJFH06hTal0woxbk/fIdY71P3kbgXC0Ppx/0S7BC+VxqRCA4/wcM+BoDbA=="}]}
@@ -0,0 +1 @@
1
+ {"pull":{"discussion":[{"type":"Commit","created_at":"2011-01-21T09:02:00-08:00","sha":"11e73d9078eec1cd4035d1a5ac5044920bdd0ab2","author":"AkitaOnRails","subject":"Adding the missing admin:copy_assets rake task","user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"email":"fabioakita@gmail.com"}],"issue_updated_at":"2011-01-21T09:04:25-08:00","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","position":158.0,"number":251,"votes":0,"html_url":"https://github.com/sferik/rails_admin/pull/251","comments":0,"body":"Hi, the README file talks about an admin:copy_assets task. But that task is not in the repo anywhere, so I implemented one. Let me know if it is good enough.","title":"Missing copy_assets","diff_url":"https://github.com/sferik/rails_admin/pull/251.diff","base":{"repository":{"forks":113,"open_issues":44,"language":"Ruby","url":"https://github.com/sferik/rails_admin","has_issues":true,"homepage":"","pushed_at":"2011/01/21 11:31:05 -0800","has_downloads":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","has_wiki":true,"watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},"sha":"a865e72344359f766b3ab03d3075c65798719ddd","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"created_at":"2011-01-21T09:04:25-08:00","patch_url":"https://github.com/sferik/rails_admin/pull/251.patch","head":{"repository":{"forks":1,"open_issues":0,"language":"Ruby","url":"https://github.com/akitaonrails/rails_admin","has_issues":false,"homepage":"","pushed_at":"2011/01/21 09:02:56 -0800","has_downloads":true,"created_at":"2010/12/20 05:15:37 -0800","fork":true,"size":4740,"private":false,"name":"rails_admin","owner":"akitaonrails","has_wiki":true,"watchers":13,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data"},"sha":"11e73d9078eec1cd4035d1a5ac5044920bdd0ab2","label":"akitaonrails:master","user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"ref":"master"},"issue_user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"updated_at":"2011-01-21T09:04:25-08:00","user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"issue_created_at":"2011-01-21T09:04:25-08:00","labels":[],"state":"open"}}
@@ -0,0 +1 @@
1
+ {"pulls":[{"issue_user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"issue_updated_at":"2011-01-21T09:04:25-08:00","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","position":158.0,"number":251,"votes":0,"comments":0,"body":"Hi, the README file talks about an admin:copy_assets task. But that task is not in the repo anywhere, so I implemented one. Let me know if it is good enough.","title":"Missing copy_assets","base":{"repository":{"language":"Ruby","url":"https://github.com/sferik/rails_admin","open_issues":44,"homepage":"","has_issues":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"pushed_at":"2011/01/21 11:31:05 -0800","forks":113,"has_downloads":true,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"a865e72344359f766b3ab03d3075c65798719ddd","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"created_at":"2011-01-21T09:04:25-08:00","html_url":"https://github.com/sferik/rails_admin/pull/251","head":{"repository":{"language":"Ruby","url":"https://github.com/akitaonrails/rails_admin","open_issues":0,"homepage":"","has_issues":false,"created_at":"2010/12/20 05:15:37 -0800","fork":true,"pushed_at":"2011/01/21 09:02:56 -0800","forks":1,"has_downloads":true,"size":4740,"private":false,"name":"rails_admin","owner":"akitaonrails","watchers":13,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"11e73d9078eec1cd4035d1a5ac5044920bdd0ab2","label":"akitaonrails:master","user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"ref":"master"},"diff_url":"https://github.com/sferik/rails_admin/pull/251.diff","updated_at":"2011-01-21T09:04:25-08:00","user":{"name":"Fabio Akita","company":"Prodigus Consulting","gravatar_id":"98c2fb4c31fae25fe0b618f1c994c1f3","location":"Brazil","blog":"http://www.akitaonrails.com","type":"User","login":"akitaonrails","email":"fabioakita@gmail.com"},"patch_url":"https://github.com/sferik/rails_admin/pull/251.patch","issue_created_at":"2011-01-21T09:04:25-08:00","labels":[],"state":"open"},{"issue_user":{"gravatar_id":"cf68a0fe4901556a1665e4e154bfe7c8","type":"User","login":"JayTeeSF"},"issue_updated_at":"2011-01-10T20:10:15-08:00","gravatar_id":"cf68a0fe4901556a1665e4e154bfe7c8","position":144.0,"number":237,"votes":0,"comments":0,"body":"RailsAdmin::AbstractModel has a bug in it's \"all\" method. It searches for \"class <blah>\" inside <rails_root>/app/models/**/*.rb. However, some of those discoveries were inside comments/quotes.\r\n\r\nAs such, I've modified it to use the union of those finds and the result of Module.constants.\r\nI also added a bit of \"connascence\" in that I made the self.lookup method accept a true/false flag for determining when to throw an exception -- which it still does by default.\r\n\r\nCheers,\r\nJonathan\r\n\r\np.s.\r\n(I'm new to open-source, so feel free to give me feedback positive/negative.)\r\n","title":"Bug-Fix w/ discovering ActiveRecord models","base":{"repository":{"language":"Ruby","url":"https://github.com/sferik/rails_admin","open_issues":44,"homepage":"","has_issues":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"pushed_at":"2011/01/21 11:31:05 -0800","forks":113,"has_downloads":true,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"4c869d52a13e2c89024a60b186715adf472b62ff","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"created_at":"2011-01-10T20:10:15-08:00","html_url":"https://github.com/sferik/rails_admin/pull/237","head":{"repository":{"language":"Ruby","url":"https://github.com/JayTeeSF/rails_admin","open_issues":0,"homepage":"","has_issues":false,"created_at":"2011/01/08 21:12:35 -0800","fork":true,"pushed_at":"2011/01/10 23:14:08 -0800","forks":0,"has_downloads":true,"size":2248,"private":false,"name":"rails_admin","owner":"JayTeeSF","watchers":1,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"8e7a456d71472b351b6da40b09619456f44125d0","label":"JayTeeSF:master","user":{"gravatar_id":"cf68a0fe4901556a1665e4e154bfe7c8","type":"User","login":"JayTeeSF"},"ref":"master"},"diff_url":"https://github.com/sferik/rails_admin/pull/237.diff","updated_at":"2011-01-10T23:14:10-08:00","user":{"gravatar_id":"cf68a0fe4901556a1665e4e154bfe7c8","type":"User","login":"JayTeeSF"},"patch_url":"https://github.com/sferik/rails_admin/pull/237.patch","issue_created_at":"2011-01-10T20:10:15-08:00","labels":[],"state":"open"},{"issue_user":{"name":"Maciej Lotkowski","company":"","gravatar_id":"07fb1f108e968f7b8573307eefddd66f","location":"Warsaw","type":"User","login":"ml","email":"maciej.lotkowski@gmail.com"},"issue_updated_at":"2011-01-06T07:14:22-08:00","gravatar_id":"07fb1f108e968f7b8573307eefddd66f","position":43.0,"number":220,"votes":1,"comments":3,"body":"Hi\r\n\r\nI added AbstracObject class to replace direct ActiveRecord calls in the controller. I moved the code for creating, updating and destroying from the controller to this class. AbstractObject should be good place for something like https://github.com/ianwhite/orm_adapter. I think that moving everything related to the history from MainController to AbstracObject is also good idea. ","title":"Abstract object","base":{"repository":{"language":"Ruby","url":"https://github.com/sferik/rails_admin","open_issues":44,"homepage":"","has_issues":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"pushed_at":"2011/01/21 11:31:05 -0800","forks":113,"has_downloads":true,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"c2d5a83a4fb0d90285bc58fb25ed35f34039a4b0","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"created_at":"2011-01-03T05:56:35-08:00","html_url":"https://github.com/sferik/rails_admin/pull/220","head":{"repository":{"language":"Ruby","url":"https://github.com/ml/rails_admin","open_issues":0,"homepage":"","has_issues":false,"created_at":"2010/12/17 13:01:32 -0800","fork":true,"pushed_at":"2011/01/16 04:45:10 -0800","forks":0,"has_downloads":true,"size":3212,"private":false,"name":"rails_admin","owner":"ml","watchers":1,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"71e02d7a0e1132e906537f3203bbfa88292393ca","label":"ml:abstract_object","user":{"name":"Maciej Lotkowski","company":"","gravatar_id":"07fb1f108e968f7b8573307eefddd66f","location":"Warsaw","type":"User","login":"ml","email":"maciej.lotkowski@gmail.com"},"ref":"abstract_object"},"diff_url":"https://github.com/sferik/rails_admin/pull/220.diff","updated_at":"2011-01-16T04:45:11-08:00","user":{"name":"Maciej Lotkowski","company":"","gravatar_id":"07fb1f108e968f7b8573307eefddd66f","location":"Warsaw","type":"User","login":"ml","email":"maciej.lotkowski@gmail.com"},"patch_url":"https://github.com/sferik/rails_admin/pull/220.patch","issue_created_at":"2011-01-03T05:56:35-08:00","labels":[],"state":"open"},{"issue_user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"issue_updated_at":"2011-01-05T13:27:34-08:00","gravatar_id":"c544188078900e5d5976689949177f11","position":40.0,"number":190,"votes":0,"comments":11,"body":"I met binary field in one rails app, so we should support it","title":"Add binary field","base":{"repository":{"language":"Ruby","url":"https://github.com/sferik/rails_admin","open_issues":44,"homepage":"","has_issues":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"pushed_at":"2011/01/21 11:31:05 -0800","forks":113,"has_downloads":true,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"86827947a3912e152fa02507a1547fc9c64d5acd","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"merged_at":"2011-01-04T09:32:59-08:00","created_at":"2010-12-21T08:12:00-08:00","html_url":"https://github.com/sferik/rails_admin/pull/190","head":{"repository":{"language":"Ruby","url":"https://github.com/slawosz/rails_admin","open_issues":0,"homepage":"","has_issues":false,"created_at":"2010/11/29 06:58:20 -0800","fork":true,"pushed_at":"2011/01/13 07:54:13 -0800","forks":0,"has_downloads":true,"size":2424,"private":false,"name":"rails_admin","owner":"slawosz","watchers":2,"description":"my fork, original description: RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"109b8d9f1bba82f1f21e4984880364d7fc8e9932","label":"slawosz:add_binary_field","user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"ref":"add_binary_field"},"diff_url":"https://github.com/sferik/rails_admin/pull/190.diff","updated_at":"2011-01-04T09:32:59-08:00","user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"patch_url":"https://github.com/sferik/rails_admin/pull/190.patch","issue_created_at":"2010-12-21T08:12:00-08:00","labels":[],"state":"open"},{"issue_user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"issue_updated_at":"2010-12-27T06:52:19-08:00","gravatar_id":"c544188078900e5d5976689949177f11","position":39.0,"number":188,"votes":0,"comments":3,"body":"I think it is ready.","title":"Add associated record","base":{"repository":{"language":"Ruby","url":"https://github.com/sferik/rails_admin","open_issues":44,"homepage":"","has_issues":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"pushed_at":"2011/01/21 11:31:05 -0800","forks":113,"has_downloads":true,"size":3336,"private":false,"name":"rails_admin","owner":"sferik","watchers":1334,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"487d0ec845efe95b10d6336f3e9256ab48300230","label":"sferik:master","user":{"name":"Erik Michaels-Ober","company":"Code for America","gravatar_id":"1f74b13f1e5c6c69cb5d7fbaabb1e2cb","location":"San Francisco","blog":"http://twitter.com/sferik","type":"User","login":"sferik","email":"sferik@gmail.com"},"ref":"master"},"created_at":"2010-12-20T07:02:14-08:00","html_url":"https://github.com/sferik/rails_admin/pull/188","head":{"repository":{"language":"Ruby","url":"https://github.com/slawosz/rails_admin","open_issues":0,"homepage":"","has_issues":false,"created_at":"2010/11/29 06:58:20 -0800","fork":true,"pushed_at":"2011/01/13 07:54:13 -0800","forks":0,"has_downloads":true,"size":2424,"private":false,"name":"rails_admin","owner":"slawosz","watchers":2,"description":"my fork, original description: RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_wiki":true},"sha":"640c3d84efbf7b987eb3a7862e1d4e5057bc319a","label":"slawosz:add_associated_record","user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"ref":"add_associated_record"},"diff_url":"https://github.com/sferik/rails_admin/pull/188.diff","updated_at":"2011-01-12T07:51:21-08:00","user":{"name":"Sławosz","company":"innov8on.com","gravatar_id":"c544188078900e5d5976689949177f11","location":"Warsaw","blog":"slawosz.github.com","type":"User","login":"slawosz","email":"slawosz@gmail.com"},"patch_url":"https://github.com/sferik/rails_admin/pull/188.patch","issue_created_at":"2010-12-20T07:02:14-08:00","labels":[],"state":"open"}]}
@@ -0,0 +1,7 @@
1
+ tree 53b3d8ade2ae5721e10bcd643a83e6b01c06462c
2
+ parent a865e72344359f766b3ab03d3075c65798719ddd
3
+ parent a0857d80960ad9ac543e1d2d38f23b04634f0109
4
+ author toby cabot <toby@caboteria.org> 1295637838 -0500
5
+ committer toby cabot <toby@caboteria.org> 1295637838 -0500
6
+
7
+ Merge branch '3pp_history'
@@ -0,0 +1 @@
1
+ {"repositories":[{"open_issues":0,"url":"https://github.com/reddavis/One40Proof","homepage":"http://developers.140proof.com/docs/","has_issues":true,"watchers":7,"created_at":"2010/02/17 06:33:05 -0800","fork":false,"has_downloads":true,"forks":2,"size":2420,"private":false,"name":"One40Proof","owner":"reddavis","has_wiki":true,"pushed_at":"2010/06/29 17:55:20 -0700","description":"http://developers.140proof.com/docs/"},{"open_issues":0,"language":"Ruby","url":"https://github.com/jnunemaker/twitter","homepage":"http://rdoc.info/gems/twitter","has_issues":true,"watchers":1015,"created_at":"2008/02/13 18:20:50 -0800","fork":false,"has_downloads":true,"forks":188,"size":1080,"private":false,"name":"twitter","owner":"jnunemaker","has_wiki":true,"pushed_at":"2011/01/16 15:31:56 -0800","description":"A Ruby wrapper for the Twitter REST and Search APIs"},{"open_issues":1,"language":"Ruby","url":"https://github.com/pengwynn/faraday_middleware","homepage":"http://wynnnetherland.com/projects/faraday-middleware","has_issues":true,"watchers":25,"created_at":"2010/06/28 13:13:32 -0700","fork":false,"has_downloads":true,"forks":6,"size":164,"private":false,"name":"faraday_middleware","owner":"pengwynn","has_wiki":true,"pushed_at":"2011/01/11 11:03:53 -0800","description":"Various Faraday middlewares for my Faraday-based API wrappers"},{"open_issues":1,"language":"Ruby","url":"https://github.com/pengwynn/octokit","homepage":"http://wynnnetherland.com/projects/octokit","has_issues":true,"watchers":64,"created_at":"2009/12/10 13:41:49 -0800","fork":false,"has_downloads":true,"forks":17,"size":1324,"private":false,"name":"octokit","owner":"pengwynn","has_wiki":true,"pushed_at":"2011/01/17 09:03:21 -0800","description":"Simple Ruby wrapper for the GitHub v2 API and feeds"},{"open_issues":7,"language":"Ruby","url":"https://github.com/technoweenie/faraday","homepage":"","has_issues":true,"watchers":166,"created_at":"2009/12/10 09:14:55 -0800","fork":false,"has_downloads":true,"forks":20,"size":396,"private":false,"name":"faraday","owner":"technoweenie","has_wiki":true,"pushed_at":"2011/01/15 07:55:20 -0800","description":"Experiments in a rest api lib."},{"open_issues":0,"language":"Ruby","url":"https://github.com/dkubb/yardstick","homepage":"http://wiki.github.com/dkubb/yardstick","has_issues":true,"watchers":41,"created_at":"2009/07/17 15:25:54 -0700","fork":false,"has_downloads":false,"forks":4,"size":3212,"private":false,"name":"yardstick","owner":"dkubb","has_wiki":true,"pushed_at":"2010/11/07 22:00:22 -0800","description":"A tool for verifying YARD documentation coverage"},{"open_issues":0,"url":"https://github.com/laserlemon/simple_oauth","homepage":"http://github.com/laserlemon/simple_oauth","has_issues":true,"watchers":7,"created_at":"2010/10/11 10:44:42 -0700","fork":false,"has_downloads":true,"forks":3,"size":128,"private":false,"name":"simple_oauth","owner":"laserlemon","has_wiki":true,"pushed_at":"2010/12/16 19:11:52 -0800","description":"Simply builds and verifies OAuth headers"},{"open_issues":11,"language":"Ruby","url":"https://github.com/wycats/thor","homepage":"http://www.yehudakatz.com","has_issues":true,"watchers":728,"created_at":"2008/05/07 13:07:31 -0700","fork":false,"has_downloads":true,"forks":72,"size":284,"private":false,"name":"thor","owner":"wycats","has_wiki":true,"pushed_at":"2011/01/12 17:13:33 -0800","description":"A scripting framework that replaces rake and sake"},{"open_issues":0,"language":"Ruby","url":"https://github.com/jnunemaker/twitter-app","homepage":"","has_issues":true,"watchers":139,"created_at":"2009/04/03 23:55:00 -0700","fork":false,"has_downloads":true,"forks":24,"size":948,"private":false,"name":"twitter-app","owner":"jnunemaker","has_wiki":true,"pushed_at":"2011/01/16 17:25:16 -0800","description":"example rails 3 application that uses oauth"}]}
@@ -0,0 +1 @@
1
+ {"repository":{"forks":112,"language":"Ruby","url":"https://github.com/sferik/rails_admin","homepage":"","has_wiki":true,"created_at":"2010/08/01 10:01:00 -0700","fork":false,"open_issues":46,"watchers":1323,"size":2488,"private":false,"pushed_at":"2011/01/16 13:47:56 -0800","name":"rails_admin","owner":"sferik","has_issues":true,"description":"RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data","has_downloads":true}}
@@ -0,0 +1 @@
1
+ {"tags":{"v0.1.0":"841be65ccaaad2f01db2eeff7171a0bcde3e059e","v0.0.1":"0d7a03f2035ecd74e4d6eb9be58865c2a688ee55","v0.2.0":"41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef","v0.1.1":"b116920ce893e62c5b78dd25e34d11c0f2939fb7","v0.2.1":"3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b","v0.1.2":"469365fa47b660fed2ad94970d527b0390bfc711","v0.2.2":"4c1b9fcbe1f812c49c26f973f4b059df63df8f6c","v0.1.3":"5b129b15611342fa69b135e1bf2753bedcec7fbc","v0.4.1":"b25de5e3d70ae89326738872c51f0ec54163312c","v0.2.3":"1e87f1640f0e7b6d3854cdf9d089092d9118be6c","v0.1.4":"03ee3f302f99162d5c08f256dbdeef3c96fce25e"}}
@@ -0,0 +1 @@
1
+ {"team":{"name":"Fellows","id":32598,"permission":"push"}}
@@ -0,0 +1 @@
1
+ {"teams":[{"name":"Fellows","id":32598,"permission":"push"},{"name":"Staff","id":32760,"permission":"admin"}]}
@@ -0,0 +1,1237 @@
1
+ [{
2
+ "actor_attributes": {
3
+ "name": "Edward George",
4
+ "gravatar_id": "a6a6262b5fe436a9342d2d77488e983e",
5
+ "location": "London, UK",
6
+ "blog": "http://insectsarerubbish.org",
7
+ "type": "User",
8
+ "login": "edwardgeorge",
9
+ "email": "this username / gmail"
10
+ },
11
+ "repository": {
12
+ "has_issues": false,
13
+ "language": "Ruby",
14
+ "pushed_at": "2011/01/18 11:42:10 -0800",
15
+ "url": "https://github.com/edwardgeorge/homebrew",
16
+ "has_downloads": false,
17
+ "homepage": "http://mxcl.github.com/homebrew",
18
+ "watchers": 1,
19
+ "created_at": "2010/04/13 14:03:14 -0700",
20
+ "forks": 1,
21
+ "fork": true,
22
+ "has_wiki": true,
23
+ "size": 2348,
24
+ "private": false,
25
+ "name": "homebrew",
26
+ "owner": "edwardgeorge",
27
+ "open_issues": 0,
28
+ "description": "The missing package manager for OS X"
29
+ },
30
+ "created_at": "2011/01/18 11:42:14 -0800",
31
+ "public": true,
32
+ "actor": "edwardgeorge",
33
+ "payload": {
34
+ "repo": "edwardgeorge/homebrew",
35
+ "head": "7f1b4a4b8223fca486f2b9d10bb7a2a57a96b727",
36
+ "size": 3,
37
+ "actor": "edwardgeorge",
38
+ "actor_gravatar": "a6a6262b5fe436a9342d2d77488e983e",
39
+ "shas": [["03eff409125f8e6abccc057d94032179b07612dc", "justin@justinhileman.info", "Version bump git-flow completion.\n\nSigned-off-by: Adam Vandenberg <flangy@gmail.com>", "Justin Hileman"], ["b8771541976f61d3acf5094f121a31e8be822bfb", "uri.laserson@gmail.com", "Added formula for unafold\n\nunafold is an extremely popular tool for computing secondary structures\nof nucleic acids, and it's a standard part of the bioinformatics\nrepertoire.\n\nSigned-off-by: Adam Vandenberg <flangy@gmail.com>", "Uri Laserson"], ["7f1b4a4b8223fca486f2b9d10bb7a2a57a96b727", "edwardgeorge@gmail.com", "Merge branch 'master' of http://github.com/mxcl/homebrew", "Edward George"]],
40
+ "ref": "refs/heads/master"
41
+ },
42
+ "url": "https://github.com//edwardgeorge/homebrew/compare/9be0b4fb2c...7f1b4a4b82",
43
+ "times": 0,
44
+ "type": "PushEvent"
45
+ },
46
+ {
47
+ "actor_attributes": {
48
+ "name": "JW",
49
+ "gravatar_id": "ca45063da41a9f3aa9028295d8b66d89",
50
+ "blog": "",
51
+ "type": "User",
52
+ "login": "jw-00000",
53
+ "email": "JW00000@gmail.com"
54
+ },
55
+ "repository": {
56
+ "has_issues": true,
57
+ "language": "Python",
58
+ "pushed_at": "2011/01/18 11:42:11 -0800",
59
+ "url": "https://github.com/jw-00000/TV.be-reminder-parser",
60
+ "has_downloads": false,
61
+ "homepage": "",
62
+ "watchers": 1,
63
+ "created_at": "2010/09/18 12:25:40 -0700",
64
+ "forks": 1,
65
+ "fork": false,
66
+ "has_wiki": true,
67
+ "size": 452,
68
+ "private": false,
69
+ "name": "TV.be-reminder-parser",
70
+ "owner": "jw-00000",
71
+ "open_issues": 1,
72
+ "description": "This script parses your reminders on TV.be, and outputs them in a nice format. I then use this in Conky to display it in the background."
73
+ },
74
+ "created_at": "2011/01/18 11:42:12 -0800",
75
+ "public": true,
76
+ "actor": "jw-00000",
77
+ "payload": {
78
+ "repo": "jw-00000/TV.be-reminder-parser",
79
+ "head": "2a3494ee454b55ea5db4dea86e3d69f56628a710",
80
+ "size": 1,
81
+ "actor": "jw-00000",
82
+ "actor_gravatar": "ca45063da41a9f3aa9028295d8b66d89",
83
+ "shas": [["2a3494ee454b55ea5db4dea86e3d69f56628a710", "JW00000@gmail.com", "Rename 'tv.be' everywhere to 'yelo', the new name of the site.", "JW"]],
84
+ "ref": "refs/heads/master"
85
+ },
86
+ "url": "https://github.com//jw-00000/TV.be-reminder-parser/compare/d3d7cf1a0d...2a3494ee45",
87
+ "times": 0,
88
+ "type": "PushEvent"
89
+ },
90
+ {
91
+ "actor_attributes": {
92
+ "name": "Enjector",
93
+ "company": "Enjector Software",
94
+ "gravatar_id": "703d982517566c5f2f78ac894717da71",
95
+ "location": "Northampton, UK",
96
+ "type": "User",
97
+ "login": "enjector",
98
+ "email": "contact@enjector.com"
99
+ },
100
+ "repository": {
101
+ "has_issues": true,
102
+ "language": "C#",
103
+ "pushed_at": "2011/01/18 11:42:10 -0800",
104
+ "url": "https://github.com/enjector/ToolBlox",
105
+ "has_downloads": true,
106
+ "homepage": "http://www.enjector.com",
107
+ "watchers": 1,
108
+ "created_at": "2011/01/18 08:09:07 -0800",
109
+ "forks": 1,
110
+ "fork": false,
111
+ "has_wiki": true,
112
+ "size": 212,
113
+ "private": false,
114
+ "name": "ToolBlox",
115
+ "owner": "enjector",
116
+ "open_issues": 0,
117
+ "description": "Some useful tools that we use in our software projects."
118
+ },
119
+ "created_at": "2011/01/18 11:42:10 -0800",
120
+ "public": true,
121
+ "actor": "enjector",
122
+ "payload": {
123
+ "repo": "enjector/ToolBlox",
124
+ "head": "03d52e3cf0458e4adf5fab8a029dbbdf0de110f3",
125
+ "size": 1,
126
+ "actor": "enjector",
127
+ "actor_gravatar": "703d982517566c5f2f78ac894717da71",
128
+ "shas": [["03d52e3cf0458e4adf5fab8a029dbbdf0de110f3", "ajay.soni@enjector.com", "first commit", "Ajay Soni"]],
129
+ "ref": "refs/heads/master"
130
+ },
131
+ "url": "https://github.com//enjector/ToolBlox/compare/cd4124c190...03d52e3cf0",
132
+ "times": 0,
133
+ "type": "PushEvent"
134
+ },
135
+ {
136
+ "actor_attributes": {
137
+ "name": "Stephen Lewis",
138
+ "company": "Experience Internet",
139
+ "gravatar_id": "316c6066d51dacd1b216faba3cf6a259",
140
+ "location": "UK",
141
+ "blog": "http://experienceinternet.co.uk/",
142
+ "type": "User",
143
+ "login": "experience",
144
+ "email": "github.com@experienceinternet.co.uk"
145
+ },
146
+ "repository": {
147
+ "has_issues": true,
148
+ "pushed_at": "2011/01/18 11:42:09 -0800",
149
+ "url": "https://github.com/experience/YUI-Compressor-TextMate-Bundle",
150
+ "has_downloads": true,
151
+ "homepage": "",
152
+ "watchers": 1,
153
+ "created_at": "2011/01/18 11:33:38 -0800",
154
+ "forks": 1,
155
+ "fork": false,
156
+ "has_wiki": true,
157
+ "size": 984,
158
+ "private": false,
159
+ "name": "YUI-Compressor-TextMate-Bundle",
160
+ "owner": "experience",
161
+ "open_issues": 0,
162
+ "description": "Easily combine and compress JavaScript and CSS files, right from within TextMate."
163
+ },
164
+ "created_at": "2011/01/18 11:42:10 -0800",
165
+ "public": true,
166
+ "actor": "experience",
167
+ "payload": {
168
+ "name": "YUI-Compressor-TextMate-Bundle",
169
+ "object_name": "master",
170
+ "object": "branch"
171
+ },
172
+ "url": "https://github.com//experience/YUI-Compressor-TextMate-Bundle/compare/master",
173
+ "times": 0,
174
+ "type": "CreateEvent"
175
+ },
176
+ {
177
+ "actor_attributes": {
178
+ "name": "Alex Tambellini",
179
+ "company": "",
180
+ "gravatar_id": "302c6c56b99912a673f1213b0709c902",
181
+ "location": "Pittsburgh",
182
+ "blog": "http://www.alextambellini.com",
183
+ "type": "User",
184
+ "login": "atambo",
185
+ "email": "atambellini@gmail.com"
186
+ },
187
+ "created_at": "2011/01/18 11:42:07 -0800",
188
+ "public": true,
189
+ "actor": "atambo",
190
+ "payload": {
191
+ "name": "gist: 785005",
192
+ "actor": "atambo",
193
+ "action": "create",
194
+ "url": "https://gist.github.com/785005",
195
+ "actor_gravatar": "302c6c56b99912a673f1213b0709c902",
196
+ "snippet": "SEVERE: Application Error\norg.jruby.rack.RackInitializationException: OpenSSL::Cipher requires the jruby-openssl gem\n\tfrom file:/C:/application-framework/tomcat/webapps/scrapple/WEB-INF/lib/jruby-stdlib-1.5.6.jar!/META-INF/jruby.home/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/cipher.rb:14"
197
+ },
198
+ "times": 0,
199
+ "type": "GistEvent"
200
+ },
201
+ {
202
+ "actor_attributes": {
203
+ "gravatar_id": "a240724c57c69b7fbd6d71af3cd43fe8",
204
+ "type": "User",
205
+ "login": "grubeklee"
206
+ },
207
+ "repository": {
208
+ "has_issues": true,
209
+ "pushed_at": "2011/01/18 11:42:06 -0800",
210
+ "url": "https://github.com/starchimpsgroup/3dvv",
211
+ "has_downloads": true,
212
+ "homepage": "",
213
+ "watchers": 2,
214
+ "created_at": "2011/01/17 12:51:00 -0800",
215
+ "forks": 1,
216
+ "fork": false,
217
+ "has_wiki": true,
218
+ "size": 108,
219
+ "private": false,
220
+ "name": "3dvv",
221
+ "owner": "starchimpsgroup",
222
+ "open_issues": 0,
223
+ "description": "Qt 3D Vector Viewer"
224
+ },
225
+ "created_at": "2011/01/18 11:42:06 -0800",
226
+ "public": true,
227
+ "actor": "grubeklee",
228
+ "payload": {
229
+ "repo": "starchimpsgroup/3dvv",
230
+ "head": "ead1c462b8588b47660c072bf7729cd066f8ccfd",
231
+ "size": 2,
232
+ "actor": "grubeklee",
233
+ "actor_gravatar": "a240724c57c69b7fbd6d71af3cd43fe8",
234
+ "shas": [["c6d2d8fbf467c79bb26c82bbaa8eccc262c30b49", "sevennation@web.de", "English", "Grubeklee"], ["ead1c462b8588b47660c072bf7729cd066f8ccfd", "sevennation@web.de", "MenuBar Item translate from german to english", "Grubeklee"]],
235
+ "ref": "refs/heads/master"
236
+ },
237
+ "url": "https://github.com//starchimpsgroup/3dvv/compare/ee3d010d6e...ead1c462b8",
238
+ "times": 0,
239
+ "type": "PushEvent"
240
+ },
241
+ {
242
+ "actor_attributes": {
243
+ "gravatar_id": "578b18228651d59023d4644ba57f101d",
244
+ "type": "User",
245
+ "login": "Birdman84"
246
+ },
247
+ "repository": {
248
+ "has_issues": true,
249
+ "language": "PHP",
250
+ "pushed_at": "2011/01/18 11:42:04 -0800",
251
+ "url": "https://github.com/MateuszWijas/Lightsaber",
252
+ "has_downloads": true,
253
+ "homepage": "",
254
+ "watchers": 2,
255
+ "created_at": "2011/01/15 17:02:13 -0800",
256
+ "forks": 2,
257
+ "fork": false,
258
+ "has_wiki": true,
259
+ "size": 612,
260
+ "private": false,
261
+ "name": "Lightsaber",
262
+ "owner": "MateuszWijas",
263
+ "open_issues": 0,
264
+ "description": "Simple blogging engine."
265
+ },
266
+ "created_at": "2011/01/18 11:42:05 -0800",
267
+ "public": true,
268
+ "actor": "Birdman84",
269
+ "payload": {
270
+ "repo": "MateuszWijas/Lightsaber",
271
+ "head": "5b08f24c66ffe8548e696cb31f5c9165fb8d21fa",
272
+ "size": 1,
273
+ "actor": "Birdman84",
274
+ "actor_gravatar": "578b18228651d59023d4644ba57f101d",
275
+ "shas": [["5b08f24c66ffe8548e696cb31f5c9165fb8d21fa", "brian.hamelin@gmail.com", "This commit is to undo the changes that I made to the README file", "Brian Hamelin"]],
276
+ "ref": "refs/heads/master"
277
+ },
278
+ "url": "https://github.com//MateuszWijas/Lightsaber/compare/cee8471703...5b08f24c66",
279
+ "times": 0,
280
+ "type": "PushEvent"
281
+ },
282
+ {
283
+ "actor_attributes": {
284
+ "name": "Lukasz",
285
+ "gravatar_id": "c94c7589b846ae4be09bc90faaefa91b",
286
+ "blog": "www.acidbits.org",
287
+ "type": "User",
288
+ "login": "kukems"
289
+ },
290
+ "repository": {
291
+ "has_issues": true,
292
+ "url": "https://github.com/kukems/scala-examples",
293
+ "has_downloads": true,
294
+ "homepage": "",
295
+ "watchers": 1,
296
+ "created_at": "2011/01/18 11:42:04 -0800",
297
+ "forks": 1,
298
+ "fork": false,
299
+ "has_wiki": true,
300
+ "size": 0,
301
+ "private": false,
302
+ "name": "scala-examples",
303
+ "owner": "kukems",
304
+ "open_issues": 0,
305
+ "description": ""
306
+ },
307
+ "created_at": "2011/01/18 11:42:05 -0800",
308
+ "public": true,
309
+ "actor": "kukems",
310
+ "payload": {
311
+ "name": "scala-examples",
312
+ "object_name": null,
313
+ "object": "repository"
314
+ },
315
+ "url": "https://github.com//kukems/scala-examples",
316
+ "times": 0,
317
+ "type": "CreateEvent"
318
+ },
319
+ {
320
+ "actor_attributes": {
321
+ "name": "Michael Borgwardt",
322
+ "company": "Object Vision Software AG",
323
+ "gravatar_id": "0382297f273df0a544b0c6c2734de096",
324
+ "location": "Munich, Germany",
325
+ "blog": "http://www.brazzy.de/",
326
+ "type": "User",
327
+ "login": "brazzy",
328
+ "email": "brazzy@gmail.com"
329
+ },
330
+ "repository": {
331
+ "has_issues": true,
332
+ "language": "Groovy",
333
+ "pushed_at": "2010/12/24 08:44:56 -0800",
334
+ "url": "https://github.com/brazzy/nikki",
335
+ "has_downloads": true,
336
+ "homepage": "http://www.brazzy.de/nikki/",
337
+ "watchers": 1,
338
+ "created_at": "2010/04/05 07:01:21 -0700",
339
+ "forks": 1,
340
+ "fork": false,
341
+ "has_wiki": true,
342
+ "size": 54694,
343
+ "private": false,
344
+ "name": "nikki",
345
+ "owner": "brazzy",
346
+ "open_issues": 16,
347
+ "description": "GPS Photo diary - standalone Java app, geotagging, export to KMZ"
348
+ },
349
+ "created_at": "2011/01/18 11:42:05 -0800",
350
+ "public": true,
351
+ "actor": "brazzy",
352
+ "payload": {
353
+ "url": "http://cloud.github.com/downloads/brazzy/nikki/Nikki_1.0.jar.pack.gz",
354
+ "id": 72892
355
+ },
356
+ "url": "https://github.com/",
357
+ "times": 0,
358
+ "type": "DownloadEvent"
359
+ },
360
+ {
361
+ "actor_attributes": {
362
+ "name": "Karsten Dambekalns",
363
+ "gravatar_id": "db9c76fa80a365925ca64c4c4818f371",
364
+ "location": "",
365
+ "type": "User",
366
+ "login": "k-fish",
367
+ "email": "karsten@typo3.org"
368
+ },
369
+ "repository": {
370
+ "has_issues": true,
371
+ "language": "JavaScript",
372
+ "pushed_at": "2011/01/18 11:42:03 -0800",
373
+ "url": "https://github.com/k-fish/Plat_Forms-2011",
374
+ "has_downloads": true,
375
+ "homepage": "",
376
+ "watchers": 3,
377
+ "created_at": "2011/01/14 07:21:37 -0800",
378
+ "forks": 1,
379
+ "fork": false,
380
+ "has_wiki": true,
381
+ "size": 9568,
382
+ "private": false,
383
+ "name": "Plat_Forms-2011",
384
+ "owner": "k-fish",
385
+ "open_issues": 0,
386
+ "description": "The FLOW3 project for the contest"
387
+ },
388
+ "created_at": "2011/01/18 11:42:04 -0800",
389
+ "public": true,
390
+ "actor": "k-fish",
391
+ "payload": {
392
+ "repo": "k-fish/Plat_Forms-2011",
393
+ "head": "adb9c120584f156c02933c812f3a5a34df9aee8e",
394
+ "size": 4,
395
+ "actor": "k-fish",
396
+ "actor_gravatar": "db9c76fa80a365925ca64c4c4818f371",
397
+ "shas": [["a7b5f7e9ee42156c21651e8f531e30906301559e", "karsten@typo3.org", "Enhance conference listing\n\nThe portal front now displays categories (M8) for drill-down (M13, M14)\nand lists upcoming conferences (M9), further seperated by start date\n(S10, m11, m12).", "Karsten Dambekalns"], ["3c716681f1282362d717ba4c450c0510ef3e5f03", "karsten@typo3.org", "Fix findCurrent methods in ConferenceRepository\n\n\"Running now\" query was broken and the filtering by category didn't work.", "Karsten Dambekalns"], ["4beae417e7291510c264ebcf6df13515b5646d45", "karsten@typo3.org", "Add conference single view", "Karsten Dambekalns"], ["adb9c120584f156c02933c812f3a5a34df9aee8e", "karsten@typo3.org", "Small documentation fix in FLOW3 base Repository", "Karsten Dambekalns"]],
398
+ "ref": "refs/heads/master"
399
+ },
400
+ "url": "https://github.com//k-fish/Plat_Forms-2011/compare/cc14b27d4c...adb9c12058",
401
+ "times": 0,
402
+ "type": "PushEvent"
403
+ },
404
+ {
405
+ "actor_attributes": {
406
+ "name": "Kevin McCarthy",
407
+ "gravatar_id": "b3b78ba1acbf09ba202987d2d93ab72f",
408
+ "location": "Kailua, Hawaii",
409
+ "blog": "http://kevinmccarthy.org/",
410
+ "type": "User",
411
+ "login": "kevin1024",
412
+ "email": "me@kevinmccarthy.org"
413
+ },
414
+ "repository": {
415
+ "has_issues": true,
416
+ "language": "JavaScript",
417
+ "pushed_at": "2011/01/17 15:32:47 -0800",
418
+ "url": "https://github.com/coopernurse/node-pool",
419
+ "has_downloads": true,
420
+ "homepage": "",
421
+ "watchers": 33,
422
+ "created_at": "2010/10/01 18:39:40 -0700",
423
+ "forks": 4,
424
+ "fork": false,
425
+ "has_wiki": true,
426
+ "size": 428,
427
+ "private": false,
428
+ "name": "node-pool",
429
+ "owner": "coopernurse",
430
+ "open_issues": 1,
431
+ "description": "Generic resource pooling for node.js"
432
+ },
433
+ "created_at": "2011/01/18 11:42:00 -0800",
434
+ "public": true,
435
+ "actor": "kevin1024",
436
+ "payload": {
437
+ "repo": "coopernurse/node-pool",
438
+ "actor": "kevin1024",
439
+ "action": "started",
440
+ "actor_gravatar": "b3b78ba1acbf09ba202987d2d93ab72f"
441
+ },
442
+ "url": "https://github.com//coopernurse/node-pool",
443
+ "times": 0,
444
+ "type": "WatchEvent"
445
+ },
446
+ {
447
+ "actor_attributes": {
448
+ "name": "Renaudeau Gaetan",
449
+ "company": "Zenexity",
450
+ "gravatar_id": "58ffb06383a945fe614248a01a288343",
451
+ "location": "France",
452
+ "blog": "http:/grenlibre.fr",
453
+ "type": "User",
454
+ "login": "gre",
455
+ "email": "pro@grenlibre.fr"
456
+ },
457
+ "repository": {
458
+ "has_issues": true,
459
+ "pushed_at": "2011/01/18 11:41:56 -0800",
460
+ "url": "https://github.com/gre/play-packages",
461
+ "has_downloads": true,
462
+ "homepage": "http://playframework.org/",
463
+ "watchers": 1,
464
+ "created_at": "2011/01/17 11:22:23 -0800",
465
+ "forks": 1,
466
+ "fork": false,
467
+ "has_wiki": true,
468
+ "size": 380,
469
+ "private": false,
470
+ "name": "play-packages",
471
+ "owner": "gre",
472
+ "open_issues": 0,
473
+ "description": "Play Framework package sources for Linux distributions : ArchLinux, (more soon...)"
474
+ },
475
+ "created_at": "2011/01/18 11:41:57 -0800",
476
+ "public": true,
477
+ "actor": "gre",
478
+ "payload": {
479
+ "repo": "gre/play-packages",
480
+ "head": "059b471b601c798190f2c479f0b534da906c7e67",
481
+ "size": 1,
482
+ "actor": "gre",
483
+ "actor_gravatar": "58ffb06383a945fe614248a01a288343",
484
+ "shas": [["059b471b601c798190f2c479f0b534da906c7e67", "gre@zenexity.com", "Using a patch for python2 replace instead of a sed", "Gaetan Renaudeau"]],
485
+ "ref": "refs/heads/master"
486
+ },
487
+ "url": "https://github.com//gre/play-packages/compare/93d86eb5fb...059b471b60",
488
+ "times": 0,
489
+ "type": "PushEvent"
490
+ },
491
+ {
492
+ "actor_attributes": {
493
+ "name": "James Herdman",
494
+ "company": "Celect.org",
495
+ "gravatar_id": "afd42fff23928a20972d60744fcdca4a",
496
+ "location": "Toronto, ON",
497
+ "blog": "http://jherdman.github.com",
498
+ "type": "User",
499
+ "login": "jherdman",
500
+ "email": "james.herdman@me.com"
501
+ },
502
+ "repository": {
503
+ "has_issues": false,
504
+ "language": "Ruby",
505
+ "pushed_at": "2010/08/01 15:15:10 -0700",
506
+ "url": "https://github.com/pluginaweek/state_machine",
507
+ "has_downloads": true,
508
+ "organization": "pluginaweek",
509
+ "homepage": "http://www.pluginaweek.org",
510
+ "watchers": 877,
511
+ "created_at": "2008/06/24 20:41:05 -0700",
512
+ "forks": 52,
513
+ "fork": false,
514
+ "has_wiki": true,
515
+ "size": 4564,
516
+ "private": false,
517
+ "name": "state_machine",
518
+ "owner": "pluginaweek",
519
+ "open_issues": 3,
520
+ "description": "Adds support for creating state machines for attributes on any Ruby class"
521
+ },
522
+ "created_at": "2011/01/18 11:41:56 -0800",
523
+ "public": true,
524
+ "actor": "jherdman",
525
+ "payload": {
526
+ "repo": "pluginaweek/state_machine",
527
+ "actor": "jherdman",
528
+ "action": "started",
529
+ "actor_gravatar": "afd42fff23928a20972d60744fcdca4a"
530
+ },
531
+ "url": "https://github.com//pluginaweek/state_machine",
532
+ "times": 0,
533
+ "type": "WatchEvent"
534
+ },
535
+ {
536
+ "actor_attributes": {
537
+ "name": "David Grudl",
538
+ "gravatar_id": "583bcf76466286a687368ef66a21e5cd",
539
+ "blog": "http://davidgrudl.com",
540
+ "type": "User",
541
+ "login": "dg"
542
+ },
543
+ "repository": {
544
+ "has_issues": true,
545
+ "language": "PHP",
546
+ "pushed_at": "2011/01/18 11:41:55 -0800",
547
+ "url": "https://github.com/nette/sandbox",
548
+ "has_downloads": true,
549
+ "organization": "nette",
550
+ "homepage": "",
551
+ "watchers": 26,
552
+ "created_at": "2010/10/09 13:50:19 -0700",
553
+ "forks": 4,
554
+ "fork": false,
555
+ "has_wiki": true,
556
+ "size": 1032,
557
+ "private": false,
558
+ "name": "sandbox",
559
+ "owner": "nette",
560
+ "open_issues": 0,
561
+ "description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application."
562
+ },
563
+ "created_at": "2011/01/18 11:41:55 -0800",
564
+ "public": true,
565
+ "actor": "dg",
566
+ "payload": {
567
+ "repo": "nette/sandbox",
568
+ "head": "241773b2cb4cc289208e3b99a99dce5ec7887e52",
569
+ "size": 1,
570
+ "actor": "dg",
571
+ "actor_gravatar": "583bcf76466286a687368ef66a21e5cd",
572
+ "shas": [["241773b2cb4cc289208e3b99a99dce5ec7887e52", "david@grudl.com", "adminer: improved CSS and link to table", "David Grudl"]],
573
+ "ref": "refs/heads/master"
574
+ },
575
+ "url": "https://github.com//nette/sandbox/compare/39adac41a3...241773b2cb",
576
+ "times": 0,
577
+ "type": "PushEvent"
578
+ },
579
+ {
580
+ "actor_attributes": {
581
+ "name": "Dustin Webber",
582
+ "company": "LookyCode",
583
+ "gravatar_id": "4547f77730a1dcf64d10f842cd1f2042",
584
+ "location": "Detroit, Michigan",
585
+ "blog": "http://www.lookycode.com",
586
+ "type": "User",
587
+ "login": "mephux",
588
+ "email": "dustin.webber@gmail.com"
589
+ },
590
+ "repository": {
591
+ "has_issues": true,
592
+ "language": "JavaScript",
593
+ "pushed_at": "2011/01/18 11:41:53 -0800",
594
+ "url": "https://github.com/Snorby/snorby",
595
+ "has_downloads": true,
596
+ "organization": "Snorby",
597
+ "homepage": "http://www.snorby.org",
598
+ "watchers": 39,
599
+ "created_at": "2010/10/09 12:09:49 -0700",
600
+ "forks": 1,
601
+ "fork": false,
602
+ "has_wiki": true,
603
+ "size": 8372,
604
+ "private": false,
605
+ "name": "snorby",
606
+ "owner": "Snorby",
607
+ "open_issues": 7,
608
+ "description": "The Official Snorby 2.0 Repository"
609
+ },
610
+ "created_at": "2011/01/18 11:41:54 -0800",
611
+ "public": true,
612
+ "actor": "mephux",
613
+ "payload": {
614
+ "repo": "Snorby/snorby",
615
+ "head": "a3a17b1767d4da4d8d9a3b00892f6092d1641309",
616
+ "size": 1,
617
+ "actor": "mephux",
618
+ "actor_gravatar": "4547f77730a1dcf64d10f842cd1f2042",
619
+ "shas": [["a3a17b1767d4da4d8d9a3b00892f6092d1641309", "dustin.webber@gmail.com", "version bump: 2.2.1", "Dustin Willis Webber"]],
620
+ "ref": "refs/heads/2.2.1"
621
+ },
622
+ "url": "https://github.com//Snorby/snorby/compare/f9f6df2aa7...a3a17b1767",
623
+ "times": 0,
624
+ "type": "PushEvent"
625
+ },
626
+ {
627
+ "actor_attributes": {
628
+ "name": "Ralf Vogler",
629
+ "gravatar_id": "07c5d07f7a669cfcb9d1fb5a35c1762d",
630
+ "location": "Munich",
631
+ "type": "User",
632
+ "login": "vogler"
633
+ },
634
+ "repository": {
635
+ "has_issues": true,
636
+ "language": "C++",
637
+ "pushed_at": "2011/01/18 11:41:53 -0800",
638
+ "url": "https://github.com/vogler/AR-Project",
639
+ "has_downloads": true,
640
+ "homepage": "",
641
+ "watchers": 1,
642
+ "created_at": "2011/01/18 11:33:09 -0800",
643
+ "forks": 1,
644
+ "fork": false,
645
+ "has_wiki": true,
646
+ "size": 144,
647
+ "private": false,
648
+ "name": "AR-Project",
649
+ "owner": "vogler",
650
+ "open_issues": 0,
651
+ "description": ""
652
+ },
653
+ "created_at": "2011/01/18 11:41:53 -0800",
654
+ "public": true,
655
+ "actor": "vogler",
656
+ "payload": {
657
+ "name": "AR-Project",
658
+ "object_name": "master",
659
+ "object": "branch"
660
+ },
661
+ "url": "https://github.com//vogler/AR-Project/compare/master",
662
+ "times": 0,
663
+ "type": "CreateEvent"
664
+ },
665
+ {
666
+ "actor_attributes": {
667
+ "gravatar_id": "2b8b97fdeb23a1760eb4aae62d6e696b",
668
+ "type": "User",
669
+ "login": "nzeer"
670
+ },
671
+ "repository": {
672
+ "has_issues": true,
673
+ "language": "Lua",
674
+ "pushed_at": "2011/01/18 11:41:51 -0800",
675
+ "url": "https://github.com/nzeer/Addons",
676
+ "has_downloads": true,
677
+ "homepage": "",
678
+ "watchers": 1,
679
+ "created_at": "2011/01/15 15:45:18 -0800",
680
+ "forks": 1,
681
+ "fork": false,
682
+ "has_wiki": true,
683
+ "size": 58268,
684
+ "private": false,
685
+ "name": "Addons",
686
+ "owner": "nzeer",
687
+ "open_issues": 0,
688
+ "description": ""
689
+ },
690
+ "created_at": "2011/01/18 11:41:51 -0800",
691
+ "public": true,
692
+ "actor": "nzeer",
693
+ "payload": {
694
+ "repo": "nzeer/Addons",
695
+ "head": "552d89311431d99e5a3bce0acc599f337152d01a",
696
+ "size": 1,
697
+ "actor": "nzeer",
698
+ "actor_gravatar": "2b8b97fdeb23a1760eb4aae62d6e696b",
699
+ "shas": [["552d89311431d99e5a3bce0acc599f337152d01a", "rmjackson@gmail.com", "updated addongit to 1.1-1", "Robert Jackson"]],
700
+ "ref": "refs/heads/master"
701
+ },
702
+ "url": "https://github.com//nzeer/Addons/compare/55c3e9e1bb...552d893114",
703
+ "times": 0,
704
+ "type": "PushEvent"
705
+ },
706
+ {
707
+ "actor_attributes": {
708
+ "gravatar_id": "9730f3c36682db465037642fec551497",
709
+ "type": "User",
710
+ "login": "cyril95"
711
+ },
712
+ "repository": {
713
+ "has_issues": true,
714
+ "language": "Perl",
715
+ "pushed_at": "2011/01/18 11:41:50 -0800",
716
+ "url": "https://github.com/cyril95/directory-generator-snom",
717
+ "has_downloads": true,
718
+ "homepage": "",
719
+ "watchers": 1,
720
+ "created_at": "2010/12/15 07:06:10 -0800",
721
+ "forks": 1,
722
+ "fork": false,
723
+ "has_wiki": true,
724
+ "size": 172,
725
+ "private": false,
726
+ "name": "directory-generator-snom",
727
+ "owner": "cyril95",
728
+ "open_issues": 0,
729
+ "description": "Generate an SNOM tbook.xml directory from LDAP ."
730
+ },
731
+ "created_at": "2011/01/18 11:41:50 -0800",
732
+ "public": true,
733
+ "actor": "cyril95",
734
+ "payload": {
735
+ "repo": "cyril95/directory-generator-snom",
736
+ "head": "5c9b4a60fac5bfa5888010f9f5e5807ffbc9c9d1",
737
+ "size": 1,
738
+ "actor": "cyril95",
739
+ "actor_gravatar": "9730f3c36682db465037642fec551497",
740
+ "shas": [["5c9b4a60fac5bfa5888010f9f5e5807ffbc9c9d1", "cyril@levis-heb.net", "init annuaire", "Cyril Levis"]],
741
+ "ref": "refs/heads/master"
742
+ },
743
+ "url": "https://github.com//cyril95/directory-generator-snom/compare/b9ac9f31d7...5c9b4a60fa",
744
+ "times": 0,
745
+ "type": "PushEvent"
746
+ },
747
+ {
748
+ "actor_attributes": {
749
+ "name": "john salvatier",
750
+ "gravatar_id": "ef51b6c49b0e2ee4c3bcced82868f4ec",
751
+ "type": "User",
752
+ "login": "jsalvatier"
753
+ },
754
+ "repository": {
755
+ "has_issues": true,
756
+ "language": "Python",
757
+ "pushed_at": "2011/01/18 11:41:45 -0800",
758
+ "url": "https://github.com/jsalvatier/multichain_mcmc",
759
+ "has_downloads": true,
760
+ "homepage": "pypi.python.org/pypi/multichain_mcmc",
761
+ "watchers": 2,
762
+ "created_at": "2010/05/10 14:18:54 -0700",
763
+ "forks": 1,
764
+ "fork": false,
765
+ "has_wiki": true,
766
+ "size": 5144,
767
+ "private": false,
768
+ "name": "multichain_mcmc",
769
+ "owner": "jsalvatier",
770
+ "open_issues": 0,
771
+ "description": "Multichain MCMC framework and algorithms based on PyMC."
772
+ },
773
+ "created_at": "2011/01/18 11:41:46 -0800",
774
+ "public": true,
775
+ "actor": "jsalvatier",
776
+ "payload": {
777
+ "repo": "jsalvatier/multichain_mcmc",
778
+ "head": "cab59ad64ecbbc4a85bc0f8a21f7470b3718a832",
779
+ "size": 1,
780
+ "actor": "jsalvatier",
781
+ "actor_gravatar": "ef51b6c49b0e2ee4c3bcced82868f4ec",
782
+ "shas": [["cab59ad64ecbbc4a85bc0f8a21f7470b3718a832", "jsalvatier@gmail.com", "added missing file", "john salvatier"]],
783
+ "ref": "refs/heads/master"
784
+ },
785
+ "url": "https://github.com//jsalvatier/multichain_mcmc/compare/ea974483d2...cab59ad64e",
786
+ "times": 0,
787
+ "type": "PushEvent"
788
+ },
789
+ {
790
+ "actor_attributes": {
791
+ "name": "flopez",
792
+ "gravatar_id": "81e618836ebb88a27d5c38e79037c2b2",
793
+ "type": "User",
794
+ "login": "flopezluis",
795
+ "email": "hola@flopezluis.es"
796
+ },
797
+ "repository": {
798
+ "has_issues": false,
799
+ "language": "Python",
800
+ "pushed_at": "2011/01/18 11:41:43 -0800",
801
+ "url": "https://github.com/flopezluis/python_koans",
802
+ "has_downloads": true,
803
+ "homepage": "http://bitbucket.org/gregmalcolm/python_koans/",
804
+ "watchers": 1,
805
+ "created_at": "2011/01/17 06:56:25 -0800",
806
+ "forks": 0,
807
+ "fork": true,
808
+ "has_wiki": true,
809
+ "size": 184,
810
+ "private": false,
811
+ "name": "python_koans",
812
+ "owner": "flopezluis",
813
+ "open_issues": 0,
814
+ "description": "Mirror of Python Koans project"
815
+ },
816
+ "created_at": "2011/01/18 11:41:44 -0800",
817
+ "public": true,
818
+ "actor": "flopezluis",
819
+ "payload": {
820
+ "repo": "flopezluis/python_koans",
821
+ "head": "b22f202c63cab7a0bdff0977a524c6adb20cfecf",
822
+ "size": 1,
823
+ "actor": "flopezluis",
824
+ "actor_gravatar": "81e618836ebb88a27d5c38e79037c2b2",
825
+ "shas": [["b22f202c63cab7a0bdff0977a524c6adb20cfecf", "hola@flopezluis.es", "added two cases", "flopezluis"]],
826
+ "ref": "refs/heads/master"
827
+ },
828
+ "url": "https://github.com//flopezluis/python_koans/compare/45e72b2c25...b22f202c63",
829
+ "times": 0,
830
+ "type": "PushEvent"
831
+ },
832
+ {
833
+ "actor_attributes": {
834
+ "name": "Francois Lafortune",
835
+ "gravatar_id": "8f04f964f253fb9729392065c8583847",
836
+ "location": "Montreal",
837
+ "blog": "http://quickredfox.at",
838
+ "type": "User",
839
+ "login": "quickredfox",
840
+ "email": "me@quickredfox.at"
841
+ },
842
+ "repository": {
843
+ "has_issues": true,
844
+ "pushed_at": "2011/01/18 11:38:54 -0800",
845
+ "url": "https://github.com/quickredfox/overlord",
846
+ "has_downloads": true,
847
+ "homepage": "",
848
+ "watchers": 1,
849
+ "created_at": "2011/01/18 11:37:25 -0800",
850
+ "forks": 1,
851
+ "fork": false,
852
+ "has_wiki": true,
853
+ "size": 108,
854
+ "private": false,
855
+ "name": "overlord",
856
+ "owner": "quickredfox",
857
+ "open_issues": 1,
858
+ "description": "An attempt at building flexible, nodejs-based automation tools without magical assumptions. "
859
+ },
860
+ "created_at": "2011/01/18 11:41:41 -0800",
861
+ "public": true,
862
+ "actor": "quickredfox",
863
+ "payload": {
864
+ "repo": "quickredfox/overlord",
865
+ "number": 1,
866
+ "actor": "quickredfox",
867
+ "action": "opened",
868
+ "actor_gravatar": "8f04f964f253fb9729392065c8583847",
869
+ "issue": 534932
870
+ },
871
+ "url": "https://github.com//quickredfox/overlord/issues/1/find",
872
+ "times": 0,
873
+ "type": "IssuesEvent"
874
+ },
875
+ {
876
+ "actor_attributes": {
877
+ "name": "Vadim A. Byshovets",
878
+ "gravatar_id": "dad9366cb3534ffc3135bd71419d86a1",
879
+ "type": "User",
880
+ "login": "byshovets",
881
+ "email": "byshovets@gmail.com"
882
+ },
883
+ "repository": {
884
+ "has_issues": false,
885
+ "pushed_at": "2011/01/18 11:41:38 -0800",
886
+ "url": "https://github.com/byshovets/diploma",
887
+ "has_downloads": true,
888
+ "homepage": "http://bva.ath.cx",
889
+ "watchers": 1,
890
+ "created_at": "2011/01/09 14:01:45 -0800",
891
+ "forks": 1,
892
+ "fork": false,
893
+ "has_wiki": false,
894
+ "size": 864,
895
+ "private": false,
896
+ "name": "diploma",
897
+ "owner": "byshovets",
898
+ "open_issues": 0,
899
+ "description": "Дипломный проект"
900
+ },
901
+ "created_at": "2011/01/18 11:41:38 -0800",
902
+ "public": true,
903
+ "actor": "byshovets",
904
+ "payload": {
905
+ "repo": "byshovets/diploma",
906
+ "head": "c462ada7d0d4ff0c3fcc281db1c8e147cce2b971",
907
+ "size": 1,
908
+ "actor": "byshovets",
909
+ "actor_gravatar": "dad9366cb3534ffc3135bd71419d86a1",
910
+ "shas": [["c462ada7d0d4ff0c3fcc281db1c8e147cce2b971", "byshovets@gmail.com", "готовим src", "Vadim A. Byshovets"]],
911
+ "ref": "refs/heads/master"
912
+ },
913
+ "url": "https://github.com//byshovets/diploma/compare/8341c8485f...c462ada7d0",
914
+ "times": 0,
915
+ "type": "PushEvent"
916
+ },
917
+ {
918
+ "actor_attributes": {
919
+ "gravatar_id": "67988ff9685be91c891ee6b26a97cfb3",
920
+ "type": "User",
921
+ "login": "tc0nn"
922
+ },
923
+ "repository": {
924
+ "has_issues": true,
925
+ "language": "Python",
926
+ "pushed_at": "2011/01/18 11:41:35 -0800",
927
+ "url": "https://github.com/tc0nn/scripts",
928
+ "has_downloads": true,
929
+ "homepage": "",
930
+ "watchers": 1,
931
+ "created_at": "2010/06/10 07:13:02 -0700",
932
+ "forks": 1,
933
+ "fork": false,
934
+ "has_wiki": true,
935
+ "size": 31744,
936
+ "private": false,
937
+ "name": "scripts",
938
+ "owner": "tc0nn",
939
+ "open_issues": 0,
940
+ "description": "Home Directory Scripts"
941
+ },
942
+ "created_at": "2011/01/18 11:41:36 -0800",
943
+ "public": true,
944
+ "actor": "tc0nn",
945
+ "payload": {
946
+ "repo": "tc0nn/scripts",
947
+ "head": "261c22a6720262f4e436aa38248500f24089c5a4",
948
+ "size": 1,
949
+ "actor": "tc0nn",
950
+ "actor_gravatar": "67988ff9685be91c891ee6b26a97cfb3",
951
+ "shas": [["261c22a6720262f4e436aa38248500f24089c5a4", "tim@timsnet.com", "Tue Jan 18 13:41:34 CST 2011 from itbox02", "Tim Connolly"]],
952
+ "ref": "refs/heads/master"
953
+ },
954
+ "url": "https://github.com//tc0nn/scripts/compare/782458a20c...261c22a672",
955
+ "times": 0,
956
+ "type": "PushEvent"
957
+ },
958
+ {
959
+ "actor_attributes": {
960
+ "name": "Michael Granger",
961
+ "company": "LAIKA, Inc.",
962
+ "gravatar_id": "04cdb622ce0aac272b61f23f373e2abf",
963
+ "location": "Portland, OR",
964
+ "blog": "http://deveiate.org/",
965
+ "type": "User",
966
+ "login": "ged",
967
+ "email": "ged@FaerieMUD.org"
968
+ },
969
+ "repository": {
970
+ "has_issues": true,
971
+ "language": "Ruby",
972
+ "pushed_at": "2011/01/18 11:41:35 -0800",
973
+ "url": "https://github.com/ged/treequel",
974
+ "has_downloads": true,
975
+ "homepage": "http://deveiate.org/projects/Treequel",
976
+ "watchers": 5,
977
+ "created_at": "2010/10/02 19:47:06 -0700",
978
+ "forks": 2,
979
+ "fork": false,
980
+ "has_wiki": true,
981
+ "size": 1392,
982
+ "private": false,
983
+ "name": "treequel",
984
+ "owner": "ged",
985
+ "open_issues": 0,
986
+ "description": "An LDAP toolkit for Ruby, intended to allow quick, easy access to LDAP directories in a manner consistent with LDAP's hierarchical, free-form nature. "
987
+ },
988
+ "created_at": "2011/01/18 11:41:36 -0800",
989
+ "public": true,
990
+ "actor": "ged",
991
+ "payload": {
992
+ "repo": "ged/treequel",
993
+ "head": "e247b1362b23720dfe249d82e37b923a3d59b291",
994
+ "size": 1,
995
+ "actor": "ged",
996
+ "actor_gravatar": "04cdb622ce0aac272b61f23f373e2abf",
997
+ "shas": [["e247b1362b23720dfe249d82e37b923a3d59b291", "ged@FaerieMUD.org", "Bump patch version; simplify Treequel::Model#apply_applicable_mixins", "Michael Granger"]],
998
+ "ref": "refs/heads/master"
999
+ },
1000
+ "url": "https://github.com//ged/treequel/compare/a85f86e419...e247b1362b",
1001
+ "times": 0,
1002
+ "type": "PushEvent"
1003
+ },
1004
+ {
1005
+ "actor_attributes": {
1006
+ "name": "Joel Brown",
1007
+ "company": "Perception Design",
1008
+ "gravatar_id": "b293d93a09584a463212bcc133d674a0",
1009
+ "location": "Toronto, Ontario",
1010
+ "blog": "www.perceptiondesign.ca",
1011
+ "type": "User",
1012
+ "login": "surfer-43",
1013
+ "email": "surfer_43@hotmail.com"
1014
+ },
1015
+ "created_at": "2011/01/18 11:41:33 -0800",
1016
+ "public": true,
1017
+ "actor": "surfer-43",
1018
+ "payload": {
1019
+ "actor": "surfer-43",
1020
+ "actor_gravatar": "b293d93a09584a463212bcc133d674a0",
1021
+ "target": {
1022
+ "repos": 3,
1023
+ "followers": 10,
1024
+ "login": "pnitsch",
1025
+ "gravatar_id": "1b346806896108e27a5e90349ac7a281"
1026
+ }
1027
+ },
1028
+ "times": 0,
1029
+ "type": "FollowEvent"
1030
+ },
1031
+ {
1032
+ "actor_attributes": {
1033
+ "name": "",
1034
+ "gravatar_id": "c92497f11cb4bacfdf0e27ebb18dfe4f",
1035
+ "blog": "www.12meses12katas.com",
1036
+ "type": "User",
1037
+ "login": "12meses12katas"
1038
+ },
1039
+ "repository": {
1040
+ "has_issues": true,
1041
+ "pushed_at": "2011/01/14 08:07:57 -0800",
1042
+ "url": "https://github.com/12meses12katas/Enero-String-Calculator",
1043
+ "has_downloads": true,
1044
+ "homepage": "www.12meses12katas.com",
1045
+ "watchers": 20,
1046
+ "created_at": "2011/01/14 01:31:27 -0800",
1047
+ "forks": 3,
1048
+ "fork": false,
1049
+ "has_wiki": true,
1050
+ "size": 108,
1051
+ "private": false,
1052
+ "name": "Enero-String-Calculator",
1053
+ "owner": "12meses12katas",
1054
+ "open_issues": 1,
1055
+ "description": "Kata del mes de Enero del 2011: String Calculator"
1056
+ },
1057
+ "created_at": "2011/01/18 11:41:28 -0800",
1058
+ "public": true,
1059
+ "actor": "12meses12katas",
1060
+ "payload": {
1061
+ "repo": "12meses12katas/Enero-String-Calculator",
1062
+ "actor": "12meses12katas",
1063
+ "member": "GermanDZ",
1064
+ "action": "added",
1065
+ "actor_gravatar": "c92497f11cb4bacfdf0e27ebb18dfe4f"
1066
+ },
1067
+ "url": "https://github.com//12meses12katas/Enero-String-Calculator",
1068
+ "times": 0,
1069
+ "type": "MemberEvent"
1070
+ },
1071
+ {
1072
+ "actor_attributes": {
1073
+ "gravatar_id": "5365a5d8c7b7389ef6c20a50189c8572",
1074
+ "type": "User",
1075
+ "login": "opatut"
1076
+ },
1077
+ "repository": {
1078
+ "has_issues": true,
1079
+ "pushed_at": "2011/01/18 11:41:14 -0800",
1080
+ "url": "https://github.com/opatut/Shaders",
1081
+ "has_downloads": true,
1082
+ "homepage": "",
1083
+ "watchers": 1,
1084
+ "created_at": "2011/01/18 09:52:20 -0800",
1085
+ "forks": 1,
1086
+ "fork": false,
1087
+ "has_wiki": true,
1088
+ "size": 108,
1089
+ "private": false,
1090
+ "name": "Shaders",
1091
+ "owner": "opatut",
1092
+ "open_issues": 0,
1093
+ "description": "Playing around with SFML and GLSL Shaders "
1094
+ },
1095
+ "created_at": "2011/01/18 11:41:15 -0800",
1096
+ "public": true,
1097
+ "actor": "opatut",
1098
+ "payload": {
1099
+ "repo": "opatut/Shaders",
1100
+ "head": "1b467e61a6b6f9c737dfc08d1542ce82a37a3bc7",
1101
+ "size": 1,
1102
+ "actor": "opatut",
1103
+ "actor_gravatar": "5365a5d8c7b7389ef6c20a50189c8572",
1104
+ "shas": [["1b467e61a6b6f9c737dfc08d1542ce82a37a3bc7", "opatutlol@aol.com", "Funny mosaic.", "opatut"]],
1105
+ "ref": "refs/heads/master"
1106
+ },
1107
+ "url": "https://github.com//opatut/Shaders/compare/348bcef71a...1b467e61a6",
1108
+ "times": 0,
1109
+ "type": "PushEvent"
1110
+ },
1111
+ {
1112
+ "actor_attributes": {
1113
+ "name": "Paweł Pacana",
1114
+ "gravatar_id": "fcc3bb4ff848693a7532e74299aba106",
1115
+ "location": "Wrocław",
1116
+ "blog": "http://bitbucket.org/sensei",
1117
+ "type": "User",
1118
+ "login": "pawelpacana"
1119
+ },
1120
+ "repository": {
1121
+ "has_issues": true,
1122
+ "language": "Ruby",
1123
+ "pushed_at": "2011/01/18 11:41:11 -0800",
1124
+ "url": "https://github.com/drugpl/drug-site",
1125
+ "has_downloads": true,
1126
+ "organization": "drugpl",
1127
+ "homepage": "http://drug.org.pl",
1128
+ "watchers": 3,
1129
+ "created_at": "2011/01/18 08:20:14 -0800",
1130
+ "forks": 2,
1131
+ "fork": false,
1132
+ "has_wiki": true,
1133
+ "size": 712,
1134
+ "private": false,
1135
+ "name": "drug-site",
1136
+ "owner": "drugpl",
1137
+ "open_issues": 0,
1138
+ "description": "strona drug.org.pl"
1139
+ },
1140
+ "created_at": "2011/01/18 11:41:12 -0800",
1141
+ "public": true,
1142
+ "actor": "pawelpacana",
1143
+ "payload": {
1144
+ "repo": "drugpl/drug-site",
1145
+ "head": "fb6c6b7597f0f40b7b16bae75681cd689d66d227",
1146
+ "size": 1,
1147
+ "actor": "pawelpacana",
1148
+ "actor_gravatar": "fcc3bb4ff848693a7532e74299aba106",
1149
+ "shas": [["fb6c6b7597f0f40b7b16bae75681cd689d66d227", "pawel.pacana@gmail.com", "clickable header logo areat", "Paweł Pacana"]],
1150
+ "ref": "refs/heads/master"
1151
+ },
1152
+ "url": "https://github.com//drugpl/drug-site/compare/984584cd6c...fb6c6b7597",
1153
+ "times": 0,
1154
+ "type": "PushEvent"
1155
+ },
1156
+ {
1157
+ "actor_attributes": {
1158
+ "gravatar_id": "8d99b6b5c23fe7b25b1ea7da1a9dfe1a",
1159
+ "type": "User",
1160
+ "login": "torriem"
1161
+ },
1162
+ "repository": {
1163
+ "has_issues": true,
1164
+ "language": "C",
1165
+ "pushed_at": "2011/01/17 05:20:50 -0800",
1166
+ "url": "https://github.com/zfs-linux/zfs",
1167
+ "has_downloads": true,
1168
+ "organization": "zfs-linux",
1169
+ "homepage": "http://wiki.github.com/behlendorf/zfs/",
1170
+ "watchers": 14,
1171
+ "created_at": "2010/10/07 22:44:53 -0700",
1172
+ "forks": 1,
1173
+ "fork": true,
1174
+ "has_wiki": true,
1175
+ "size": 4216,
1176
+ "private": false,
1177
+ "name": "zfs",
1178
+ "owner": "zfs-linux",
1179
+ "open_issues": 15,
1180
+ "description": "Native ZFS for Linux"
1181
+ },
1182
+ "created_at": "2011/01/18 11:41:09 -0800",
1183
+ "public": true,
1184
+ "actor": "torriem",
1185
+ "payload": {
1186
+ "repo": "zfs-linux/zfs",
1187
+ "number": 103,
1188
+ "actor": "torriem",
1189
+ "action": "opened",
1190
+ "actor_gravatar": "8d99b6b5c23fe7b25b1ea7da1a9dfe1a",
1191
+ "issue": 534928
1192
+ },
1193
+ "url": "https://github.com//zfs-linux/zfs/issues/103/find",
1194
+ "times": 0,
1195
+ "type": "IssuesEvent"
1196
+ },
1197
+ {
1198
+ "actor_attributes": {
1199
+ "gravatar_id": "67988ff9685be91c891ee6b26a97cfb3",
1200
+ "type": "User",
1201
+ "login": "tc0nn"
1202
+ },
1203
+ "repository": {
1204
+ "has_issues": true,
1205
+ "language": "Python",
1206
+ "pushed_at": "2011/01/18 11:41:35 -0800",
1207
+ "url": "https://github.com/tc0nn/scripts",
1208
+ "has_downloads": true,
1209
+ "homepage": "",
1210
+ "watchers": 1,
1211
+ "created_at": "2010/06/10 07:13:02 -0700",
1212
+ "forks": 1,
1213
+ "fork": false,
1214
+ "has_wiki": true,
1215
+ "size": 31744,
1216
+ "private": false,
1217
+ "name": "scripts",
1218
+ "owner": "tc0nn",
1219
+ "open_issues": 0,
1220
+ "description": "Home Directory Scripts"
1221
+ },
1222
+ "created_at": "2011/01/18 11:41:08 -0800",
1223
+ "public": true,
1224
+ "actor": "tc0nn",
1225
+ "payload": {
1226
+ "repo": "tc0nn/scripts",
1227
+ "head": "782458a20c2f073ce510256d9dcc0a270ec565e6",
1228
+ "size": 1,
1229
+ "actor": "tc0nn",
1230
+ "actor_gravatar": "67988ff9685be91c891ee6b26a97cfb3",
1231
+ "shas": [["782458a20c2f073ce510256d9dcc0a270ec565e6", "tim@timsnet.com", "Tue Jan 18 13:41:06 CST 2011 from itbox02", "Tim Connolly"]],
1232
+ "ref": "refs/heads/master"
1233
+ },
1234
+ "url": "https://github.com//tc0nn/scripts/compare/efd0de7b3b...782458a20c",
1235
+ "times": 0,
1236
+ "type": "PushEvent"
1237
+ }]