aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #4385 from r-stu31/static_compiler_option_zip_filesJosé Valim2012-01-081-1/+2
|\ \ \ \ | | | | | | | | | | Sprockets::StaticCompiler: option ":zip_files"
| * | | | Extend the set of compressible files by some common types.r-stu312012-01-081-1/+1
| | | | |
| * | | | Enable to handle over in options the regexp determining which files to gzip.r-stu312012-01-081-1/+2
|/ / / /
* | | | Fix tests, ./ is not needed for relative entries in Gemfile in newest ↵Piotr Sarnacki2012-01-071-2/+2
| | | | | | | | | | | | | | | | bundler version
* | | | No need to check for 'draw do |map|' anymorePiotr Sarnacki2012-01-071-1/+1
| | | |
* | | | Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-072-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After vendor/plugins were removed from rails, the new method to create plugins is to create gem plugins. Most of the time if you create a new plugin in rails application's directory, you want to extract something from that application and use it immediately, ie. add such line to Gemfile: gem 'foo', :path => './vendor/foo' This commit makes plugin new generator to add such line automatically.
* | | | Merge pull request #4378 from lest/changes-1-9José Valim2012-01-075-31/+31
|\ \ \ \ | | | | | | | | | | ruby 1.9 related refactoring
| * | | | Symbol#[] method presents in Ruby 1.9Sergey Nartimov2012-01-073-4/+4
| | | | |
| * | | | instance_variables method returns symbols in 1.9 rubySergey Nartimov2012-01-072-27/+27
|/ / / /
* | | | Merge pull request #4377 from lest/instance-variables-1-9José Valim2012-01-076-15/+14
|\ \ \ \ | | | | | | | | | | get rid of using instance_variable_names method from AS
| * | | | get rid of using instance_variable_names method from ASSergey Nartimov2012-01-076-15/+14
|/ / / / | | | | | | | | | | | | | | | | - instance_variables return symbols in 1.9 - there is instance_variable_defined? method
* | | | Merge pull request #4369 from lest/remove-warningsPiotr Sarnacki2012-01-071-2/+2
|\ \ \ \ | | | | | | | | | | use stub instead of redefining method to suppress warnings
| * | | | use stub instead of redefining method to suppress warningsSergey Nartimov2012-01-071-2/+2
| | | | |
* | | | | Merge pull request #4373 from castlerock/remove_conditionPiotr Sarnacki2012-01-071-4/+1
|\ \ \ \ \ | | | | | | | | | | | | if turn available then MiniTest::Unit.respond_to?(:use_natural_language_...
| * | | | | if turn available then ↵Vishnu Atrai2012-01-071-4/+1
| | |/ / / | |/| | | | | | | | | | | | | MiniTest::Unit.respond_to?(:use_natural_language_case_names=) available
* | | | | Merge pull request #4376 from bogdan/after_initialize_on_dupJosé Valim2012-01-073-1/+14
|\ \ \ \ \ | | | | | | | | | | | | Fixed after_initialize callbacks call on AR model #dup
| * | | | | Fixed after_initialize callbacks call on AR model #dupBogdan Gusiev2012-01-073-1/+14
| |/ / / /
* | | | | Merge pull request #4375 from lest/benchmark-helperJosé Valim2012-01-073-3/+39
|\ \ \ \ \ | |/ / / / |/| | | | add benchmark helper that works in erb
| * | | | add benchmark helper that works in erbSergey Nartimov2012-01-073-3/+39
|/ / / /
* | | | remove reference to Test::UnitAaron Patterson2012-01-061-1/+0
| | | |
* | | | spec class names can possibly be nil in mt/s < 2.6.1, so work around thatAaron Patterson2012-01-061-0/+6
| | | |
* | | | Merge pull request #4360 from rafaelfranca/patch-1Aaron Patterson2012-01-064-50/+15
|\ \ \ \ | | | | | | | | | | Remove more references to Test::Unit
| * | | | Whitespaces :scissors:Rafael Mendonça França2012-01-061-7/+7
| | | | |
| * | | | Use ActiveModel::TestCase instead of Test::Unit:TestCaseRafael Mendonça França2012-01-061-2/+2
| | | | |
| * | | | MiniTest is always defined in this caseRafael Mendonça França2012-01-061-8/+6
| | | | |
| * | | | Test::Unit::Util::BacktraceFilter is never definedRafael Mendonça França2012-01-062-33/+0
| |/ / /
* | | | register spec subclasses for people who specAaron Patterson2012-01-062-1/+13
| | | |
* | | | require minitest rather than test/unitAaron Patterson2012-01-0613-14/+14
| | | |
* | | | backport assert_not_sameAaron Patterson2012-01-061-0/+1
| | | |
* | | | require test/unit and sort test orderAaron Patterson2012-01-062-1/+7
| | | |
* | | | started converting AS::TestCase to minitestAaron Patterson2012-01-061-2/+12
| | | |
* | | | make sure the test case name is nilAaron Patterson2012-01-061-0/+8
|/ / /
* | | removing unnecessary requiresAaron Patterson2012-01-065-8/+3
| | |
* | | just mix the run method in for minitestAaron Patterson2012-01-061-14/+11
| | |
* | | rescue the assertion exceptionAaron Patterson2012-01-061-13/+8
| | |
* | | add the class name to the assertion messageAaron Patterson2012-01-061-1/+1
|/ /
* | use a regular expression for the number of passes. We only care thatAaron Patterson2012-01-061-1/+1
| | | | | | | | all tests pass, not the number of tests.
* | Merge pull request #4349 from lest/change-array-wrap-2Jeremy Kemper2012-01-061-1/+1
|\ \ | | | | | | Array.wrap is an overhead as there is already check for class
| * | Array.wrap is an overhead as there is already check for classSergey Nartimov2012-01-061-1/+1
| | |
* | | Merge pull request #4358 from castlerock/remove_plus_minus_support_for_ruby18Santiago Pastorino2012-01-061-23/+0
|\ \ \ | | | | | | | | revert "fixing some tests on ruby 1.9.3"
| * | | revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
| | | |
* | | | Merge pull request #4359 from Karunakar/loggerSantiago Pastorino2012-01-061-1/+0
|\ \ \ \ | | | | | | | | | | removed unnecessary require for activesupport/core_ext/array/wrap
| * | | | removed unnecessary require for activesupport/core_ext/array/wrapKarunakar (Ruby)2012-01-071-1/+0
| | | | |
* | | | | convert build_message to sprintfAaron Patterson2012-01-061-9/+5
| | | | |
* | | | | use assert_equal and assert_operatorAaron Patterson2012-01-061-5/+8
| | | | |
* | | | | use sprintf rather than build_messageAaron Patterson2012-01-061-4/+6
| | | | |
* | | | | Just use assert_equalAaron Patterson2012-01-061-3/+2
| | | | |
* | | | | refactor assert_responseAaron Patterson2012-01-061-7/+10
| | | | |
* | | | | test response assertionsAaron Patterson2012-01-064-11/+56
| | | | |
* | | | | no need for assert_blockAaron Patterson2012-01-061-3/+3
| | | | |