Profile_bird

Hey there! railsedge is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving railsedge's updates.

Already using Twitter
from your phone? Click here.

Default_profile_bigger railsedge

  1. Integrate AMo XML serializer into AR- m activemodel/lib/active_model/serializers/xml.rb m activerecord/lib/active_r... http://bit.ly/iqKAn
  2. Add observing hooks to ARes- m activeresource/lib/active_resource/base.rb + activeresource/test/observing_test.rb ... http://bit.ly/4q1XK
  3. Switch scaffolding templates to HTML 5 doctype- m railties/html/404.html m railties/html/422.html m railties/html/5... http://bit.ly/wBvVi
  4. Make it so AR attributes which conflict with object-private methods (e.g. system) don't 'randomly' cause NoMethodEr... http://bit.ly/lwVWu
  5. Use the i18n gem if present instead of vendor code. [#2871 state:resolved]- m activesupport/lib/active_support/vend... http://bit.ly/4Gd3jL
  6. Ruby 1.9 style String interpolation support for lower ruby versions. Thanks to code from Masao Mutoh's GetText gem.... http://bit.ly/MRoOJ
  7. Add support for dumping non-standard primary keys when using the SQLite3 adapter. Fix unit tests so that this featu... http://bit.ly/g8xtO
  8. Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML attributes values should be true or fa... http://bit.ly/lCOCV
  9. Reapply Rails::Application::Path tweaks- m railties/lib/rails/configuration.rb m railties/lib/rails/paths.rb m rail... http://bit.ly/IhiT2
  10. Get Initializer tests running without requiring parts of Rails being loaded first- m activesupport/lib/active_suppo... http://bit.ly/BUlj0
  11. Ensure JSON serializer includes model naming- m activemodel/lib/active_model/serializers/json.rb m activemodel/test... http://bit.ly/P3xxs
  12. Initial extraction of AMo xml serializer- m activemodel/lib/active_model.rb + activemodel/lib/active_model/serializ... http://bit.ly/yOlAi
  13. Integrate AMo JSON serializer into AR- m activemodel/lib/active_model/attributes.rb m activemodel/lib/active_model/... http://bit.ly/1iKWs
  14. Revert "Modify the Rails::Application::Path object to allow for more concise path definition."- m railties/lib/rail... http://bit.ly/19ztMh
  15. Revert "Compact the way application paths are defined"- m railties/lib/rails/configuration.rb Revert "Compact the ... http://bit.ly/KN0wR
  16. Wrote tests for the :check_ruby_version initializer- + railties/test/initializer/check_ruby_version_test.rb Wrote ... http://bit.ly/QsZc5
  17. Added tests for the :install_gem_spec_stubs initializer- m railties/lib/initializer.rb m railties/test/initializer/... http://bit.ly/rUZmO
  18. Modify the Rails::Application::Path object to allow for more concise path definition.- m railties/lib/rails/paths.r... http://bit.ly/RM7L0
  19. Compact the way application paths are defined- m railties/lib/rails/configuration.rb Compact the way application p... http://bit.ly/DLIY1
  20. Adds support for def self.setup in isolation tests for setup that should be run only once in the parent- m activesu... http://bit.ly/hrGXR