More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#22 Arun Agrawal - All time
Showing 408 commits

Hash Date Message
d63e44c 2013-05-13 Fixing build broken by this change
afedb09 2013-05-10 Using map. No need to run query again
de5b89d 2013-05-10 Fixed pluck to be working with selects.
6ab3c73 2013-05-10 Remove useless else
8407ab1 2013-05-07 Build fix for scaffold generator
f1805a6 2013-05-04 Fixes Scaffold generator with --assets=false
bca866e 2013-04-29 Minor code duplication removed
d67f761 2013-03-25 Skipping test for OpenSSL::PKCS5 JRuby
28afe45 2013-03-22 StringIO is not required by default in JRuby
106e159 2013-03-15 Warning removed unused variable task_name
c8918c6 2013-03-08 Removing FIXME
3033dbe 2013-03-08 Using latest AR-JDBC for JRuby
53ea940 2013-01-20 Removing warning: shadowing outer local variable
c936218 2013-01-17 Removing : warning: ambiguous first argument;
92ab7ac 2012-12-30 warning removed: shadowing outer local variable
f71aa35 2012-12-28 Remove 'assigned but unused variable' warning
601cc60 2012-12-13 Fixed test names for generated_attribute_test.rb
4a7a858 2012-11-20 Initialize accessors to remove some warnings in Ruby 2.0
5ff5cce 2012-11-11 Removing warning : ambiguous first argument
c33c991 2012-11-10 Removing warning : assigned but unused variable
d065938 2012-11-01 Small change to remove warning unused variable.
1adb784 2012-10-28 Removing JSON for other ruby
ea14e76 2012-10-16 redcarpet gem will not work with JRuby!
11f01be 2012-10-12 warning removed: shadowing outer local variable - value
fdc4c84 2012-10-11 No need to test for rack-cache present in Gemfile
3121ac0 2012-10-10 warning fixed: ambiguous first argument; put parentheses...
2105167 2012-10-01 warning fixed: (...) interpreted as grouped expression
3e4458b 2012-09-17 Fix build for Queue.
ff04bb8 2012-09-15 Few more warnings removed.
948a055 2012-09-14 warning removed: shadowing outer local variable - message
5138a30 2012-09-14 Build fix for ActionMailer
a28efd8 2012-09-12 Fix build Rails.queue
84a52c6 2012-09-12 warning removed.
b7a695c 2012-09-09 removed warning: shadowing outer local variable
72bcd9e 2012-08-28 removed : warning: `*' interpreted as argument prefix
7bed3ab 2012-09-06 More fixes for action pack tests with Dalli.
1f5f5cf 2012-08-27 More fixes for action pack tests with Dalli.
dd62069 2012-09-06 Let's run action pack tests with Dalli
834a5a9 2012-08-27 Let's run action pack tests with Dalli
0ec7b35 2012-08-24 We need to have 1-0-stable for joureny gem in edge
88f8081 2012-08-05 Remove warning: `*' interpreted as argument prefix
89dee0e 2012-07-19 Bumping mocha!
6f6111e 2012-06-21 Removed warnings.
909a4a5 2012-06-16 It should also include text/css => Build Fix
ddf58fa 2012-06-12 Need a assert here in tests
05558a4 2012-06-10 Build fix broken here 03f2249153ae4d2078646e6796d8b9e5ef...
f36fd0e 2012-06-09 Duplicate tests removed.
8b1d475 2012-06-08 We should not include engine.rake file into rake
5fa8728 2012-06-08 We should not include engine.rake file into rake
7ad5f8b 2012-06-08 Removed protected as we already doing it above.
cbfcabc 2012-06-08 Removed protected as we already doing it above.
a48b3f1 2012-05-31 Add code statistics for Javascript and
397e47d 2012-05-30 Unused variable warning removed.
05f8802 2012-05-30 More assert_match warnings fixed.
4646b2e 2012-05-30 Warnings removed for "assert_match /".
3335cb7 2012-05-29 JRuby return different Array for module contents.
22e3177 2012-05-13 Need to include "OutputSaftyHelper" here to prevent
91c26e8 2012-05-13 Fixed ruby-prof changes and let's use latest ruby-prof now.
200d3da 2012-05-11 Ruby-Prof works with 1.9.3. Let's run.
4b59961 2012-05-11 Ruby-Prof works with ruby-1.9.3 also.
9d616ea 2012-05-11 Update performance profiler to work with latest ruby-prof
757a0ce 2012-05-08 Adding test for humans.txt
764e2de 2012-05-08 locking ruby-prof until we got a fix
9250e24 2012-05-07 Locking ruby-prof for now.
1cfa34f 2012-05-02 Fix build for railties generators
1206e88 2012-05-02 build fix for SharedGeneratorTests
7f24807 2012-04-30 build fix for observing_test.rb
f56d4de 2012-04-30 Build fix for observed_classes
bca1458 2012-04-30 railties variable is not required here.
94a5431 2012-04-29 mocha can be locked here as new version is failing
68aadbc 2012-04-26 Shadowing variable warning removed
42b8bd5 2012-04-24 Upgrading mocha 0.11.2
21b1a79 2012-04-23 Updated other README to point 3-2-stable
210713e 2012-04-23 ARes URL should be pointed to 3-2-stable tree not master.
9b14e3f 2012-04-16 multi_json is restricted to < 1.3
eeba535 2012-04-16 multi_json is restricted to < 1.3.
57baa0e 2012-04-16 fixed broken build after multi_json upgrade
ba3e275 2012-04-16 fix scaffold_generator_test.rb and model_generator_test.rb
b1c28d7 2012-04-10 README fix! [skip ci]
c409d06 2012-03-31 CHANGELOG entry added
54d3645 2012-03-31 :subdomain can now be specified with a value of false in...
dab9638 2012-03-31 warning removed: `&' interpreted as argument prefix
27a8e69 2012-03-31 no more deprecation required.
6a24082 2012-03-31 No more BufferedLogger so it can be LoggerTest
40c38d9 2012-03-31 warning removed: (...) interpreted as grouped expression
ef864c3 2012-03-24 removed warning: shadowing outer local variable - exception
c1c62e8 2012-03-19 Build fix for form_options_helper_test.rb ruby-1.8.7
00726ea 2012-03-24 Build fix for form_options_helper_test.rb ruby-1.8.7
fcc8743 2012-03-19 Build fix for ruby1.8.7-358
eeee6f2 2012-03-19 fix test failing in 1.8.7
4cd0b4e 2012-03-27 removed unused variables
9451201 2012-03-18 Build fix for app_generator_test.rb
62e0337 2012-03-18 Build fix for app_generator_test.rb
d024ce1 2012-03-07 Test fix failing in 1.8.7-p358
f8f873a 2012-03-07 fixed test when running with latest 1.8.7-p357 and ree
3c81045 2012-03-06 warning fix : mismatched indentations at 'end' with 'case'
63069ec 2012-03-01 call binmode on the tempfile for Ruby 1.8 compatibility
6e49b3d 2012-02-25 assert => assert_equal
a9b1397 2012-02-25 assert => assert_equal
0bfcd4f 2012-02-25 Checking headers in a better way. as doing here
406ece4 2012-02-25 fixed build for ruby187-p358
99fa8e5 2012-02-25 Build fix for ruby187-p358
d03076f 2012-02-25 put and patch both are allowed for update
742b615 2012-02-18 fix test with ruby 187-p358
7782a70 2012-02-18 fixed assets test
0bf4dc8 2012-02-17 fixed failing test in ruby-1.8.7-p358
c17608f 2012-02-17 Fixes failing test with ruby 1.8.7-p358
bfb84cf 2012-02-03 Verbose output for tests.
74a191d 2012-02-01 Build fix when running isolated test
ae3b015 2012-01-31 warning removed: mismatched indentations
ae0b472 2012-01-31 warning removed: shadowing outer local variable - klass
88eede2 2012-01-23 Unused var removed
91a9b24 2012-01-07 Fixed failing test for ruby-1.8.7-p357
29b5e5f 2011-12-27 Revert "This conditions is required to work with databas...
cc45032 2011-12-23 [docs] pluck docs reverted for activesupport
8dc8926 2011-12-22 [docs] added missing "}" fixes #4126
08f3645 2011-12-22 [docs] Added missing "}" fixes #4126
939183a 2011-12-23 [docs] Added missing "}" fixes #4126
a3c1dc2 2011-12-21 removed warning "warning: ambiguous first argument; put ...
0f510e9 2011-12-21 Using uuid which is supported in 1.9
e3c383c 2011-12-21 More tests deep including through habtm
7276fc6 2011-12-21 'with_kcode' removed.
de78c7e 2011-12-21 Removed test which works only < 1.9
b4073c9 2011-12-21 No Ruby 1.8 stuff. No more checks in code.
ec26dd0 2011-12-20 No need to check here now for < 1.9.3
c01124e 2011-12-20 Removal dead code from my side :-)
568777b 2011-12-20 It should be README.rdoc fixes #4067
41803b2 2011-12-20 It should be README.rdoc fixes #4067
490c00b 2011-12-20 It should be README.rdoc fixes #4067
1bc6467 2011-12-20 [docs] Ruby upgrade
ff573c4 2011-12-20 4.0.0.beta now :-)
ff502d9 2011-12-18 Warning removed in test
1e50af9 2011-12-18 No need 'abstract_unit' here. It's already in 'generator...
4fac64b 2011-12-17 Fixed test "ArgumentError: wrong number of arguments(1 f...
23334be 2011-12-17 warning removed "warning: instance variable @variable_fo...
aa39149 2011-12-16 Warning removed "warning: (...) interpreted as grouped e...
49bbdf2 2011-12-10 Fix broken encoding test
4c9dec4 2012-03-27 Fix broken encoding test
1d3bc50 2012-02-01 No verbose the output for tests.
ac4763f 2011-12-04 SQlite3 Bump
c4f1868 2011-12-03 Simplifying test in app/generator
3d550e5 2011-12-02 Added doc about pluck for active_support core ext
9a59475 2011-12-02 indentation fix warning
9f623e2 2011-12-02 [Docs] Information about ActionDispatch::DebugExceptions...
330db28 2011-12-02 Adding information about ActionDispatch::DebugExceptions
be8485e 2011-11-30 ActiveModel confirmation validator fix fixes #1152
9be7ad9 2013-04-01 Turning on warnings in "rake test" for railties
e7dff9c 2011-11-28 Revert "fixed typo in getting started form_for for comme...
28e3935 2011-11-27 [Docs] Adding RequestId middleware in configuring middle...
0ce64ba 2011-11-27 Documentation about config.log_level config options
cd6c567 2011-11-26 Tests added for monday and sunday
fc20d6b 2011-11-26 Let's say this 3.1.3 instead of 3.1.1 in docs
9817a8b 2011-11-26 Warning removed unused variable
be9d3a2 2011-11-20 Bump Arel
d806ea2 2011-11-19 Warning removed for shadowing variable
c3ae1d2 2011-11-17 It should be @calculated_ip not @calculate_ip
13847cc 2011-11-22 Bump Mysql2!
c6e513b 2011-11-28 Bump Mysql2!
5ccd9bc 2011-11-17 No need to `readlines` then `join`, just use `read` :heart:
4e72f59 2011-11-17 Mysql2 version bump!
76b6027 2011-11-15 Unused variable removed
a0676b6 2011-11-09 CHANGELOG to CHANGELOG.md
f642724 2011-11-09 CHANGELOG => CHANGELOG.md
5f826ea 2011-11-09 Refactor test:uncommitted task.
b3175f6 2011-11-08 Warnings removed.
fe67501 2011-11-08 Should be checking if file exists or not.
b53f77e 2011-11-08 CHANGELOG to CHANGELOG.md
eb5391c 2011-11-05 Doc Fix It should be :git not :path in Gmefile Fix #3527
6da5586 2011-11-04 Fix test as one more has_many added
3fa8f36 2011-10-29 method redefined warning removed!
0c7c1db 2011-10-29 ActiveRecord is no more in controller directory.
95d9c12 2011-10-27 More checks for instance writers.
80fc29f 2011-10-27 Adding more checks for instance_writer false
485b996 2011-10-27 Test fix Allow instances to disable record_timestamps
b6fc412 2011-10-24 Unused variable removed
244dcfe 2011-10-24 ActionPack test fix for RBX
c930170 2011-10-22 No need to check ruby version here
ebe64f8 2011-10-22 No need to check ruby version here
bc5d334 2011-10-22 Using middleware name to show proper name in the info
50dfd58 2011-10-22 Warnings removed from RequestIdTest
7cd5448 2011-10-22 rake about information updated for 3.1 branch
4ea21b6 2011-10-22 Updated rack version in docs for 3.2
6d5b92c 2011-10-22 Rails version to 3.2.0.beta in docs
50be423 2011-10-22 Middleware details updated for 3.2
c495cbc 2011-10-21 Checking blank if tag might coming nil or blank
5c5d5b3 2011-10-20 Adding ActionDispatch::RequestId in middleware test
124bb17 2011-10-18 Bump Rack to 1.3.5
91be318 2011-10-17 Bump sprockets
68ae66d 2011-10-14 activerecord/sqlnet.log into gitignore when running with...
8ef1ec4 2011-11-28 global variable `$rails_rake_task' not initialized Warni...
af7eeaa 2011-10-10 ambiguous first argument; put parentheses or even spaces...
ca219a2 2011-10-09 Warnings removed when running with 1.9.3
2886513 2011-10-09 URI.escape is obsolete : warning removed
d11769c 2011-10-08 Sqlnet.log should also be ignored into the app gitignore
6c9090d 2011-10-08 Sqlnet should also be ignored into the app gitignore
574a25d 2011-10-08 Sqlnet.log should be ignored
1e8feb8 2011-10-08 sqlnet.log file to gitignore. Generates when running wit...
34d950b 2011-10-08 Fixed BodyProxy.new for tests! for wrong argument
b5439b4 2011-10-08 Fixed BodyProxy.new for tests!
32df5b6 2011-10-01 Warning Use of :: in void context Warning removed
b30ffbb 2011-10-01 Use of :: in void context Warning removed
b0b436e 2011-09-30 warning removed : '&' interpreted as argument prefix
e81c427 2011-09-30 possibly useless use of :: in void context Warning removed
d589d9f 2011-09-18 fix test error when running with postgresql.
2d4ac4f 2011-09-18 fixed test for JRuby.
afa78fe 2011-09-17 Fixed test for JRuby.
b2bf725 2011-09-17 Bump AR-JDBC version.
4d2089c 2011-09-17 Bump AR-JDBC version.
abbd27f 2011-09-10 No need to use </form> here. It's already in whole_form ...
1ca38c6 2011-09-10 Warnings removed unused variables. Please don't add them
38c7a67 2011-09-10 Adding assert for "test_form_for_with_isolated_namespace...
fb73be8 2011-09-10 Not used variables removed. Warnings removed.
5e35d62 2011-09-05 Uglifier bump
76e9401 2011-09-05 Sort here to make sure the order is ok.
1b1bd6c 2011-09-05 Sort here to make sure the order is ok.
9066e34 2011-09-04 We need to recorder here. Need to drop the order from de...
c0f73be 2011-09-04 Changelog updated for find_in_batches fix.
e8761b3 2011-09-04 We need to recorder here. Need to drop the order from de...
5df885e 2011-09-04 We can't simply check the first line of the
fc5e3ff 2011-09-04 We can't simply check the first line of the backtrace,
8be13b5 2011-09-04 require bcrypt to pass the test
f397ced 2011-09-04 stop circular require warnings
a6c6022 2011-09-04 Modified content in guides and comments
c8d0dc3 2011-09-04 Warnings removed for "assert_match /" Please do
34618e6 2011-09-04 Warnings removed for using shadow variable.
9859928 2011-09-04 Modified content in guides and comments
009a0f8 2011-09-04 Warnings removed for "assert_match /" Please do
2a959d8 2011-09-04 Warnings removed for unused variables.
891d0d7 2011-09-03 We need to check here for the table name.
df01e2e 2011-09-03 Warning removed.
e7eba93 2011-09-03 pg does not allow aliases in the having clause, but func...
bf4117a 2011-09-03 Need to add here to pass the test
941a9d0 2011-08-30 MySQL2 Bump to 0.2.13
651ef61 2011-08-26 Removed Unused Variable.
a840172 2011-08-25 Yes we need this to pass the test. we are using config.l...
dcb5f2b 2011-08-25 Yes we need this to pass the test. we are using config.l...
60af023 2011-08-04 Extra "l" removed before h2.
8cefafb 2011-08-04 Extra "l" removed before h2.
83eec4c 2011-08-15 Requiring delegate.
f4e535e 2011-08-15 Notification Test Fix
45ccd64 2011-08-15 Unused variable removed.
801cd66 2011-08-15 Including delegation
10b99f2 2011-08-15 Need to include public_send
5a5171b 2011-08-14 Need to use initializers true here to pass the test.
322b978 2011-08-14 Bringing back the jquery-rails. One test is dependent.
5bc87cc 2011-08-13 We need [] method here. previously it's an array.
d761ec4 2011-08-13 We actually don't need a reverse_merge! here. dup remove...
8196c84 2011-08-12 We actually don't need a reverse_merge! here. dup remove...
ac287b2 2011-08-13 Adding Basic file for ActiveModel. @vatrai and @sukeerth...
3c7b29d 2011-08-03 Test added to check mass_assignment_sanitizer is not pre...
ec7457e 2011-07-31 Removing extra requires from the test. Already loaded in...
30ef55d 2011-08-13 Removing extra requires from the test. Already loaded in...
f635998 2011-08-04 Adding more info as rake about is fixed
8015acf 2011-08-13 Adding more info as rake about is fixed
e3e1109 2011-08-04 Adding more info as rake about is fixed
b0334db 2011-07-31 skiping magic comment test. checking encoding_aware?
3248c5d 2011-07-31 skiping magic comment test. checking encoding_aware?
8362b07 2011-08-04 Rack::Sendfile is no more default middleware.
0e715d0 2011-08-13 Rack::Sendfile is no more default middleware.
9232033 2011-08-04 Rack::Sendfile is no more default middleware.
329409d 2011-07-30 magic comment test only if encoding_aware?.
3d2bda9 2011-08-13 magic comment test only if encoding_aware?.
4fe2c99 2011-07-29 Test add for plugin new generator generate mailer
1deb025 2011-08-13 Test add for plugin new generator generate mailer
edfcf47 2011-07-25 Fix rake rails:template to tell user to pass LOCATION va...
b490fd8 2011-07-23 fixed task for rake test:uncommitted
e414d4f 2011-07-23 Backporting from master fixes #713
0fb0973 2011-07-23 For svn files also spilt required
7d9cf9a 2011-07-23 Spliting the ouput of git ls-files for running tasks Fix...
8dc4745 2011-07-21 This conditions is required to work with database create...
fbf4bee 2011-07-21 This conditions is required to work with database create...
d4f4626 2011-07-17 Checking with to_s. As regexp fail with 1.8.7
09f5780 2011-07-17 Not creating script/rails in full mode. from master.
777fcc5 2011-07-17 More changes for plugin_new_generator.
e35d520 2011-07-17 Adding tests for gemspec file creation
24d67cc 2011-07-17 As we are adding db folder in it. Required in test also.
ae94305 2011-06-30 Fix test for plugin_new_generator_test.rb
a13317d 2011-06-29 It should be in Json format to work with JsonGem
2b046e7 2011-06-28 fix test when running Jruby. If Jruby Platform is availa...
cd48bd2 2011-06-28 Using not effected timezone in tests.
23f7dad 2011-06-28 Using not effected timezone in tests.
0ed8dea 2011-06-28 Using not effected timezone in tests.
8c1f62a 2011-06-28 No need to register again. As it's default now.
1b95717 2011-06-28 Fix test to use Mime::Zip
4700e1f 2011-06-25 StringToParameterizeWithNoSeparator: dashed parameter wi...
deb60a7 2011-06-23 Using slice for instead of gsub to pass with 1.8.7
2771b91 2011-06-22 Test added to check default option with jruby. It should...
ecddc65 2011-06-22 Modified .yml files according to master changes. As this...
fb495cd 2011-06-22 Tests added for jdbc option
3534ea8 2011-06-22 Tests added when no option is given with #jruby. It shou...
2fc22bf 2011-06-22 Convert database names to ones appropriate for JRuby
2aeabdc 2011-06-22 Add generic 'jdbc' database option
25e5ad2 2011-06-22 Remove superfluous pg driver install instructions
b2a19ad 2011-06-22 Making tests according to the changes #jruby
b7bce73 2011-06-22 Test added for jdbc-adapter
4bfbdd1 2011-06-21 Fixed for sqlite3 checking with jdbc
3b05231 2011-06-21 Only mysql and jdbcmysql.
14bfe83 2011-06-21 More specific for jdbc-sqlite
3e7af42 2011-06-21 For more specific for jdbc postgresql databases.
d3b7f49 2011-06-20 Closing </yaml>
57bdf7e 2011-06-23 Closing </yaml>
48fcd22 2011-06-19 Removing require_relative gem. Linecache new version 0.4...
7e7ac12 2011-06-19 Removing require_relative gem. Linecache new version 0.4...
41aba82 2011-06-19 Removing require_relative gem. Linecache new version 0.4...
bf588c6 2011-06-16 Mysql bump
536e156 2011-06-16 Bump mysql2 to 0.3.5
0bdeddb 2011-06-15 Jruby => JRuby, Mysql => MySQL
35ee51f 2011-06-18 Jruby => JRuby, Mysql => MySQL
57ace98 2011-06-15 Moving hint down. As required after all database examples.
05648ea 2011-06-18 Moving hint down. As required after all database examples.
8f05a2f 2011-06-15 Using "Finally" at the end of database section.
cf2818a 2011-06-18 Using "Finally" at the end of database section.
900dbca 2011-06-15 Added Doc for Postgresql database with Jruby Platform. #...
0e1e615 2011-06-18 Added Doc for Postgresql database with Jruby Platform. #...
aed8537 2011-06-15 Added doc for Mysql database with Jruby platform #jruby
739f8e9 2011-06-18 Added doc for Mysql database with Jruby platform #jruby
d5b1cf5 2011-06-15 Adding doc for Sqlite3 database for Jruby platform #jruby
f43ae97 2011-06-18 Adding doc for Sqlite3 database for Jruby platform #jruby
110de0f 2011-06-11 Using different constant.
2b4a7ca 2011-06-11 Modified database.rake file to run with jdbcsqlite3
9da2a10 2011-06-11 Allow database.rake tasks to perform opreation with jdbc...
d5b9ea3 2011-06-11 Fixed error when running db:create with jdbcmysql
7f4bf01 2011-06-11 Adding Jruby-openssl in gemfile for 3-0-stable.
bcd9145 2011-06-11 Adding JDBCpostgresql template for Jruby in 3-0-stable.
680e5d2 2011-06-11 Adding jdbcsqlite3 in comment
871a0fc 2011-06-11 Adding JDBCsqlite3 template for Jruby in 3-0-stable.
0e0be35 2011-06-11 Tests added for activerecord-jdbcmysql
4448988 2011-06-11 Adding JDBCmysql template for Jruby in 3-0-stable.
059692a 2011-06-08 Cache helper fixed for SafeBuffer
cdf617e 2011-06-08 Fixed mailto for SafeBuffer#gsub
101f0a6 2011-06-06 Fix for CI server. Dependent on RAILS_ENV=development
5d78d81 2011-06-06 Fix for CI server. Dependent on RAILS_ENV=development
e909fa4 2011-06-06 Fix for CI server. Dependent on RAILS_ENV=development
8e51383 2011-06-05 loading_test.rb with RAILS_ENV=development
077ffe0 2011-06-06 loading_test.rb with RAILS_ENV=development
db9ad5e 2011-06-06 loading_test.rb with RAILS_ENV=development
11d41e8 2011-06-05 framework_test.rb also dependent on RAILS_ENV=development
710dfff 2011-06-06 framework_test.rb also dependent on RAILS_ENV=development
55b52ee 2011-06-06 framework_test.rb also dependent on RAILS_ENV=development
596f6ec 2011-06-05 Loading multi_json instead of i18n gem.
13f8b28 2011-06-16 Using lib/assets only. Javascripts/Stylesheets people ca...
0695eb6 2011-06-03 Test added for namedscope target.
42b8fb1 2011-06-01 Import => java_import performance test #jruby
68fc6ba 2011-06-01 Indented as required.
7d447c4 2011-06-01 Adding comment
7f34d5b 2011-06-01 Adding comment
bddf9ad 2011-06-01 Adding comment
425c892 2011-06-01 Fixed tests for JDOM. File From Xml is working now
88813e1 2011-06-01 Fixing XMLMini_JDOM
60c9b7b 2011-06-01 Using java_import instead of import. Need with rake 0.9.0
98cd7ca 2011-06-01 Loading files if PLATFORM available.
85f9a5c 2011-05-31 sprockets gem update to beta9
e04f2c1 2011-05-31 Opening class CascadedEagerLoadingTest at once.
2e57b66 2011-05-31 Adding comment to work with 1.8.7. Nested Attribute fix.
cfb5f1b 2011-05-31 Fix nested attribute for memory record.
fe99a81 2011-05-30 Fixed tests for #jruby
d8b6fcb 2011-05-28 File From Xml is working now. #3-0-stable
6431087 2011-05-28 Fixing XMLMini_JDOM #3-0-stable
4c330d6 2011-05-27 Loading files if PLATFORM available. #jruby
993bd32 2011-05-27 Using java_import instead of import. Need with rake 0.9....
56097c0 2011-05-27 Loading active_support/core_ext/hash/conversions fixed U...
0094351 2011-05-26 Adding tests for file_from_xml for XmlMini_JDOM #jruby
d164663 2011-05-26 Adding __content__ into XmlMini_JDOM
5d89675 2011-05-25 Database.rake file fixed for load_generators
d9204c1 2011-05-25 Using load_generators
c302670 2011-05-25 fixed test_deliver_is_notified need base_mailer
8e55d3e 2011-05-25 Fixed failing tests for generators_test
17c9efb 2011-05-24 Fixed failing tests.
89252c4 2011-05-24 Fixed failing test against with 3-0-stable branch.
ed4f2b9 2011-05-24 import to java_import.
89da0d3 2011-05-24 Using java_import instead of import. Need to do this wit...
f75df05 2011-05-24 Not loading file if PLATFORM not available.
531095e 2011-05-23 We don't need to load version any more as Sprockets.beta...
69bad8f 2011-05-22 Let's load jruby-openssl now for all. #jruby
4c99f32 2011-05-21 Not loading ruby-debug specially.
b85694f 2011-05-21 Loading action_controller twice removed.
1ffc306 2011-05-21 No more need rubygems here.
40e3377 2011-05-21 Removal require again from tests.
f72f591 2011-05-20 Not updating rubyforge for new versions. Result of "gem ...
36e330b 2011-05-19 Sprockets version update.
e3eaeb4 2011-05-19 Example Usage updated for actionpack and actionmailer.
8630cd4 2011-05-19 README updated for for => each
28cf893 2011-05-18 Putting back mysql2 and sqlite3 in database.yml docs. In...
ed119aa 2011-05-17 Fixed InnerJoinAssociationTest. Need to load essays fixt...
565865e 2011-05-16 Link changes lighthouse to github
546db69 2011-05-14 Fixed failing tests for namespaced_generators_test. in 1...
e72a6f8 2011-05-13 Test added for getting route segment values
975fd56 2011-05-13 rack-mount gem updated.
9870afb 2011-05-10 Some readme fixes as required.
4addc99 2011-05-07 Updated change log for jdbc* adapters template.
976a9d9 2011-05-05 Grouped the ruby-prof into test.
745c9f3 2011-05-05 Removing from duplicate places. Only in Ruby platform ne...
2f331fd 2011-05-05 Adding jruby-openssl in Gemfile by default. #jruby
dd9200c 2011-05-04 Fixed tests for new_plugin_generator.
ffc9374 2011-04-27 Minor fixes in databases.rake
8fd9982 2011-04-27 Allowing jdbcsqlite3 to drop database, clone structure. ...
c810281 2011-04-26 Re-factored database.rake to allow Jdbcpostgresql. #jruby
348b5b9 2011-04-25 Using sass directly as new version is out.
253ba77 2011-04-25 Database creation for jdbcpostgresql #jruby
51854de 2011-04-23 Adding jdbcsqlite3 name in comment.
d59a950 2011-04-23 Looks more friendly.
b335533 2011-04-23 jdbcsqlite3 support added into template. #jruby
d42e43b 2011-04-22 Fixed images path in plugin_new_generator
eb59929 2011-04-22 Images path fixed in test.
6cea243 2011-04-22 Start Adding jdbcmysql support to new rails template.
92537b8 2011-04-18 File should be open in read/write mode. When doing lock ...
c6c46e1 2011-04-18 File should be open in read/write mode. When doing lock ...
d1f10e7 2011-04-17 Test failing with Jruby "uninitialized constant TestJSON...